Skip to content

Lagyu/TTCGiftChanger

Repository files navigation

TTCGiftChanger

TTC gift changer with django

Top trading cycle (TTC) is an algorithm for trading indivisible items without using money.

Lisenced under GNU General Public Lisence Version 3.

Templates are written in Japanese.

Setup

  1. Install Python3.
  2. Clone this repository.
  3. Modify "settngs.py" in ttcgiftchanger directory.
  4. Run following commands.
python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
  • You can start server with:
python manage.py runserver
  • You can create admin user (can login from /admin/) with:
python manage.py createsuperuser

About

TTC gift changer with django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published