Me, following Brad Traversy’s Python Django Dev To Deployment course.
- We have Django, and Postgres installed.
- Copy
.env.sample
to.env
and put our secrets in there. - We have also copied our DJANGO secret key into
.env
Me, following Brad Traversy’s Python Django Dev To Deployment course.
.env.sample
to .env
and put our secrets in there..env