You should have a look at Django's Messages framework. It does what you are
trying to achieve in a more automatic and reusable way:
https://docs.djangoproject.com/en/1.9/ref/contrib/messages/
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To
Hi
am new to django , please help me to solve such a simple problem,
This is our views.py
from django.shortcuts import render, render_to_response
from django.core.context_processors import request, csrf
import re
from django.contrib.auth.models import User
# Create your views here.
def crea
2 matches
Mail list logo