
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
This has been forked from django-heroku <https://github.com/heroku/django-heroku>
_ because it was abandoned and then renamed to django-on-heroku because old project has been archived.
Current updates:
django-heroku
to django-on-heroku
psycopg2
to psycopg2-binary
so it works and is installablewhitenoise.middleware.WhiteNoiseMiddleware
is injected after django.middleware.security.SecurityMiddleware
This is a Django library for Heroku applications that ensures a seamless deployment and development experience.
This library provides:
Heroku CI <https://www.heroku.com/continuous-integration>
_).Django 2.0 is targeted, but older versions of Django should be compatible. Only Python 3 is supported.
pip install django-on-heroku
In settings.py
, at the very bottom::
# Configure Django App for Heroku.
import django_on_heroku
django_on_heroku.settings(locals())
This will automatically configure DATABASE_URL
, ALLOWED_HOSTS
, WhiteNoise (for static assets), Logging, and Heroku CI for your application.
Bonus points!
If you set the SECRET_KEY
environment variable, it will automatically be used in your Django settings, too!
If you set the CONN_MAX_AGE
environment variable, it will automatically be used in your database settings, too!
Enabling Functionality ///////////////////////
settings()
accepts keyword arguments that are by default set to False
geodjango
- set it to True
if you want to use GeoDjango in our appDisabling Functionality ///////////////////////
settings()
also accepts keyword arguments that can be passed False
as a value, which will disable automatic configuration for their specific areas of responsibility:
databases
test_runner
staticfiles
allowed_hosts
logging
secret_key
db_ssl_required
You can also just use this library to provide a test runner for your Django application, for use on Heroku CI::
import django_on_heroku
TEST_RUNNER = 'django_on_heroku.HerokuDiscoverRunner'
FAQs
This package simplifies running a Django app on Heroku platform.
We found that django-on-heroku 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.