Skip to main content

Pluggable app for your Django projects to modify your mobile app versions using your API.

Project description

django-mobile-app-version

Quick start

  1. Install the package
pip install django-mobile-app-version
  1. Add 'mobile_app_version.apps.MobileAppVersionConfig' to your INSTALLED_APPS in settings.py module:
INSTALLED_APPS = [
    ...
    'mobile_app_version.apps.MobileAppVersionConfig',
]
  1. Include the Mobile App Version URLconf in your projects urls.py like this:
path('app-versions', include('mobile_app_version')),
  1. Run python manage.py migrate mobile_app_version to create the tables of app in your database. if you clone this app directly in your project and have some changes on application models you should first run pyhton manage.py makemigrations mobile_app_version and then migrate models.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mobile-app-version-1.0.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

django_mobile_app_version-1.0.0-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page