Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@cspell/dict-django

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-django

Django dictionary for cspell.

latest
Source
npmnpm
Version
4.1.6
Version published
Weekly downloads
466K
-55.74%
Maintainers
1
Weekly downloads
 
Created
Source

CSpell Django Dictionary

Django dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

ToolVersion
cspell>= 8
Code Spell Checker - Visual Studio Code>= 4

Local Installation

This package is bundled with CSpell.

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.dictionaries": ["django"],
}
CSpell Settings cspell.json

cspell.json

{
  "dictionaries": ["django"],
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

dictionaries:
  - django

Local Installation using CDN

NOTE: This package is bundled with CSpell.

Dictionary Information

NameEnabledDescription
djangoList of Python Django Framework keywords.

Language Settings

NameLocaleFile Type
djangohtml
djangopython

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Updating

This dictionary is generated from django's official documentation index : genindex/. To update it, edit update.pyto match wanted django's VERSION, install requirements (requests and BeautifulSoup) and run the script :

pip install -r requirements.txt
python update.py

License

WTFPL


Brought to you by Street Side Software Logo Street Side Software

Keywords

cspell

FAQs

Package last updated on 17 Dec 2025

Did you know?

Socket

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.

Install

Related posts