create ServedDirectory model, setup project settings, add Viewer app to project, uuid migration

This commit is contained in:
Xevion
2020-10-31 05:28:25 -05:00
parent 77cbae0a54
commit ec785d5360
4 changed files with 68 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'viewer.apps.ViewerConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
@@ -106,7 +107,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'CST'
USE_I18N = True