Skip to content

Commit

Permalink
created api class of transaction more work remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
supsa-ak committed Dec 19, 2021
1 parent 1480540 commit 2bc7068
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file removed BudMan/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed BudMan/__pycache__/settings.cpython-38.pyc
Binary file not shown.
Binary file removed BudMan/__pycache__/urls.cpython-38.pyc
Binary file not shown.
Binary file removed BudMan/__pycache__/wsgi.cpython-38.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion BudMan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'crispy_forms',
'api.apps.ApiConfig',
'frontend.apps.FrontendConfig',
'rest_framework'
]

MIDDLEWARE = [
Expand Down Expand Up @@ -96,7 +97,7 @@

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'
TIME_ZONE = 'Asia/Kolkata'

USE_I18N = True

Expand Down

0 comments on commit 2bc7068

Please sign in to comment.