Skip to content

Latest commit

 

History

History
executable file
·
28 lines (23 loc) · 523 Bytes

README.md

File metadata and controls

executable file
·
28 lines (23 loc) · 523 Bytes

Cocina Salud

Website about healthy food, nutrition and cooking tricks. It includes a blog with pages of articles of these topics, and a courses section.

Initial configuration

  1. Clone this repository:
git clone https://github.com/MatiPendino/cocina-salud
  1. Create a virtual environment:
python -m venv venv
  1. Active virtual environment:
./venv/Scripts/activate
  1. Install libraries:
(venv) pip install -r requirements.txt
  1. Run server:
(venv) python manage.py runserver