Skip to content

Commit b61a656

Browse files
author
Aleksander Ambrozkiewicz
committed
Add running instructions to README
1 parent 0fcfb67 commit b61a656

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[![Build Status](https://travis-ci.org/apptension/django-restauth.svg?branch=master)](https://travis-ci.org/apptension/django-restauth)
44

5+
## Running
6+
7+
```
8+
pip install pipenv
9+
pipenv install
10+
pipenv run python manage.py runserver
11+
```
12+
513
## Usage
614

715
* Modify your settings
@@ -53,7 +61,3 @@ HASHID_FIELD_SALT = ''
5361
- [x] Ability to set user notification implementation
5462
- [ ] Add lean docker-compose w/ Postgres
5563
- [ ] 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

Comments
 (0)