andychase / warpscroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warp Scroll

Plan your trip through anywhere

Screenshot showing the software

This project was a coding test, I think I would probably use a calendar realistically.

Warp Scroll is a date-only itinerary planner. You could use it to plan your quests during your iron man speed-run through runescape.

Installation

You'll need python-3.5.2 and pip.

First install the dependencies:

pip3 install -r requirements.txt

Next migrate your database if needed:

python3 manage.py migrate

Finally create a superuser if needed:

python3 manage.py createsuperuser

Running

To run in debug:

python3 manage.py runserver

To run in production:

DJANGO_SETTINGS_MODULE=warpscroll.production gunicorn warpscroll.wsgi --log-file -

About

License:MIT License


Languages

Language:Python 38.6%Language:JavaScript 34.7%Language:HTML 24.6%Language:CSS 2.2%