
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Insallation
pip install djform_navigation
Add form_navigation
in installed apps in settings.py
of django project
INSTALLED_APPS = [ 'form_navigation', # ... ] (at the top)
Description
It adds Next and Prev buttons to the top of each edit form of django admin site for all the models of all the apps in your project, without need to do anything except installing the module with pip plus adding to the top of INSTALLED_APPS in settings.py
Instructions to run the sample usage
git clone https://github.com/humblesami/djform_navigation.git
cd djform_navigation/sample_usage
pip install -r requirements.txt
Not required but if you want to reset the database, you can do this
3.1. python manage.py initsql.py
python manage.py runsever
Open following url in your browser and login with given username and password http://127.0.0.1:8000/admin/login/?next=/admin/login username sa password 123
Go to http://127.0.0.1:8000/admin/form_navigation/model1/add/
Add image to check preview
Make you own pip package
See https://github.com/humblesami/djform_navigation/blob/master/docs/make_pip.md to make/build/test and upload
your own pip package
FAQs
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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.