Skip to content

Commit

Permalink
Updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaghiraldini committed Apr 17, 2019
1 parent b68549f commit 6766d25
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -6,6 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
Django = ">=2.1.6"
django-model-utils = ">=2.0"

[requires]
Expand Down
22 changes: 15 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions README.rst
Expand Up @@ -11,7 +11,7 @@ django-flexible-plans
.. image:: https://codecov.io/gh/ninjabit/django-flexible-plans/branch/master/graph/badge.svg
:target: https://codecov.io/gh/ninjabit/django-flexible-plans

Independent and reusable Plan app used to build the Django Subscription Plan System
Independent and reusable Plan, Subscription app used to build the Django Subscription Plan System

`Django-Subscription-Plan-System`_

Expand Down Expand Up @@ -52,10 +52,15 @@ Add django-flexible-plans's URL patterns:
...
]
Create Features PlanFeatures, Plans through the admin panel to let users activate their subscriptions.


Features
--------

* TODO
Plans have Features that describe them and what their subscribers can do or their quotas
Users can subscribe to Plans and their Subscription can be activated, deactivated, renewed, prorated, upgraded or downgraded.


Roadmap
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def get_version(*file_paths):
setup(
name='django-flexible-plans',
version=version,
description="""Independent and reusable apps to build app a Subscription Plan System""",
description="""Independent and reusable plans app to build a Subscription Plan System""",
long_description=readme + '\n\n' + history,
author='Tobia Ghiraldini',
author_email='tobia.ghiraldini@ninjabit.com',
Expand Down

0 comments on commit 6766d25

Please sign in to comment.