Skip to content

Commit

Permalink
Add comment reminding folks to tell stripe about the webhooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrporter authored and kavdev committed Jan 9, 2018
1 parent 8cad6b7 commit 376a2ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Add the following to the `urlpatterns` in your `urls.py` to expose the webhook e
url(r'^payments/', include('djstripe.urls', namespace="djstripe")),
Then tell stripe about the webhook (Stripe webhook docs can be found `here <https://stripe.com/docs/webhooks>`_) using the full url for wherever you put the the djstrip urls, e.g. ``yourwebsite.com/payments/webhook``.

Run the commands::

python manage.py migrate
Expand Down

0 comments on commit 376a2ce

Please sign in to comment.