diff --git a/BudMan/__pycache__/__init__.cpython-38.pyc b/BudMan/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 580eb5d..0000000 Binary files a/BudMan/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/BudMan/__pycache__/settings.cpython-38.pyc b/BudMan/__pycache__/settings.cpython-38.pyc deleted file mode 100644 index 96cf8aa..0000000 Binary files a/BudMan/__pycache__/settings.cpython-38.pyc and /dev/null differ diff --git a/BudMan/__pycache__/urls.cpython-38.pyc b/BudMan/__pycache__/urls.cpython-38.pyc deleted file mode 100644 index 3bf5e15..0000000 Binary files a/BudMan/__pycache__/urls.cpython-38.pyc and /dev/null differ diff --git a/BudMan/__pycache__/wsgi.cpython-38.pyc b/BudMan/__pycache__/wsgi.cpython-38.pyc deleted file mode 100644 index de5d096..0000000 Binary files a/BudMan/__pycache__/wsgi.cpython-38.pyc and /dev/null differ diff --git a/BudMan/settings.py b/BudMan/settings.py index 90a850b..38ff347 100644 --- a/BudMan/settings.py +++ b/BudMan/settings.py @@ -28,6 +28,7 @@ 'crispy_forms', 'api.apps.ApiConfig', 'frontend.apps.FrontendConfig', + 'rest_framework' ] MIDDLEWARE = [ @@ -96,7 +97,7 @@ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Asia/Kolkata' USE_I18N = True