#!/usr/bin/env python3 # -*- encoding: utf-8 -*- SECRET_KEY = "plz, stop complaining" INSTALLED_APPS = [ 'propergrammar' ] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'db.sqlite3', } } USE_TZ = True TIME_ZONE = "UTC"