Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 448 Bytes

sidewinder

sidewinder is the Snakeroom’s new permanent backend.

It’s got all the useful features that we need every year built-in, and is extended as required for each year’s event.

Development

# Setting up the environment
virtualenv env/
source env/bin/activate
pip install -r requirements.txt

# Set this environ.
export DJANGO_SETTINGS_MODULE=config.development

# Start development web server
python manage.py runserver