MCPcopy Index your code
hub / github.com/djangopackages/djangopackages

github.com/djangopackages/djangopackages @2026.1.11

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2026.1.11 ↗ · + Follow
1,949 symbols 7,086 edges 321 files 143 documented · 7%

Browse by type

Functions 1,701 Types & classes 244 Endpoints 4
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Django Packages

Django Packages helps you easily identify and compare good apps, frameworks, plugins, and other types of packages, using comparison grids.

Badges

image Documentation Status Updates Published on Django Packages

Features

  • Comparison grids with wiki-like editing capability
    • Add packages to grid
    • Add/edit grid features
  • Storage of package info, fetched from public APIs
    • PyPI
    • GitHub
    • Bitbucket
    • GitLab (coming soon)
  • Basic search
    • Autocomplete packages/grids
  • Social features:
    • "I use this" button
    • Latest packages featured on homepage
  • "Add package" and "Add grid" forms

Quickstart

For detailed installation instructions, consult the docs.

To download, install and start the local server for development, simply run:

git clone git@github.com:djangopackages/djangopackages.git
cd djangopackages
cp .env.local.example .env.local
docker compose build
docker compose up

Then point your browser to http://localhost:8000 and start hacking!

If you are running into conflicting port issues, we have an override file which re-maps Django (port: 18000) and Postgres (port: 45432). To activate it, simply run:

docker compose build
docker compose up
````

To run tests, run:

```shell
docker compose run django pytest

The Site

https://djangopackages.org

The Documentation

The documentation is hosted at https://docs.djangopackages.org/en/latest

License

The code is open-source and licensed under the MIT license.

Credits

For Django Dash 2010, @pydanny and @audreyr created Django Packages.

They are joined by a host of core developers and contributors. See contributors.

Core symbols most depended-on inside this repo

Shape

Function 1,331
Method 370
Class 244
Route 4

Languages

TypeScript54%
Python46%

Modules by API surface

static/angular/angular.min.js173 symbols
static/js/htmx.min.js164 symbols
static/components/component-jQuery/index.js80 symbols
static/bower_components/jquery/jquery.js77 symbols
static/js/jquery.dataTables.js75 symbols
static/bower_components/bootstrap/assets/js/jquery.js74 symbols
static/js/jquery.dataTables.min.js71 symbols
static/bower_components/jquery/jquery.min.js64 symbols
static/bower_components/bootstrap/assets/js/uglify.js64 symbols
package/models.py61 symbols
grid/tests/test_views.py48 symbols
package/views.py34 symbols

For agents

$ claude mcp add djangopackages \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page