Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
django-simplegallery
Advanced tools
simple gallery
pip install django-simplegallery
follow the setup instructions for django-filer
add simplegallery
to INSTALLED_APPS and run syncdb or south migrate
make sure simplegallery/media
is accessible at your MEDIA_URL
These external js dependencies also need to be made accessable at these default locations:
{{ MEDIA_URL }}js/libs/jquery-1.4.4.js
{{ MEDIA_URL }}js/libs/classy-1.3.js
{{ MEDIA_URL }}js/plugins/jquery.cycle-2.97.js
You can change the locations of these files by overriding the templates.
groups is no longer a mandatory field Backward incompatible changes!
css has changed
js dependencies are no longer bundled
Backwards incompatible changes!
Added detail change view for images in Gallery
No more null=True
on CharFields
and TextFields
(used blank=True, default=''
instead)
Changed image fields from image_filer to filer (backwards incompatible change)
FAQs
django image gallery app
We found that django-simplegallery 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.