X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=plgng%2Fsettings.py;h=0567769db581f4ad1c7648772e7cd0ff06d6409a;hb=1e4d91a02e314709d4ec1425f814996ff042a2d8;hp=7f383e63aaec0dbbb096689fcfd3d421ea3152b3;hpb=c27b8d74ed12e3b6229382a50c77fc2bf6bae577;p=qcg-portal.git diff --git a/plgng/settings.py b/plgng/settings.py index 7f383e6..0567769 100644 --- a/plgng/settings.py +++ b/plgng/settings.py @@ -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/