Ratatoskr: Worcester Tech's conference scheduling system
In Norse mythology, Ratatoskr is a squirrel who runs up and down the world tree Yggdrasil to carry messages between the eagle perched atop Yggdrasil, and the serpent Níðhöggr.
- Wikipedia
Running in a development environment
1. Install pipenv
Windows
$ pip3 install --user pipenv
Note: If there is a warning in the output while installing that says that a directory isn't in your PATH, add that directory to your PATH
Python on Windows tends to hairball PATH very frequently
Linux
Install python-pipenv
from your preferred package manager
2. Clone the repository to your preferred directory and run
$ pipenv install
3. To start the server, run
$ pipenv shell
$ python manage.py migrate
$ python manage.py runserver