Skip to content

Ichag/django-timelinejs3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-timelinejs3

currently in alpha state because it was developed on friday midnight...

  • clone it
  • set up your localsettings.py, rename .template and fill
  • migrate with python manage.py migrate
  • add a url like
url(r'^timeline/$', timeline_views.IndexView.as_view(), name='timeline_index'),
url(r'^timeline/data/$', timeline_views.index_data, name='timeline_index_data'),

and add events in django admin

Todo

  • write Tests
  • add forms for adding new events via frontend
  • use timeline primary key to render multiple timelines (on one page or seperated)

About

A django backend for timelinejs3

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors