[Answered ]-Weird conflict with deploy of django project with django_assets

2👍

Because of some silliness with Django, your settings.py file can be imported twice. Thus registration will occur twice. Read:

http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html

for all the horrible details of this issue.

Leave a comment