Make sure you've set SECRET_KEY to random chars in local_settings.py, and your best bet is probably whatever the latest version of Django 1.5 is.
On Wed, Dec 18, 2013 at 7:37 PM, Karthik Kannan <[email protected]>wrote: > Also, which version of Django do you guys most prefer for the current > release of Mezzanine?? > > > On Wednesday, December 18, 2013 1:52:54 PM UTC+5:30, Karthik Kannan wrote: >> >> Hello, >> >> I'm new to Mezzanine and have been trying to understand it through >> experimenting with Drum. Try as hard as I can I've been unable to get Drum >> up and running correctly. I would really appreciate if this community can >> help me iron out some issues to help me get started. >> I cant seem to run Drum the way it was mentioned in the README file on >> Github. >> >> Drum uses the now deprecated command execute_manager. I've had some >> success with fixing this issue by copy pasting this file >> https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_ >> template/manage.py instead of the main manage.py file in the Drum repo. >> >> I've been unable to run the command createdb --noinput. Can i get some >> help on this? I saw an issue on the drum page that said that createdb >> command was syncdb + migrate but can i get some help on how to fix this >> properly? >> >> when i finally get that running I get an error asking me to contact the >> administrator when i hit 127.0.0.1 >> >> And i'm unable to use the model django.contrib.comments as it is >> deprecated in 1.6.1 is there anyway I can install an older version of >> django in the virual env. Mezzanine automatically intsalls 1.6.1 >> >> Thank you so much! If you people want any clarifications I would be more >> than willing to give more info. >> >> Thank you! >> >> -- > 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/groups/opt_out. > -- Stephen McDonald http://jupo.org -- 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/groups/opt_out.
