Django-Website
Django-Website copied to clipboard
A very minimal website I build while learning Django.
Coppied your repo and run server, didn't find button regiser user. So i write localhost+register/ and try to create user, but i have error : AttributeError: Manager isn't available; 'auth.User'...
Solved in PR[#5](https://github.com/techwithtim/Django-Website/pull/5)
1. update register/login UI. 2. add a feature: logout 3. update register/login logic. 4. fix a bug: Remove todoList from database: a user can exist without a todolist 5. update...