This project is built to know if there is Gorgonzola in the daily menu of the Portami Via restaurant in Valencia (Spain).
cd ~
git clone https://github.com/escrichov/gorgonzola
cd gorgonzola
cp gorgonzola/settings_dev.py gorgonzola/settings.py
virtualenv --python=python3 env
source/env/bin/activate
python manage.py migrate
python manage.py collecstatic
python manage.py runserver
python manage.py gorgonzola_status
python manage.py test