yamatemat/Readme.md

27 lines
582 B
Markdown
Raw Normal View History

2015-01-02 22:40:13 +01:00
Yet Another Matemat
===================
Mate calculation as a web app.
2015-01-02 22:58:23 +01:00
We are developing a python3 django app.
2015-01-02 22:40:13 +01:00
Installation
------------
2015-01-02 22:58:23 +01:00
On a Debian System install:
sudo aptitude install python3-django
Install suggested dependcies as well (sqlite).
2015-01-02 22:40:13 +01:00
2015-01-02 22:58:23 +01:00
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!