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.

On Friday, January 26, 2018 at 9:04:06 AM UTC-5, Anoosha Masood Keen wrote:
>
> 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/c0b917e7-a246-485c-95f3-e63f15c5fc6b%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