We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b90e8 commit a1631afCopy full SHA for a1631af
README.md
@@ -0,0 +1,15 @@
1
+# django-custom-user-model
2
+Source code for [Django Custom User Login/Logout/Signup Tutorial](https://wsvincent.com/django-custom-user-model-tutorial/).
3
+
4
+Try a working example at [https://django-custom-user-model.herokuapp.com/](https://django-custom-user-model.herokuapp.com/).
5
6
+## Local Setup
7
8
+```
9
+$ git clone https://github.com/wsvincent/django-custom-user-model.git
10
+$ mkvirtualenv users
11
+$ pip install -r requirements.txt
12
+$ ./manage.py runserver
13
14
15
+And visit [http://localhost:8000/](http://localhost:8000/).
0 commit comments