danfairs / django-lazysignup

django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
BSD 3-Clause "New" or "Revised" License
410 stars 89 forks source link

Switch from direct_to_template to cbv TemplateView #24

Closed huxley closed 11 years ago

huxley commented 11 years ago

As TemplateView has been supported in Django 1.3 or greater, I've changed the urls.py to use TemplateView instead of direct_to_template to allow Django 1.5 support.

danfairs commented 11 years ago

This was kindly sorted out by @brad.