Skip to content

Commit fee4b73

Browse files
committed
Fix bug on ticket buying
1 parent 93b54ab commit fee4b73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,3 +368,5 @@
368368
"KEY_PREFIX": REDIS_PREFIX,
369369
}
370370
}
371+
372+
DOMAIN = config('DOMAIN', default='localhost')

0 commit comments

Comments
 (0)