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
- Add
'mobile_app_version.apps.MobileAppVersionConfig'to yourINSTALLED_APPSinsettings.pymodule:
INSTALLED_APPS = [
...
'mobile_app_version.apps.MobileAppVersionConfig',
]
- Include the Mobile App Version URLconf in your projects
urls.pylike this:
path('app-versions', include('mobile_app_version')),
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_mobile_app_version-1.1.0.tar.gz.
File metadata
- Download URL: django_mobile_app_version-1.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1af53070c6e266c3c4da464e34815fb7f77047d6552abd339f82121bf1bd4647
|
|
| MD5 |
f501881d4c6fd9e45c0db13364a7b008
|
|
| BLAKE2b-256 |
60b679fa08644513238b3188fa87d5c7fe94bc581268a1eea546bac5cc7e1043
|
File details
Details for the file django_mobile_app_version-1.1.0-py3-none-any.whl.
File metadata
- Download URL: django_mobile_app_version-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49fa3fec7633a78320ee939e96030402a8af642bfd3b0136df8e2a620c3f576d
|
|
| MD5 |
72549de68ee8be7c45e429b8e786f419
|
|
| BLAKE2b-256 |
d7e2c15fe528fd4f118e6231c25701ecfc09adaa3403913171ae0be372a9d1a4
|