Please use django-users to get help with usage problems.

On Friday, January 26, 2018 at 8:57:17 AM UTC-5, 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/9b4aea94-64a5-40f7-8531-12cfea9b7e40%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