Got basic webpage working. Need to make base page, static folders
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from functools import lru_cache # noqa
|
||||
|
||||
# Deprecate or remove this module when no supported version of Django still
|
||||
# supports Python 2. Until then, keep it to allow pluggable apps to support
|
||||
# Python 2 and Python 3 without raising a deprecation warning.
|
||||
Reference in New Issue
Block a user