Save form now adds "stage finished" info correctly + some translations.
[redakcja.git] / redakcja / settings / common.py
index 24a4258..0a3b376 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 import os.path
 
-PROJECT_ROOT = os.path.realpath(os.path.dirname(__file__))
+PROJECT_ROOT = os.path.realpath(os.path.dirname(os.path.dirname(__file__)))
 
 DEBUG = False
 TEMPLATE_DEBUG = DEBUG