Skip to content

Commit

Permalink
add accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamed12 committed Apr 4, 2024
1 parent fb6fd52 commit 552d1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from decouple import config

db_config = dj_database_url.config(default=config("DATABASE_URL"))
db_config['ATOMIC_REQUESTS'] = True
# db_config['ATOMIC_REQUESTS'] = True
DATABASES = {
'default': db_config,
"TEST": {
Expand Down

0 comments on commit 552d1b5

Please # to comment.