issues
search
Alisha98A
/
lumiere-dining
1
stars
0
forks
source link
PROJECT SETUP: Database Setup & Django Secret Keys & config vars
#45
Closed
Alisha98A
closed
1 month ago
Alisha98A
commented
1 month ago
[x] Create a new app on Heroku
[x] Set up a database on ElephantSQL
[x] Generate a secret key
[x] Store the secret key in env.py
[x] Store the ElephantSQL database URL in env.py
[x] Add env.py to the .gitignore file to prevent it from being pushed to GitHub
[x] Update settings.py to import the dj_database_url library and env.py
[x] Set the SECRET_KEY in settings.py using the variable from env.py
[x] Set the DATABASE_URL in settings.py using the variable from env.py
[x] Add DATABASE_URL and SECRET_KEY to the Config Vars in Heroku
Alisha98A
commented
1 month ago
All tasks completed