djangopackages icon indicating copy to clipboard operation
djangopackages copied to clipboard

Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects.

Django Packages

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

Badges

.. image:: https://github.com/djangopackages/djangopackages/actions/workflows/actions.yml/badge.svg :target: https://github.com/djangopackages/djangopackages/actions/workflows/actions.yml

.. image:: https://readthedocs.org/projects/djangopackagesorg/badge/?version=latest :target: http://djangopackagesorg.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/djangopackages/djangopackages/shield.svg :target: https://pyup.io/repos/github/djangopackages/djangopackages/ :alt: Updates

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 [email protected]:djangopackages/djangopackages.git
cd djangopackages
cp .env.local.example .env.local
docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml 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::

cp docker-compose.override.yml.example docker-compose.override.yml
docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up

To run tests, run::

docker-compose -f docker-compose.dev.yml run django python manage.py test

The Site

https://djangopackages.org

The Documentation

The documentation is hosted at http://djangopackages.readthedocs.io/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 https://djangopackages.readthedocs.io/en/latest/contributors.html

.. _@pydanny: https://github.com/pydanny/ .. _@audreyr: https://github.com/audreyr/ .. _Django Packages: https://www.djangopackages.org/ .. _docs: http://djangopackagesorg.readthedocs.io/en/latest/install.html