Go to file
Konstantin Martini 841a5121c8 update readme 2015-01-03 14:17:38 +01:00
matecnt made code fields unique 2015-01-03 14:09:49 +01:00
matemat shaping out functionality 2015-01-03 02:49:29 +01:00
templates improve models 2015-01-03 05:23:00 +01:00
.gitignore matecnt app, drinker+drink models 2015-01-02 21:05:52 +01:00
Readme.md update readme 2015-01-03 14:17:38 +01:00
manage.py matecnt app, drinker+drink models 2015-01-02 21:05:52 +01:00

Readme.md

Yet Another Matemat

Mate calculation as a web app. We are developing a python3 django app.

Installation

On a Debian System install: python3-django sqlite Install suggested dependcies as well (sqlite).

then run (in the repo root):

./manage.py syncdb

create an admin user for the new django database, then run

./manage.py runserver

and you should already be able to access it at: http://localhost:8000/

Now all that's left is to add drinkers and drinks via the admin panel. Access it at http://localhost:8000/admin/ (don't miss the last slash) and add at least one drinker and one drink using the admin user you just created. Alternatively you can pull out mate.sqlite3 from the 'database' branch, which already contains some drinkers and drinks.

If you don't know nothing about django yet, we strongly suggest you read the tutorial: https://docs.djangoproject.com/en/1.7/intro/tutorial01/

We welcome if you send us how you made it run on your system!