#32857: Django standalone ORM AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' -----------------------------------------+--------------------------------- Reporter: adibalcan | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized | Version: 2.0 Severity: Normal | Keywords: ORM, standalone Triage Stage: Unreviewed | Has patch: 0 Needs documentation: 0 | Needs tests: 0 Patch needs improvement: 0 | Easy pickings: 0 UI/UX: 0 | -----------------------------------------+--------------------------------- 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' -- Ticket URL: <https://code.djangoproject.com/ticket/32857> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/052.fc4b4f9144d95034d2683b4215b1cc5d%40djangoproject.com.