These pull request provides a custom user model with full integration into Django. You can create new users and change existing with Django Admin (http://localhost/admin) and run 'createsuperuser' command. It is already merged with latest 'helpers' branch, that provides check_unique and isvalid* checks. Currently there is no permissions support.
Warning: merging this pull request with your own branch may require to solve conflicts with your PostgreSQL database! The simpliest way is to recreate (drop,create,grant) the database and copy back all your test data using http://localhost/admin
These pull request provides a custom user model with full integration into Django. You can create new users and change existing with Django Admin (http://localhost/admin) and run 'createsuperuser' command. It is already merged with latest 'helpers' branch, that provides check_unique and isvalid* checks. Currently there is no permissions support.
Warning: merging this pull request with your own branch may require to solve conflicts with your PostgreSQL database! The simpliest way is to recreate (drop,create,grant) the database and copy back all your test data using http://localhost/admin