google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Missing import in apps/local_apps/core/utils.py #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At lines 15 and 19 there is a ImproperlyConfigured exception raised - but
ImproperlyConfigured has not been imported.
Attached a one-line patch to fix this.

Original issue reported on code.google.com by richardb...@gmail.com on 21 Nov 2008 at 8:27

Attachments:

GoogleCodeExporter commented 9 years ago
apps/local_apps/core doesn't exist. The file you are patching is now in 
apps/local_apps/misc/ in 0.5.0 and 
trunk.

Original comment by bros...@gmail.com on 21 Nov 2008 at 9:05

GoogleCodeExporter commented 9 years ago
This has been fixed in revision 1214 and backported to 0.5.X in revision 1215.

Original comment by bros...@gmail.com on 22 Nov 2008 at 3:55