Closed Brandl closed 8 years ago
Sorry, I can't reproduce - https://bitbucket.org/snippets/kmmbvnr/9KGgB
Did you include app1
and app2
in the INSTALLED_APPS
settings?
Did you run ./manage.py migrate
after that?
Closed. No activity
Sorry, yes migrate did fix it, I don't really understand why though.
Modules could be installed or uninstalled at runtime. The state managed by frontend.models.Module and at the last migrate step, the frontend creates a new module record.
Hello,
I just upgraded from a month old version to the newest version 0.7. Unfortunately some things broke on the way, and some are still not working.
I followed the new instructions closely, here is some code:
settings.py
main urls.py
app1/init.py
app1/apps.py
app1/urls.py
templates/app1/menu.html
I guess I forgot something, because: