Skip to content

Wings-Lab/SpectrumDashboard

Repository files navigation

{{ project_name }}

Getting Started

Make sure you are using a virtual environment of some sort (e.g. virtualenv or pyenv).

pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites
./manage.py runserver