#32857 closed Uncategorized (invalid)
Django standalone ORM AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF'
Reported by: | Adrian Balcan | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 2.0 |
Severity: | Normal | Keywords: | ORM, standalone |
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 have Django standalone project where we use just the ORM part and I have the following error when I try to migrate using
python manage.py makemigrations
:
AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF'
Change History (2)
comment:1 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 3 years ago
Resolution: | fixed → invalid |
---|
Please see TicketClosingReasons/UseSupportChannels.
Note:
See TracTickets
for help on using tickets.
The issue was in Django 1.9 I have fixed it by updating to Django 1.9.3