Hiya I am currently using pythonanywhere to produce my site. I have created a mezzanine project and set it to use a MySql database instead of the default sqlite. Here are the steps I have made after getting to that stage: python manage.py collecttemplates #While working in my mezzanine projects directory python manage.py startapp themeapp mkdir themeapp/templates cp templates/base.html themeapp/base.html
Now I added "themeapp" to my INSTALLED_APPS section of setting.py for my mezzanine project and then tried to run python manage.py collecttemplates again however it gives the error: "ValueError: u'django.contrib.admin' is not in list". Any help greatly appreciated, relatively new with web development/django/mezzanine. -- 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.
