Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 464 Bytes

Photos Store by ShaneWD

Preview:

Setup Process (CMD)

  • git clone https://github.com/ShaneWD/photos_store.git
  • cd photos_store
  • pip install -r requirements.txt
  • cd project
  • create file named ".env", open it and type **export SECRET_KEY= (remove the parentheses and create/use a django secret key here) **
  • python manage.py migrate