Django-registration 1.0 is out
pypi.python.org
Django-registration 1.0 is out
1–10 of 20 posts
Re: Django-registration 1.0 is out
#2Re: Django-registration 1.0 is out
#3Django registration is awesome but still no default templates ( or official companion project that provides them) I don't get it.
https://django-registration.readthedocs.org/en/latest/faq.ht...
Other people have provided good baselines to work from, the Djen of Django provides explanations with their samples:
http://agiliq.com/books/djenofdjango/chapter5.html#reusable-...
(note I haven't upgraded to 1.0 so not sure if there are any incompatibilities)
Re: Django-registration 1.0 is out
#4Note: The documentation[1] still describes 0.9 version.
Re: Django-registration 1.0 is out
#5Django registration is awesome but still no default templates ( or official companion project that provides them) I don't get it.
Registration is (or at least, probably ought to be) a very personal set of decisions for any app/project. I agree that there could be some easily packaged, cookie-cutter defaults, but having experienced all the reasons James Bennett cited for not packaging any templates, I have to say that he's not crazy for their omission.
Re: Django-registration 1.0 is out
#6Re: Django-registration 1.0 is out
#7This has been a long awaited update for django-registration to make it compatible with Django 1.5's user model. To give some context, several people submitted pull requests over the last few months which were continually rejected. Glad to see this canonical Django package getting finally updated. Note: The documentation[1] still describes 0.9 version. [1]: https://django-registration.readthedocs.org/en/latest/
Re: Django-registration 1.0 is out
#8Django registration is awesome but still no default templates ( or official companion project that provides them) I don't get it.
Re: Django-registration 1.0 is out
#9This has been a long awaited update for django-registration to make it compatible with Django 1.5's user model. To give some context, several people submitted pull requests over the last few months which were continually rejected. Glad to see this canonical Django package getting finally updated. Note: The documentation[1] still describes 0.9 version. [1]: https://django-registration.readthedocs.org/en/latest/
Re: Django-registration 1.0 is out
#10Django registration is awesome but still no default templates ( or official companion project that provides them) I don't get it.
The main developer James Bennett has discussed his reasons several times on multiple venues, but the FAQ in the Read the Docs for django-registration gives details in "Does django-registration come with any sample templates I can use right away?" https://django-registration.readthedocs.org/en/latest/faq.ht... Other people have provided good baselines to work from, the Djen of Django provides explanations with their s…
1 "Providing default templates with an application is generally hard to impossible" not true since the introducton of app template loader
2 "A number of things in django-registration depend on the specific registration backend" 99 % uses standard db/user built in backend. If you use social-auth or similar you (almost ) do not need registration
I second 'yourcelf' comment below.. I always use his template as a starting point.
May be a management commas that generate those default templates? ( not a big fan of template generation anyway)