Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 210 Bytes

volunteer management

Pre Setup

git clone https://github.com/hack-the-hub/django-girls.git
cd django-girls
pip install virtualenvwrapper
mkvirtualenv django-girls
pip install -r requirements.txt