diff --git a/README.md b/README.md index 6ab265a..9a34e81 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@ Install the package using pip via: pip install django-sec -then add `django_sec` to your `INSTALLED_APPS` and run: +add `django_sec` to your `INSTALLED_APPS` and`'CONN_MAX_AGE': 0,` to your default `DATABASES` and run: python manage.py migrate django_sec + Usage ----- @@ -88,4 +89,4 @@ To run tests for a specific environment (e.g. Python 2.7 with Django 1.4): To run a specific test: export TESTNAME=.testname; tox -e py27-django15 - \ No newline at end of file +