Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/+package+/controllers/__init__.py_tmpl
blob: 642660b22ba141f0d9edc0d48fb70f44ace70b63 (plain)
1
2
3
4
5
# {{package}} import
from {{package}}.controllers.index import app, render

# {{package}} controllers
from {{package}}.controllers import index