File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/pages/examples/django Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments