Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bu7i committed Feb 19, 2024
1 parent b600523 commit 6a1f04f
Show file tree
Hide file tree
Showing 98 changed files with 45,719 additions and 1 deletion.
Binary file modified demo/__pycache__/settings.cpython-312.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'


BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '-05sgp9!deq=q1nltm@^^2cc+v29i(tyybv3v2t77qi66czazj'

Expand Down Expand Up @@ -158,7 +159,7 @@

# C:\Users\Dino\Documents\GitHub\Python-Courses\Django-Ecommerce\env\Scripts\activate

django_heroku.settings(locals())

django_heroku.settings(locals())


Loading

0 comments on commit 6a1f04f

Please sign in to comment.