Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#79 closed defect (invalid)

Unable to run admin interface via stand-alone server

Reported by: jyap@… 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 Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by jyap@…, 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.

Note: See TracTickets for help on using tickets.
Back to Top