We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3670f9 commit 5acb110Copy full SHA for 5acb110
Readme.md
@@ -269,7 +269,11 @@ $ python manage.py migrate
269
$ python manage.py backfill_api_keys
270
```
271
272
-You can use your browser like so:
+In order to view your API key make use of the profile link in the top right. Create
273
+a new view using TemplateView and fetch the `api_key` in the `get_context_data` and
274
+pass it to the template to display.
275
+
276
+Once you know your API key you can use your browser like so:
277
http://localhost:8000/api/v1/note/?format=json&username=a&api_key=416d65381bcfb395ae7312c8028b7650b3413594
278
279
or the command like like so:
0 commit comments