Skip to content

ShaneWD/photos_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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