from os import path
-from settings.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
 
 DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 # If running in a Windows environment this must be set to the same as your
 # system time zone.
 TIME_ZONE = 'Europe/Warsaw'
+USE_TZ = True
 
 SITE_ID = 1