Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 309 Bytes

Ryōrisho

A recipe sharing site - a side project of mine combining several of my hobbies.

Project dependencies

  • virtualenv
  • Python 3.5

Getting started

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver