diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 411569ac..4c86fc93 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -206,7 +206,7 @@ USE_L10N = True USE_TZ = True -DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M', '%Y-%m-%dT%H:%M:%S') +DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M')#, '%Y-%m-%dT%H:%M:%S') # Static files (CSS, JavaScript, Images) STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'