Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 485 Bytes

django-project

Project management with tasks, milestones, follow and activity-stream

git clone https://github.com/peragro/django-project.git
virtualenv env
source env/bin/activate
cd django_project
pip install -r requirements
python manage.py migrate --run-syncdb
Set the superuser for django using python manage.py createsuperuser    
python manage.py loaddata django_project/fixtures/initial_data.json
python manage.py runserver