*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/c5ea18ce-4b58-426e-9793-ea7396c44685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... 'Anoosha Masood Keen' via Django developers (Contributions to Django itself)
    • ... Tim Graham
    • ... 'Anoosha Masood Keen' via Django developers (Contributions to Django itself)
      • ... Tim Graham

Reply via email to