Skip to content

pythonwood/django-ios-storekit

 
 

Repository files navigation

django-ios-storekit

Build Status Coverage Status PyPI - Python Version PyPI PyPI - Format PyPI - Wheel

A Django plugin for iOS StoreKit server.

Supported python versions

3.5.x ~ 3.7.x

Supported django versions

2.0.x ~ 2.2.x

Installation

$ pip install django-ios-storekit

Add storekit into INSTALLED_APPS in settings.py file.

INSTALLED_APPS += (
    'storekit',
)
$ python manage.py migrate

License

This software is licensed under the MIT License (See LICENSE).

About

iOS In-App Purchase's receipt validation server plugin for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.3%