Setup Track table, modified models to data

Recreated migrations from scratch to fix bug with initializing Track
objects.
This commit is contained in:
2018-06-06 03:46:09 -04:00
parent 549af96db7
commit cdcc33c014
5 changed files with 73 additions and 45 deletions

View File

@@ -110,7 +110,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'America/Toronto'
USE_I18N = True