Merged pull request 97

This commit is contained in:
Brandon Taylor
2014-12-22 10:25:35 -05:00
parent 81fc032c8b
commit 01403f1b8c
8 changed files with 41 additions and 22 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
# Django settings for test_project project.
from utils import map_path
import os
def map_path(directory_name):
return os.path.join(os.path.dirname(__file__),
'../' + directory_name).replace('\\', '/')
DEBUG = True
TEMPLATE_DEBUG = DEBUG