This is all I have in my routes.py file and I don't ever see 'default' in my URLs:
routers = dict(
BASE = dict(
default_application = 'runway',
)
)
--
This is all I have in my routes.py file and I don't ever see 'default' in my URLs:
routers = dict(
BASE = dict(
default_application = 'runway',
)
)
--