-
-
Notifications
You must be signed in to change notification settings - Fork 12
Authentication #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: authentication
Are you sure you want to change the base?
Authentication #35
Conversation
Authentication
membership app added
added all membership models
add payment page
resolve issues
added portal-sdk for open mpesa api
update urllib3 to 1.25.10
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
…k/requests-2.20.0 Bump requests from 2.18.4 to 2.20.0 in /portal-sdk
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](urllib3/urllib3@1.22...1.24.2) Signed-off-by: dependabot[bot] <support@github.com>
…k/urllib3-1.24.2 Bump urllib3 from 1.22 to 1.24.2 in /portal-sdk
…2.20.0 Bump requests from 2.18.4 to 2.20.0
payment integration continue
payment integration continue
Add files for open sourcing project
Some minor fixes
add folder containing portalsdk, it can now be installed with `pip install -r requirements.txt` closes devmedtz#19
update requirements.txt for portalsdk
update README
update accounts app (things to be fixed)
| business = Business(user=user) | ||
| business.save() | ||
|
|
||
| # Create Plan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plan should be created by the Site Administrator prior to system usage, They should create the plan and set the price they want.
|
|
||
| subscription = Subscription.objects.get_or_create( | ||
| plan_id=1, | ||
| plan=plan, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the new user signup on the system, the free subscription should be create automatic for that user
and free subscription, is linked by plan created by system admin
| ) | ||
|
|
||
| # import pdb | ||
| # pdb.set_trace() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment has no meaning
devmedtz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the code to see the comment on changes block
No description provided.