This error came while working with ticket #29039 <https://code.djangoproject.com/ticket/29039> On Friday, January 26, 2018 at 1:57:17 PM UTC, Anoosha Masood Keen wrote: > > > *Help with error:* > > > AttributeError: 'NoneType' object has no attribute 'startswith' > > > *Code added to settings.py:* > MIGRATION_MODULES = {} > for app in INSTALLED_APPS: > if app: > #print (app) > MIGRATION_MODULES[app] = None > print (MIGRATION_MODULES[app]) > >
-- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@googlegroups.com. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/f2fca665-4ade-4984-a081-213d1f7e3b21%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.