1
I found out that was my problem. I followed How to change the name of a Django app? and my problems went away. Long story short, don’t name your app: urls.
0
Absolute imports may be what you need:
from __future__ import absolute_import
Credits to this answer: https://stackoverflow.com/a/4931577/1028012
- [Answer]-Dynamically add fields to a ModelForm in Django
- [Answer]-Cannot import name OSRNG
- [Answer]-Jquery, django-deleteview: delete table row records
- [Answer]-Django – Getting/Saving large objects takes a lot of time
- [Answer]-Redirecting from one form to another form in Django
0
- [Answer]-Add an New app to django-oscar
- [Answer]-System-wide Django package overrides virtualenv in mod_wsgi
- [Answer]-File upload from swift to django
- [Answer]-Django, Insertion during schema migration
- [Answer]-Many foreign keys in one lookup table. Bad idea?
Source:stackexchange.com