We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcfb67 commit b61a656Copy full SHA for b61a656
README.md
@@ -2,6 +2,14 @@
2
3
[](https://travis-ci.org/apptension/django-restauth)
4
5
+## Running
6
+
7
+```
8
+pip install pipenv
9
+pipenv install
10
+pipenv run python manage.py runserver
11
12
13
## Usage
14
15
* Modify your settings
@@ -53,7 +61,3 @@ HASHID_FIELD_SALT = ''
53
61
- [x] Ability to set user notification implementation
54
62
- [ ] Add lean docker-compose w/ Postgres
55
63
- [ ] Add a way to communicate settings, urls, etc to a higher order project
56
-- [x] Remove user away from change password endpoint
57
-- [x] Change user to email on auth confirm endpoint
58
-- [x] Add endpoint to change profile
59
-- [x] Review password reset confirm endpoint
0 commit comments