Working with ticket 
#29039 <https://code.djangoproject.com/ticket/29039>*Error:*
 if name.startswith('.'):
AttributeError: 'NoneType' object has no attribute 'startswith'
*CODE added to settings.py:*


MIGRATION_MODULES = {}
for app in INSTALLED_APPS:
    if app:
        MIGRATION_MODULES[app] = None
        print (MIGRATION_MODULES[app])
    

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bb0143ba-9b20-4df6-a222-bc4e37c376bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Error 'Anoosha Masood Keen' via Django users

Reply via email to