idlesign / django-sitegate

Reusable application for Django to ease sign up & sign in processes
https://github.com/idlesign/django-sitegate
BSD 3-Clause "New" or "Revised" License
34 stars 4 forks source link

A few new tests #5

Closed dotsbb closed 11 years ago

dotsbb commented 11 years ago

Few functional tests for modern flows (sign in & sign up):

idlesign commented 11 years ago

Merged. Thank you.

BTW, 1.4 doesn't have get_user_model, so do not forget to run tox ;)