Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 594 Bytes

README.rst

File metadata and controls

26 lines (20 loc) · 594 Bytes

The member database of Pfadikorps Glockenhof

Start hacking:

git clone [email protected]:gloggi/etat.git
cd etat
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
bower update
./manage.py syncdb
./manage.py migrate
./manage.py runserver
Required stuff:
If you're on OSX, also check those: