Skip to content

maltelenz/wowloot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhoOwsWhat Loot (wowloot)

Django project to figure out who ows what to whom.

Getting started

  1. Install Django: https://docs.djangoproject.com/en/1.9/intro/install/

  2. Copy settings-template.py to settings.py.

  3. 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
  4. In a shell:

$ cd wowloot
$ python manage.py migrate
$ python manage.py update_currency
$ python manage.py runserver

Dependencies

Server side

  • Python
  • Django (1.9)

External

Usage Notes/Thanks

The error pages for this project (404, 500) use the beasts created by Matthew Inman from TheOatmeal.com.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.

About

Figure out who ows whom how much, for example after a trip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published