Re: Registration module in 1.5.1 use of django.views.generic.simple

2013-05-02 Thread Subodh Nijsure
So adding something like this to my requirements.txt should work? -e hg+https://bitbucket.org/ubernostrum/django-registration#egg=django-registration ( Sorry if this very trivial, never have imported something from hg) -Subodh On Thu, May 2, 2013 at 12:12 PM, James Bennett wrote: > Check out

Re: Registration module in 1.5.1 use of django.views.generic.simple

2013-05-02 Thread James Bennett
Check out the latest hg tip of django-registration, which does not have this problem. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@go

Registration module in 1.5.1 use of django.views.generic.simple

2013-05-02 Thread Subodh Nijsure
rom django.views.generic.simple import direct_to_template --- > from django.conf.urls import patterns > from django.views.generic import TemplateView > 30,31c32 <direct_to_template, <{'template': 'regi

Re: django.views.generic.simple

2007-08-08 Thread Chris Hoeppner
This view is useful for showing static "process done" messages, where you actually might need a bit of context, like a username of confirmation number. Any page that doesn't need anything more complex than echoing a few vars, can be done with this. If what you really need is absolutely static page

django.views.generic.simple

2007-08-08 Thread james_027
hi, is the purpose of this view for showing static html page? if not what is the use of this view? Thanks james --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema