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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grapesmoker authored Jul 18, 2017
1 parent 74c6204 commit f41490d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ $ sphinx-apidoc -F -o docs regcore_write
## Importing Regulation JSON

There is a `django_admin` command that facilitates the import of JSON
regulation content into the database. The command is called `import_reg` and
regulation content into the database. The command is called `regcore_import_reg` and
is used as follows, from the root `regcore` directory.

```bash
$ python manage.py import_reg -r <regulation-number> -s <path/to/stub/root>
$ python manage.py regcore_import_reg -r <regulation-number> -s <path/to/stub/root>
```

For an example of JSON content, see `[regulations-stub](https://github.com/cfpb/regulations-stub/)`
Expand Down

0 comments on commit f41490d

Please sign in to comment.