Skip to content

DimosGu/django-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
python manage.py loaddata django_project/fixtures/initial_data.json
python manage.py runserver

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%