From e123444ceb2915be330bd4c54dfb904c65e7d579 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 26 Dec 2017 17:03:10 -0500 Subject: [PATCH] Add instruction to README for importing federated searchable data --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ea30ee..95a1602 100644 --- a/README.md +++ b/README.md @@ -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