Skip to content

Commit 35a4bff

Browse files
committed
chore(settings): PROJECT_ROOT is no longer required
https://stackoverflow.com/questions/4919600/django-project-root-self-discovery BASE_ROOT is a Django 1.8 feature that can be used instead if needed
1 parent 0a564e1 commit 35a4bff

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rootfs/deis/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
import sys
99
import tempfile
1010

11-
12-
PROJECT_ROOT = os.path.normpath(os.path.join(os.path.dirname(__file__), '..'))
13-
1411
# A boolean that turns on/off debug mode.
1512
# https://docs.djangoproject.com/en/1.9/ref/settings/#debug
1613
DEBUG = False

0 commit comments

Comments
 (0)