Skip to content

Commit

Permalink
Update dev.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-H1 authored Jan 14, 2024
1 parent b014585 commit 4b36fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storefront/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DEBUG = True

SECRET_KEY = 'django-insecure-e6n(603gj-%f^_%^opggn^xyxus@-d@zk=w7jix1)@9l=hlc#$'
ALLOWED_HOSTS = ["www.alihaddadi.sadrazkh.ir","193.164.4.226"]
ALLOWED_HOSTS = ['*']
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
Expand Down

0 comments on commit 4b36fae

Please sign in to comment.