diff --git a/project-django-1.8/project_name/settings/base.py b/project-django-1.8/project_name/settings/base.py index b5cf9be48f77ed1b1dde7e91196cd2ea0c47b95c..4808eff65c962dc8bd8887413843c832e8f36a5d 100644 --- a/project-django-1.8/project_name/settings/base.py +++ b/project-django-1.8/project_name/settings/base.py @@ -25,8 +25,8 @@ import os # Base and assets project directories. -BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) -ASSETS_ROOT = os.path.normpath(os.path.join(BASE_DIR, "assets")) +BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) +ASSETS_ROOT = os.path.normpath(os.path.join(os.path.dirname(BASE_DIR), "assets")) # List of installed applications. INSTALLED_APPS = (