django-Deadlines
Share your achievements
Zhao Meng (Infrastructure Group)
Atsushi Fujimori()
IDEAs
JIRA is good, but not the best.
More intelligence
Machine should get things done
tags
scheduling
...
More social
Deadline also means achievement, excitation
Share them to your friends.
more reusibility
data inputing should never be repeat
django-deadline will provide api.
demo
Find beta version on Github:
technology details
rapid RESTful site development with
You can find it
Github:
https://github.com/fortable1999/django-deadlines
easy to use
start your site in minutes.
$ virtualenv deadlines
$ cd deadlines; source bin/activate
$ pip install django
$ django-admin.py startproject --template=https://github.com/fortable1999/django-deadlines/zipball/master deadlines
$ cd deadlines; pip install -r requirements.txt
$ python manage.py syncdb
$ python manager.py runserver
that's all!