Skip to content

Tippr/django-messages-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-messages-framework by Django developers
backported by Michael Huynh (mike@mikexstudios.com)

"Hey, Listen!" ~Navi
------------

1. The master branch is the backport. 

2. The mirror branch is an exact mirror of django svn:
   trunk/django/contrib/comments. However, I can't think of a good reason why
   you'd want to use mirror.

Purpose:
-------

Django's messages framework is very powerful, but only available in trunk (and
soon in 1.2). This package is a backport of the messages framework for 1.1.1.

Tested:
------

Only on Django 1.1.1. Will most likely work on 1.1 too.

How to use
----------

Usage is the same as described on:
http://docs.djangoproject.com/en/dev/ref/contrib/messages/

The only difference is that you replace mentions of 'django.contrib.messages'
with 'django_messages_framework'.

About

Mirror of django (dev)'s messages framework; backport branch works with 1.1.1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%