Error

40 views
Skip to first unread message

Anoosha Masood Keen

unread,
Jan 26, 2018, 8:57:17 AM1/26/18
to Django developers (Contributions to Django itself)

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])
 

Tim Graham

unread,
Jan 26, 2018, 9:02:53 AM1/26/18
to Django developers (Contributions to Django itself)
Please use django-users to get help with usage problems.

Anoosha Masood Keen

unread,
Jan 26, 2018, 9:04:06 AM1/26/18
to Django developers (Contributions to Django itself)
This error came while working with ticket

#29039

Tim Graham

unread,
Jan 26, 2018, 9:53:19 AM1/26/18
to Django developers (Contributions to Django itself)
As I mentioned in your other thread, you need to spend more time using Django before you work on a ticket that you don't understand. Also, this isn't the correct mailing list to get help with a ticket. I guess django-core-mentorship might be fine for that, or ask on the ticket itself.

Please don't post the same message to django-users, django-developers, and django-core-mentorship.
Reply all
Reply to author
Forward
0 new messages