On 14/08/2014 8:38 PM, Daniel Grace wrote:
I have two projects "djangotest" (from the django tutorial) and "cresta". When I start the server with the "runserver" command in the cresta directory and go to http://127.0.0.1:8000/admin/ ... 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?
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.
Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cb8f6bc1-eb3d-41b6-a2b0-d7792e108eae%40googlegroups.com <https://groups.google.com/d/msgid/django-users/cb8f6bc1-eb3d-41b6-a2b0-d7792e108eae%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/53EC9501.8000705%40dewhirst.com.au. For more options, visit https://groups.google.com/d/optout.