Go to file
Konstantin Martini d2f3f3029c shaping out functionality 2015-01-03 02:49:29 +01:00
matecnt shaping out functionality 2015-01-03 02:49:29 +01:00
matemat shaping out functionality 2015-01-03 02:49:29 +01:00
templates shaping out functionality 2015-01-03 02:49:29 +01:00
.gitignore matecnt app, drinker+drink models 2015-01-02 21:05:52 +01:00
Readme.md Readme ready for install 2015-01-02 22:58:23 +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: sudo aptitude install python3-django Install suggested dependcies as well (sqlite).

then run: python3 manage.py syncdb python3 manage.py runserver

You can reach the server now via

http://127.0.0.1:8000/

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!