google-code-export / django-hotclub

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

Missing imports in local_apps/projects/form.py #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Missing:

from django.contrib.auth.models import User
try:
    from notification import models as notification
except ImportError:
    notification = None

Original issue reported on code.google.com by ontou...@gmail.com on 25 Oct 2008 at 2:55

GoogleCodeExporter commented 9 years ago
Fixed on 0.5.X branch in r1159 and on trunk in r1160

Original comment by jtau...@gmail.com on 27 Oct 2008 at 10:41