Django project to figure out who ows what to whom.
-
Install Django: https://docs.djangoproject.com/en/1.9/intro/install/
-
Copy settings-template.py to settings.py.
-
In settings.py, edit the following:
- The path field in DATABASES to where you want to store your database file.
- TEMPLATE_DIRS to where your templates are stored (they are in this repository under 'templates').
- OPEN_EXCHANGE_APP_ID to the app id you get by signing up at https://openexchangerates.org/signup/free
-
In a shell:
$ cd wowloot
$ python manage.py migrate
$ python manage.py update_currency
$ python manage.py runserver
- Python
- Django (1.9)
- http://openexchangerates.org/ (Documentation at http://openexchangerates.org/documentation/)
The error pages for this project (404, 500) use the beasts created by Matthew Inman from TheOatmeal.com.
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.