Fix name 'datetime' is not defined

This commit is contained in:
Zang 2023-08-02 07:24:06 +07:00 committed by GitHub
parent 64495be799
commit 5d27acf5db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ https://docs.djangoproject.com/en/1.11/ref/settings/
""" """
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import datetime
import os import os
import tempfile import tempfile