#32857 closed Uncategorized (invalid)
Django standalone ORM AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF'
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 , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 4 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