GitXplorerGitXplorer
j

btre-django-project

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
03a279c9801d2e35de8978aa28ae8ccb351973ea

Updated settings.py to work with my .env file

jjasonbraganza committed 4 years ago
Verified
fdde58ec955a021a33d941a807c8fdbfbc4876d9

Updated requirements.txt

jjasonbraganza committed 4 years ago
Verified
03afe04642bbeb3a9d3a890838fb902e31577a98

Updated README

jjasonbraganza committed 4 years ago
Verified
446f66b229206b4c574191205fb6ea15f6b45596

fixed typo

jjasonbraganza committed 4 years ago
Verified
9ad92c5dd215c3993f9905d8f49df8114a636770

Update README. Changed settigs.py. Created .env sample

jjasonbraganza committed 4 years ago
Verified
01ab3b8e0f34932f1df114e10fb0bfb9b8e8a446

Updated README. Redid settings.py. Created .env sample

jjasonbraganza committed 4 years ago

README

The README file for this repository.

Me, following Brad Traversy’s Python Django Dev To Deployment course.

Presuppositions

  • 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