📖 Help on package: django
django
| Use Case | Command | Description |
|---|---|---|
| 🔍 Check Django version | import django; print(django.VERSION) |
Display the installed Django version tuple |
| ⚙️ Setup Django settings | django.setup() |
Configure settings, logging, and populate app registry |
| 📦 List subpackages | dir(django) |
View all available subpackages and modules |
| 🔧 Import a specific subpackage | from django import conf |
Access configuration management utilities |
__main__apps (package)conf (package)contrib (package)core (package)db (package)dispatch (package)forms (package)http (package)middleware (package)shortcutstemplate (package)templatetags (package)test (package)urls (package)utils (package)views (package)setup(set_prefix=True) — Configure the settings (this happens as a side effect of accessing the first setting), configure logging and populate the app registry. Set the thread-local urlresolvers script prefix if set_prefix is True.
VERSION = (3, 2, 12, 'final', 0)
3.2.12
/usr/lib/python3/dist-packages/django/__init__.py
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-19 18:00 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format