Updats README

This commit is contained in:
Michael 2020-02-29 23:06:12 -06:00
parent 8b3915e119
commit 7d63b53a43

View File

@ -31,3 +31,7 @@ Add URL patterns
url(r'^dj-rest-auth/', include('dj_rest_auth.urls')) url(r'^dj-rest-auth/', include('dj_rest_auth.urls'))
] ]
### Acknowledgements
This project began as a fork of `django-rest-auth`. Big thanks to everyone who contributed to that repo!