disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Unmet Dependency jsonfield #1

Closed cgreene closed 13 years ago

cgreene commented 13 years ago

I get this when I try to include gargoyle in a blank project (well, a project that includes Nexus and Sentry) and syncdb: django.core.exceptions.ImproperlyConfigured: ImportError gargoyle: No module named jsonfield

If I try to runserver I get: Error: No module named jsonfield

These imports in models.py show up as unresolved: from jsonfield import JSONField from modeldict import ModelDict

Thanks!

cgreene commented 13 years ago

I missed the dependencies as I was looking for a requirements.txt.