Skip to content

Commit

Permalink
update docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed Feb 23, 2022
1 parent c64278a commit 2d2a1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def setup_django():
'django.contrib.sessions',
'django.contrib.messages',
'django_ftpserver',
)
),
SECRET='secret'
)
django.setup()
from django.apps import apps
Expand Down

0 comments on commit 2d2a1cc

Please sign in to comment.