Skip to content
Snippets Groups Projects
Verified Commit 3b0b4e7e authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Sort imports

parent ffb17640
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,14 @@
# -- Path setup --------------------------------------------------------------
import os
import sys
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import django
import os
import sys
sys.path.insert(0, os.path.abspath(".."))
os.environ["DJANGO_SETTINGS_MODULE"] = "aleksis.core.settings"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment