mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 06:29:25 +08:00
Removed unused timezone import insettings.py
This commit is contained in:
parent
5c318d6dbb
commit
eccedf5715
2 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ https://docs.djangoproject.com/en/4.1/ref/settings/
|
|||
"""
|
||||
|
||||
from pathlib import Path
|
||||
import pytz
|
||||
|
||||
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue