Commit 0c02f7a7 by Kenneth Reitz

Merge pull request #21 from edsfocci/base_dir-correction

Fix BASE_DIR
parents 4e9228ca 783c71b7
......@@ -13,7 +13,7 @@ import os
import dj_database_url
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment