Update example project README.

This commit is contained in:
Juan Ignacio Fiorentino 2015-08-28 18:46:40 -03:00
parent 77f32e7ec5
commit 9f26dc456a

View file

@ -29,8 +29,6 @@ $ python manage.py runserver
Open your browser and go to `http://localhost:8000`. Voilà!
[<img title="django-oidc-provider" src="http://i.imgur.com/h4gv4s1.gif" width="100%" />](https://github.com/juanifioren/meteor-coffee-boilerplate)
## Install package for development
After you run `pip install -r requirements.txt`.
@ -41,4 +39,4 @@ $ pip uninstall django-oidc-provider
# Go back and add the package again.
$ cd ..
$ pip install -e .
```
```