
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
django-mobile-app-version
Advanced tools
Pluggable app for your Django projects to modify your mobile app versions using your API.
pip install django-mobile-app-version
'mobile_app_version.apps.MobileAppVersionConfig'
to your INSTALLED_APPS
in settings.py
module:INSTALLED_APPS = [
...
'mobile_app_version.apps.MobileAppVersionConfig',
]
urls.py
like this:path('app-versions', include('mobile_app_version')),
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.FAQs
Pluggable app for your Django projects to modify your mobile app versions using your API.
We found that django-mobile-app-version demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.