Opened 12 years ago
Closed 12 years ago
#19976 closed Bug (invalid)
Error creating application with the name 'users'
Reported by: | Adam Mckerlie | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I think I've found a regression bug when creating an app with the name users.
Django 1.5:
django-admin.py startapp users
ImproperlyConfigured: Requested setting DATABASES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
Django 1.4.5
django-admin.py startapp users
Successful.
Note:
See TracTickets
for help on using tickets.
Never mind. After digging this was just an issue with my PYTHONPATH picking up another project.