... I see "Polls Tutorial". I can't login with any users from the cresta database.
How do I disable the Polls tutorial and just use the cresta project and its applications?
Why is "Polls Tutorial" even appearing when I am running the server through the cresta directory?
Thanks
Mike Dewhirst
unread,
Aug 14, 2014, 10:53:47 AM8/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Your environment might have settled on the polls settings.py. Django
doesn't know which project/application to launch except through
whichever settings.py file it loads.
Are you using virtualev? If not it might be a good idea. Solves all such
problems if you set it up as per the instructions.