# Neuzhou Repo2skill Django

> django

- Skill: `tomevault-io/neuzhou-repo2skill-django` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/neuzhou-repo2skill-django`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/neuzhou-repo2skill-django/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/neuzhou-repo2skill-django

---


# django

A high-level Python web framework that encourages rapid development and clean, pragmatic design.

## When to Use

- Run `django-admin` commands
- Build web servers or APIs with django

## When NOT to Use

- GUI or web-based workflows where CLI is not available
- Projects using TypeScript or Rust (different ecosystem)

## Quick Start

### Install

```bash
pip install django
```

## CLI Commands

- `django-admin`

## Key API

- `get_version`
- `apps`
- `settings`
- `set_script_prefix`
- `configure_logging`
- `setup`

## Project Info

- **Language:** Python, JavaScript
- **License:** BSD-3-Clause
- **Tests:** Yes

## File Structure

```
├── django/
│   ├── apps/
│   ├── conf/
│   ├── contrib/
│   ├── core/
│   ├── db/
│   ├── dispatch/
│   ├── forms/
│   ├── http/
│   ├── middleware/
│   ├── tasks/
│   ├── template/
│   ├── templatetags/
│   ├── test/
│   ├── urls/
│   ├── utils/
│   ├── views/
│   ├── __init__.py
│   ├── __main__.py
│   └── shortcuts.py
```

> Generated by [repo2skill](https://github.com/NeuZhou/repo2skill)

---
> Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

