Pluggable app for your Django projects to modify your mobile app versions using your API.
Project description
django-mobile-app-version
Quick start
- Install the package
pip install django-mobile-app-version
- Add
'mobile_app_version.apps.MobileAppVersionConfig'
to yourINSTALLED_APPS
insettings.py
module:
INSTALLED_APPS = [
...
'mobile_app_version.apps.MobileAppVersionConfig',
]
- Include the Mobile App Version URLconf in your projects
urls.py
like this:
path('app-versions', include('mobile_app_version')),
- 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 runpyhton manage.py makemigrations mobile_app_version
and then migrate models.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file django-mobile-app-version-1.0.0.tar.gz
.
File metadata
- Download URL: django-mobile-app-version-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acfabfcd1bda282bf3ba79cb9954ab829e898cbac26a216ff49f6f5e0ce33c63 |
|
MD5 | 531595b739ebe1fdd9d97dcb3d1a906b |
|
BLAKE2b-256 | 47957d24acc6f69df95fc48bb59ef347abf82f17cb6407ab1e5faa5bfd4697ce |
File details
Details for the file django_mobile_app_version-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_mobile_app_version-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30551a6c2dd87456e05ffa2fc2a46284d073cea32b1bd088636b3c672e6694f1 |
|
MD5 | 3574c9d6fac37abbfe7b91b6f6e7dc87 |
|
BLAKE2b-256 | 9298c46de98b19eab22a4fd92038746d3e917f71aa8a4f7be25f78d378f852bc |