Add docs
This commit is contained in:
parent
1f2b42fdb7
commit
52753924ee
17 changed files with 1030 additions and 422 deletions
|
|
@ -125,5 +125,11 @@ def run():
|
|||
from djangocms_helper import runner
|
||||
runner.cms('djangocms_blog')
|
||||
|
||||
|
||||
def setup():
|
||||
import sys
|
||||
from djangocms_helper import runner
|
||||
runner.setup('djangocms_blog', sys.modules[__name__], use_cms=True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue