gorgonzolafun / gorgonzola

Check if there is gorgonzola in Portami Via restaurant

Home Page:http://gorgonzola.fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gorgonzola.fun

Build Status codecov

This project is built to know if there is Gorgonzola in the daily menu of the Portami Via restaurant in Valencia (Spain).

Development

cd ~
git clone https://github.com/escrichov/gorgonzola
cd gorgonzola
cp gorgonzola/settings_dev.py gorgonzola/settings.py

Create virtualenv

virtualenv --python=python3 env
source/env/bin/activate

Copy static files and migrate database

python manage.py migrate
python manage.py collecstatic

Run development server

python manage.py runserver

Run script

python manage.py gorgonzola_status

Run tests

python manage.py test

About

Check if there is gorgonzola in Portami Via restaurant

http://gorgonzola.fun

License:MIT License


Languages

Language:Python 54.6%Language:HTML 24.8%Language:CSS 14.8%Language:JavaScript 5.8%