Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Updated testing instructions in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed May 30, 2016
1 parent 51a1aca commit cdb56c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ Seed Auth API. User and permissions store, authentication and authorization.
## Running

* `pip install -e .`
* `psql -U postgres -c "CREATE DATABASE seed_auth;`
* `psql -U postgres -c "CREATE DATABASE seed_auth;"`
* `./manage.py migrate`
* `./manage.py createsuperuser`
* `./manage.py runserver --settings=seed_auth_api.testsettings`
Expand All @@ -18,4 +18,4 @@ Seed Auth API. User and permissions store, authentication and authorization.

* `pip install -e .`
* `pip install -r requirements-dev.txt`
* `py.test --ds=seed_auth_api.testsettings */tests.py`
* `py.test --ds=seed_auth_api.testsettings authapi

0 comments on commit cdb56c6

Please sign in to comment.