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

A Django app for managing mobile app versions through your API.

Installation

pip install django-mobile-app-version

Quick Start

  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 migrations to create the database tables:
python manage.py migrate mobile_app_version

If you clone this app directly in your project and have changes to application models, first run:

python manage.py makemigrations mobile_app_version
python manage.py migrate mobile_app_version

Contributing

Interested in contributing? Please see our CONTRIBUTING.md for development setup instructions and guidelines.

Project details


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.1.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_mobile_app_version-1.1.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file django_mobile_app_version-1.1.0.tar.gz.

File metadata

File hashes

Hashes for django_mobile_app_version-1.1.0.tar.gz
Algorithm Hash digest
SHA256 1af53070c6e266c3c4da464e34815fb7f77047d6552abd339f82121bf1bd4647
MD5 f501881d4c6fd9e45c0db13364a7b008
BLAKE2b-256 60b679fa08644513238b3188fa87d5c7fe94bc581268a1eea546bac5cc7e1043

See more details on using hashes here.

File details

Details for the file django_mobile_app_version-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_mobile_app_version-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 49fa3fec7633a78320ee939e96030402a8af642bfd3b0136df8e2a620c3f576d
MD5 72549de68ee8be7c45e429b8e786f419
BLAKE2b-256 d7e2c15fe528fd4f118e6231c25701ecfc09adaa3403913171ae0be372a9d1a4

See more details on using hashes here.

Supported by

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