summaryrefslogtreecommitdiff
path: root/coding_assignment_project/settings.py
AgeCommit message (Collapse)Author
2018-10-17settings.py: Use BASE_DIR in template directoriesKyle McFarland
Previously environments where the cwd wasn't the project root would except looking for base.html using a relative path, this fixes that to use an absolute path instead. (fixes running with apache + mod_wsgi)
2018-10-04Initial commit of the coding assignment base projectworkmai