Skip to main content

Django with swagger: better managers, queries and url mappers.

Project description

https://travis-ci.org/fabiommendes/django-boogie.svg?branch=master https://coveralls.io/repos/github/fabiommendes/django-boogie/badge.svg?branch=master

Django is nice and powerful, but sometimes it feels too serious. Django-boogie brings some cool ideas from other libraries and frameworks to Django in order to make development easier and more effective.

Django-boogie provides:

  • A improved F object that allows for more idiomatic query expressions.

  • A new url mapper that do not rely on regular expressions.

  • A unified manager/queryset class that exposes itself as a table data structure with an API inspired in the PyData stack (numpy, pandas and friends).

  • A system of hooks that allows greater interoperability and extensibility between different apps.

Installation instructions

Django Boogie can be installed using pip:

$ python3 -m pip install django-boogie

Or better yet, add it to your requirements.txt or setup.py. After installing with pip, you’ll probably want to add 'boogie' to your INSTALLED_APPS.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-boogie-0.1.0.tar.gz (35.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page