Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bu7i committed Feb 16, 2024
1 parent e9321c8 commit f3df5a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified db.sqlite3
Binary file not shown.
Binary file modified demo/__pycache__/settings.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

DEBUG = False
# ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['.vercel.app',]
ALLOWED_HOSTS = ['*']
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit f3df5a7

Please sign in to comment.