Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

Commit 3cb986c

Browse files
author
Mohammed Hammoud
committed
Update README.rst
1 parent 0e68cef commit 3cb986c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Django REST Framework wrapper of the payments Django app for Stripe
1010
Install
1111
======================
1212
* pip install django-rest-framework-stripe
13-
* **Add to urls.py:** ``url(r"^api/stripe/", include("django_rest_framework_stripe.payments.api.urls")),``
13+
* Add 'payments' to INSTALLED_APPS
14+
* **Add to urls.py:** ``url(r"^api/stripe/", include("payments.api.urls"))``
1415

1516
Endpoints
1617
======================

0 commit comments

Comments
 (0)