admin site not available after modifying base_site.html

2014-08-06 Thread Eric G
Hey everyone, I was doing the "Writing your first Django App, part 2" tutorial when I got to the portion where I customize the project's template. I must have screwed up by overriding the base_site.html code in the source file with the default file. Now the 127.0.0.1:8000/admin/ site isn't avai

Re: admin site not available after modifying base_site.html

2014-08-06 Thread Eric G
I'm on Google Chrome, so it reads, "This webpage is not available." On Wednesday, August 6, 2014 5:27:12 AM UTC-7, Collin Anderson wrote: > > Now the 127.0.0.1:8000/admin/ site isn't available. > > > What happens when you try? > -- You received this message because you are subscribed to the Goo

Re: admin site not available after modifying base_site.html

2014-08-06 Thread Eric G
On Wednesday, August 6, 2014 6:26:50 AM UTC-7, juantonio v wrote: > > No estás haciendo la referencia al archivo por el nombre. Renombrado tu > archivo HTML a base.html So I'm supposed to modify the base.html file instead of the base-site.html file? > On Wednesday, August 6, 2014 11:34:07 A

Re: admin site not available after modifying base_site.html

2014-08-06 Thread Eric G
Yeah, I tried running the runserver.py script from the django-trunk file, and the error message was: ImportError: Could not import settings 'myproject.settings.admin' (Is it on sys.path? Is there an import error in the settings file?): No module named myproject.settings.admin On Wednesday, Aug