Add instruction to README for importing federated searchable data

This commit is contained in:
Michael Hall 2017-12-26 17:03:10 -05:00
parent ddb42e6c91
commit e123444ceb

View file

@ -21,6 +21,12 @@ To start running the service use the following commands:
`./env/bin/python manage.py runserver`
## Test Federation
You can import sample event data into your "Searchable" table with this command:
`./env/bin/python manage.py import http://people.ubuntu.com/~mhall119/searchable_test.json`
## Getting Involved
To contibute to Get Together, you can file issues here on GitHub, work on