Skip to content

Commit daa68fd

Browse files
authored
Update README.md
1 parent 3a3b890 commit daa68fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ urlpatterns = [
3838
]
3939
```
4040

41+
Then go to Áskell, create a public/private key pair and add these keys to your settings file or environment in your project:
42+
```python
43+
ASKELL_PUBLIC_KEY = 'my-public-key'
44+
ASKELL_SECRET_KEY = 'my-secret-key'
45+
```
46+
4147
To complete your setup, it is recommended to set up a webhook in Áskell's dashboard pointing to your website's URL. If your website has the domain `https://example.com` and you have added the app urls to your project, then the view that receives the webhooks is located at `https://example.com/askell/webhook/`.
4248

4349
Create your webhook, and then obtain your webhook secret and put it in your settings file or environment in your project:

0 commit comments

Comments
 (0)