diff --git a/apis_ontology/settings.py b/apis_ontology/settings.py index 5ce5128..1db8476 100644 --- a/apis_ontology/settings.py +++ b/apis_ontology/settings.py @@ -117,3 +117,5 @@ } APIS_API_ID_WRITABLE = True + +USE_TZ = True