Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#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 Adrian Balcan, 3 years ago

Resolution: fixed
Status: newclosed

The issue was in Django 1.9 I have fixed it by updating to Django 1.9.3

comment:2 by Carlton Gibson, 3 years ago

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