filtering in job list view
[qcg-portal.git] / plgng / settings.py
index 7f383e6..0567769 100644 (file)
@@ -44,6 +44,7 @@ INSTALLED_APPS = (
     'django.contrib.webdesign',
     'qcg',
     'django_openid_auth',
+    'bootstrap3',
 )
 
 MIDDLEWARE_CLASSES = (
@@ -89,6 +90,9 @@ USE_L10N = True
 USE_TZ = True
 
 
+CUSTOM_DATETIME_FORMAT = 'j b Y, G:i'
+
+
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.7/howto/static-files/