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