Skip to content

Commit

Permalink
As @grillaz pointed out also statics and any other project wide dir s…
Browse files Browse the repository at this point in the history
…hould be in root directory.
  • Loading branch information
lechup committed Jan 19, 2017
1 parent cb01dfc commit 572fc05
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EnviroMonitorWeb/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 572fc05

Please sign in to comment.