attributes tweaks
[qcg-portal.git] / plgng / settings.py
index d16396c..2e2fed1 100644 (file)
@@ -89,6 +89,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/
 
@@ -97,6 +100,8 @@ STATIC_URL = '/static/'
 
 # Authentication
 
+AUTH_USER_MODEL = 'qcg.User'
+
 AUTHENTICATION_BACKENDS = (
     'django_openid_auth.auth.OpenIDBackend',
     'django.contrib.auth.backends.ModelBackend',