yamatemat/Readme.md

28 lines
650 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-03 03:14:53 +01:00
On a Debian System install: python3-django sqlite
2015-01-02 22:58:23 +01:00
Install suggested dependcies as well (sqlite).
2015-01-02 22:40:13 +01:00
2015-01-03 03:14:53 +01:00
then run (in the repo root):
2015-01-02 22:58:23 +01:00
2015-01-03 03:14:53 +01:00
./manage.py syncdb
2015-01-02 22:58:23 +01:00
2015-01-03 03:14:53 +01:00
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/
2015-01-02 22:58:23 +01:00
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!