Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Updated README to no longer reference south
Browse files Browse the repository at this point in the history
  • Loading branch information
CM Lubinski authored and willbarton committed Apr 11, 2016
1 parent 7b80173 commit 97f9989
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Requirements are retrieved and/or build automatically via pip (see below).
* pyelasticsearch - required if using Elastic Search
* flake8 - while not strictly required, we try to meet its standards
* pysolr - required if using solr as a search backend
* south - Django's migration helper. Needed if using Django Models for
storage

## API Docs

Expand Down Expand Up @@ -121,13 +119,13 @@ BACKENDS = {
}
```

Remember to run south migrations.
Remember to run migrations.

### Django Models For Data, Elastic Search For Search

If *pyelasticsearch* and *south* are installed, you can combine Django
models and Elastic Search. Use the *regcore_read.views.es_search.search* and
use the following backend configuration:
If *pyelasticsearch* is installed, you can combine Django models and Elastic
Search. Use the *regcore_read.views.es_search.search* and use the following
backend configuration:

```python
BACKENDS = {
Expand All @@ -138,7 +136,7 @@ BACKENDS = {
}
```

Be sure to also run south migration
Be sure to also run migrations

### Elastic Search For Data and Search

Expand Down

0 comments on commit 97f9989

Please sign in to comment.