https://github.com/nnsnodnb/django-ios-storekit
:moneybag: iOS In-App Purchase's receipt validation server plugin for Django
https://github.com/nnsnodnb/django-ios-storekit
django python storekit
Last synced: about 1 year ago
JSON representation
:moneybag: iOS In-App Purchase's receipt validation server plugin for Django
- Host: GitHub
- URL: https://github.com/nnsnodnb/django-ios-storekit
- Owner: nnsnodnb
- License: mit
- Created: 2017-09-15T17:05:39.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T16:21:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T14:03:42.109Z (about 1 year ago)
- Topics: django, python, storekit
- Language: Python
- Homepage: https://pypi.org/project/django-ios-storekit
- Size: 442 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-ios-storekit
[](https://github.com/nnsnodnb/django-ios-storekit/actions/workflows/tests.yml)
[](https://github.com/nnsnodnb/django-ios-storekit/actions/workflows/linter.yml)
[](https://coveralls.io/github/nnsnodnb/django-ios-storekit?branch=master)




A Django plugin for iOS StoreKit server.
## Supported python versions
3.6.x ~ 3.9.x
## Supported django versions
2.x
## Installation
```shell script
$ pip install django-ios-storekit
```
Add `storekit` into `INSTALLED_APPS` in `settings.py` file.
```python
INSTALLED_APPS += (
'storekit',
)
```
```shell script
$ python manage.py migrate
```
## License
This software is licensed under the MIT License (See [LICENSE](https://github.com/nnsnodnb/django-ios-storekit/blob/master/LICENSE)).