remove django setup from docs conf

This commit is contained in:
Gonçalo Valério 2019-12-01 00:16:58 +00:00
parent e12a7a8a44
commit cb8ebbdfb7
2 changed files with 1 additions and 8 deletions

View File

@ -8,7 +8,7 @@ History
* A default urls.py is provided by the package so can work "out-of-the-box".
* Default location for templates moved to ``django_cryptolock`` folder.
* Updated quickstart guide
* Update quickstart guide.
0.0.1 (2019-11-25)
++++++++++++++++++

View File

@ -24,13 +24,6 @@ sys.path.append(parent)
import django_cryptolock
# Specify settings module
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tests.settings")
# Setup Django
import django
django.setup()
# -- General configuration -----------------------------------------------------