minor settings fix
[fnp-django-template.git] / project_name / settings / static.py
index cc17ecc..23f305e 100644 (file)
@@ -1,4 +1,5 @@
 from os import path
+from paths import PROJECT_DIR
 
 
 MEDIA_ROOT = path.join(PROJECT_DIR, 'media/')