armisael / calcio_splash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

How to Setup

Better using virtualenv:

$ mkvirtualenv calcio_spash
$ pip install -r requirements.txt

How to Run

Currently we're using sqlite, no fancy-stuff 😊; First, apply migrations, then run the dev server:

$ python manage.py migrate
$ python manage.py runserver

About


Languages

Language:CSS 71.7%Language:HTML 21.6%Language:Python 6.1%Language:JavaScript 0.7%