Skip to content

Commit

Permalink
Update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekirapapaul committed Aug 9, 2020
1 parent bad49d8 commit ea81885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Detailed documentation is in the "docs" directory.
Quick start
-----------

1. Add "polls" to your INSTALLED_APPS setting like this::
1. Add "django-mpesa" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
Expand All @@ -19,6 +19,9 @@ Quick start

2. Include the polls URLconf in your project urls.py like this::

from django.urls import path, include
from mpesa.urls import mpesa_urls

path('mpesa/', include(mpesa_urls)),

3. Run `python manage.py migrate` to create the polls models.
Expand Down

0 comments on commit ea81885

Please sign in to comment.