furious-luke/django-address

Readme is inconsistent

Closed this issue · 1 comments

pip install django-address

Then, add address to your INSTALLED_APPS list in settings.py:

INSTALLED_APPS = [
...
'django_filters',
]

I assume address is what should be in installed apps not django_filters

@curtisstpierre Thanks for the heads-up. This will be fixed in the next release.

Please see #108