Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Currently, this has only been tested to download and extract attributes from
10-K and 10-Q filings.

The commands support additional parameters and filters, such as to load data
for specific companies or quarters. Run `python manage help sec_import_index`
for specific companies or quarters. Run `python manage.py help sec_import_index`
to see all options.

Development
Expand All @@ -88,4 +88,4 @@ To run tests for a specific environment (e.g. Python 2.7 with Django 1.4):
To run a specific test:

export TESTNAME=.testname; tox -e py27-django15