https://wow-simc.herokuapp.com/
This project is a Django website which generates input for SimulationCraft based on the cartesian product of selected talents. It generates both copy=... and profileset... settings.
- Install Python
- Install and activate virtualenv
- Install requirements.txt
- Set environment variables environment
- Run server: python manage.py runsslserver
- Use a web browser to connect to development server (https://127.0.0.1:8000 by default)
| Name | Description |
|---|---|
| DJANGO_CONFIGURATION | 'Dev' or 'Prod' |
| DJANGO_SECRET_KEY | Django doc |
| WOW_API_CLIENT_ID | Client id for battle.net API |
| WOW_API_CLIENT_SECRET | Secret key used for battle.net API |
| EMAIL_ADDRESS | Email address from which email messages are sent |
| EMAIL_PASSWORD | Password to the above email address |
