Thanks Ryne. That's what I was thinking eventually. The template project's paths and imports just were not right.
I ended up adding a dev_manage.py and dev_settings.py with slighty different paths and imports, which worked just fine. 2016-11-01 10:22 GMT+11:00 Ryne Everett <[email protected]>: > Shouldn't you be calling the `manage.py` in your own project rather than > the template project? I'm not sure the template project itself is > actually a valid django project until it is used to generate a concrete > project. Regardless, you probably need to invoke `manage.py` from base > project directory (same directory `manage.py` is in). > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
