Skip to content

Commit f186f73

Browse files
committed
add django flexible subscriptions as example django extension
1 parent 98c2a42 commit f186f73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,19 @@ code. django-filter is provided as
209209
[open source](https://github.com/carltongibson/django-filter/blob/master/LICENSE).
210210

211211

212+
### django-flexible-subscriptions
213+
[django-flexible-subscriptions](https://github.com/studybuffalo/django-flexible-subscriptions)
214+
([project documentation](https://django-flexible-subscriptions.readthedocs.io/en/latest/)
215+
and
216+
[PyPI package information](https://pypi.org/project/django-flexible-subscriptions/))
217+
provides boilerplate code for adding subscription and recurrent billing
218+
to [Django](/django.html) web applications. Various payment providers
219+
can be added on the back end to run the transactions.
220+
221+
The django-flexible-subscriptions project is open sourced under the
222+
[GNU General Public License v3.0](https://github.com/studybuffalo/django-flexible-subscriptions/blob/master/LICENSE).
223+
224+
212225
### django-floppyforms
213226
[django-floppyforms](https://github.com/jazzband/django-floppyforms)
214227
([project documentation](https://django-floppyforms.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)