Skip to content

mind33/django-reminders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-reminders

image

image

image

image

image

a user reminder app for site builders to guide users through completion of activities

Our Mods

This fork includes the following modifications over the original:

  1. It is compatible with Django 1.6
  2. It shows reminders only to logged-in users
  3. It has some tests
  4. It spaces reminders out so that if a user has recently dismissed a message, it waits a day before displaying another one to that user.
  5. It introduces a 'priority' parameter to the reminder configuration in settings, determining which reminders are displayed first.
  6. It fixes a bug in which a permanently-dismissible reminder left over from an active session, now finding itself in an inactive session, was throwing errors when retrieving the newly-non-existent request user.

Documentation

Documentation can be found online at http://django-reminders.readthedocs.org/.

About

a user reminder app for Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%