highattack30 / djangopackages

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

Home Page:http://djangopackages.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Packages

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

Badges

Updates Python 3 https://travis-ci.org/pydanny/djangopackages.svg?branch=master

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
  • Basic search
    • Autocomplete packages/grids
  • Social features:
    • "I use this" button
    • Latest packages featured on homepage
  • "Add package" and "Add grid" forms

Development

This project uses Docker during development and production.

To start the local runserver for development, simply run:

docker-compose -f dev.yml up

To run tests, run:

docker-compose run django python manage.py test --settings=settings.test

The Site

https://djangopackages.org.

The Documentation

The documentation is hosted at https://djangopackages.readthedocs.io

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://opencomparison.readthedocs.io/en/latest/contributors.html

About

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

http://djangopackages.org

License:MIT License


Languages

Language:Python 71.0%Language:HTML 23.5%Language:CSS 3.8%Language:Shell 1.1%Language:Makefile 0.6%