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
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
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
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
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
5 matches
Mail list logo