Skip to content

nnsnodnb/django-ios-storekit

Repository files navigation

django-ios-storekit

Tests Linter Coverage Status PyPI - Python Version PyPI PyPI - Format PyPI - Wheel

A Django plugin for iOS StoreKit server.

Supported python versions

3.6.x ~ 3.9.x

Supported django versions

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).