Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions disquaire_project/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
BASE_ROOT"""
Django settings for disquaire_project project.

Generated by 'django-admin startproject' using Django 1.11.3.
Expand Down Expand Up @@ -142,7 +142,7 @@

if os.environ.get('ENV') == 'PRODUCTION':

STATIC_ROOT = os.path.join(BASE_ROOT, 'staticfiles')
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

# Simplified static file serving.
# https://warehouse.python.org/project/whitenoise/
Expand Down