Got basic webpage working. Need to make base page, static folders
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.utils.timezone import utc
|
||||
|
||||
|
||||
def utc_tzinfo_factory(offset):
|
||||
if offset != 0:
|
||||
raise AssertionError("database connection isn't set to UTC")
|
||||
return utc
|
||||
Reference in New Issue
Block a user