Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
create-django-render
Advanced tools
This template provides a minimal set up to get a React and Django project running.
The React code is built and served by Vite, so you need to run this alongside Django.
To run Django, run the following commands:
cd server
poetry install
poetry run python manage.py migrate
poetry run python manage.py runserver
To run the Vite server, run the following commands:
cd client
npm install
npm run dev
Django is configured (using the DJANGO_RENDER['VITE_DEVSERVER_URL']
setting) to make Django Render fetch frontend code from the Vite devserver.
In production, you should build the frontend code with npm run build
and set the DJANGO_RENDER['VITE_BUNDLE_DIR']
to the location of the folder that contains .vite
and assets
folders that Vite created.
FAQs
Create a new Django + React project with a single command
The npm package create-django-render receives a total of 0 weekly downloads. As such, create-django-render popularity was classified as not popular.
We found that create-django-render demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.