#79 closed defect (invalid)
Unable to run admin interface via stand-alone server
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Under revision 191.
Running:
django-admin.py runserver 8888
When accessing admin URL receive below.
=====
There's been an error:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/django/core/handlers/wsgi.py", line 184, in get_response
callback, param_dict = resolver.resolve(path)
File "/usr/lib/python2.3/site-packages/django/core/urlresolvers.py", line 85, in resolve
raise Http404, app_path
Http404: admin/
Change History (2)
comment:1 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Thanks Adrian.
Very confusing. I thought that I could set DJANGO_SETTINGS_MODULE globally and permanently as myproject.settings.main as in Tutorial 1.
Make sure your DJANGO_SETTINGS_MODULE is set properly. I'm closing the ticket because this ticket system is intended to be for bugs and feature requests, not troubleshooting.