A tool for tracking the progress of the kittens (and cat{s,z}) in out CodeCatz meetup group
If you haven't done so, create a fork of this project, and clone that project to your computer, continue from there 😉 It is recommended that you use a virtual environment (or the virtualenvwrapper).
Install the requirements
pip install -r requirements.txt
Create the database (only first time)
./manage.py migrate
Run the server
./manage.py runserver
On this project we use tabs for indentation. Please make sure your editor is properly set up for this.