reworked filters in jobs list view
[qcg-portal.git] / plgng / settings.py
index 7f383e6..24f298b 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, H:i'
+
+
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.7/howto/static-files/
 
@@ -123,3 +127,12 @@ OPENID_STRICT_USERNAMES = True
 
 
 SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
+
+
+# 3-rd party settings
+
+BOOTSTRAP3 = {
+    'horizontal_label_class': 'col-md-4',
+    'horizontal_field_class': 'col-md-6',
+    'set_placeholder': False,
+}