django_mobile_app_version
version v1.0.0 Released! ??
pip install django-mobile-app-versionINSTALLED_APPS in settings.py -Modul hinzu 'mobile_app_version.apps.MobileAppVersionConfig' hinzu: INSTALLED_APPS = [
...
'mobile_app_version.apps.MobileAppVersionConfig' ,
]urls.py path('app-versions', include('mobile_app_version')),
python manage.py migrate mobile_app_version . Wenn Sie diese App direkt in Ihrem Projekt klonen und einige Änderungen an Anwendungsmodellen haben, sollten Sie zuerst pyhton manage.py makemigrations mobile_app_version ausführen.