We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d936575 commit 523f1f0Copy full SHA for 523f1f0
.epio-app
@@ -0,0 +1 @@
1
+makerconnection
project/epio.ini renamed to epio.ini
@@ -46,7 +46,7 @@ postgres = true
46
# #### If you're using Django, you'll want to uncomment some or all of these lines ####
47
# [django]
48
# # Path to your project root, relative to this directory.
49
-base = ..
+base = .
50
#
51
# [static]
52
# Serve the admin media
@@ -57,4 +57,4 @@ base = ..
57
58
# [env]
59
# # Use a different settings module for ep.io (i.e. with DEBUG=False)
60
-DJANGO_SETTINGS_MODULE = settings
+DJANGO_SETTINGS_MODULE = project.settings
project/.epio-app
0 commit comments