Opened 11 years ago

Closed 11 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.

Change History (1)

comment:1 by Adam Mckerlie, 11 years ago

Resolution: invalid
Status: newclosed

Never mind. After digging this was just an issue with my PYTHONPATH picking up another project.

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