A Django plugin for iOS StoreKit server.
3.6.x ~ 3.8.x
2.x
$ pip install django-ios-storekitAdd storekit into INSTALLED_APPS in settings.py file.
INSTALLED_APPS += (
'storekit',
)$ python manage.py migrateThis software is licensed under the MIT License (See LICENSE).