Skip to content

Commit a1631af

Browse files
authored
Add Readme
1 parent 70b90e8 commit a1631af

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)