django-flashcookie

Provides rails-like flash messages to Django framework.
Download

django-flashcookie Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Anderson
  • Publisher web site:
  • http://www.assembla.com/

django-flashcookie Tags


django-flashcookie Description

Provides rails-like flash messages to Django framework. django-flashcookie is a plugin that provides rails-like flash messages to Django framework.Example:views.pydef some_action(request): ... request.flash = "You can't post comments in this section" return HttpReponseRedirect("/")base.html{% if flash %} {% for message in flash.error %} {{ message }} {% endfor %}{% endif %} Requirements: · Python · Django


django-flashcookie Related Software