Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursuzuki committed Oct 17, 2023
1 parent 5f0129f commit 7bcf507
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified project_bloom/db.sqlite3
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified project_bloom/project_bloom/__pycache__/settings.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion project_bloom/project_bloom/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DEBUG = True
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-1jb1wip@qo&36c4d_^=lhno4d#7ijj61n*4-s!x*lf^wvz1vfk'
ALLOWED_HOSTS = ['*']
ALLOWED_HOSTS = ['equipebloom.azurewebsites.net','127.0.0.1','localhost']
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
Expand Down

0 comments on commit 7bcf507

Please sign in to comment.