jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
129 stars 31 forks source link

Bugfix: Remove empty package that shadows existing codes #100

Closed jedie closed 3 weeks ago

jedie commented 3 weeks ago

A manageprojects update has create empty packages like: django_tools/models/__init__.py that shadows: django_tools/models.py

Remove all of these and add a test that prevent this.