I'm just getting started with Mezzanine - hoping to replace my home-grown CMS (also built with Django) - and am having trouble out of the gate.I've created a new virtualenv for Mezzanine and followed the quick steps as given on the Mezzanine home page. However, when I attempt to create the database an "Unknown command" error is thrown:Unknown command: 'createdb'I've not done anything to configure a database assuming a sqlite database would be created by default.Have I assumed too much? What am I missing?-Doug
I'm just following the "quick start" instructions on the Mezzanine home page. The default settings.py of the project created by "mezzanine-project myproject" appears to have mezzanine.core in INSTALLED_APPS.