Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 1031286

Browse files
committed
forgot to import os
1 parent c2d4170 commit 1031286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeweekeu/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44

55
import sys
6+
import os
67
from os.path import abspath, basename, dirname, join, normpath
78
########## PATH CONFIGURATION
89
# Absolute filesystem path to this Django project directory.

0 commit comments

Comments
 (0)