Displaying 1 to 20 from 844 results

django-oauth-toolkit - OAuth2 goodies for the Djangonauts!

  •    Python

Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent OAuthLib, so that everything is rfc-compliant.We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just follow the guidelines and submit a PR.

ralph - Ralph is an asset management system for your data center and back office.

  •    Python

Ralph is full-featured Asset Management, DCIM and CMDB system for data center and back office.It is an Open Source project provided on Apache v2.0 License.

pongo2 - Django-syntax like template-engine for Go

  •    Go

pongo2 is the successor of pongo, a Django-syntax like templating-language.Please use the issue tracker if you're encountering any problems with pongo2 or if you need help with implementing tags or filters (create a ticket!). If possible, please use playground to create a short test case on what's wrong and include the link to the snippet in your issue.

graphene-django - Graphene Django integration

  •    Python

Please read UPGRADE-v2.0.md to learn how to upgrade to Graphene 2.0.A Django integration for Graphene.




Zappa - Serverless Python Web Services

  •    Python

With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.

heroku-buildpack-python - The official Heroku buildpack for Python apps.

  •    Shell

This is the official Heroku buildpack for Python apps, powered by Pipenv, pip and other excellent software. Recommended web frameworks include Django and Flask. The recommended webserver is Gunicorn. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to $PORT, and only the HTTP protocol is permitted for incoming connections.

heroku-django-template - A Django 1

  •    Python

An utterly fantastic project starter template for Django 2.0. You can replace helloworld with your desired project name.

django-braces - Reusable, generic mixins for Django

  •    Python

Mixins for Django's class-based views. Add yourself to CONTRIBUTORS.txt if you want.


django-tables2 - django-tables2 - An app for creating HTML tables

  •    Python

django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting. It does for HTML tables what django.forms does for HTML forms. e.g. This example shows one of the simplest cases, but django-tables2 can do a lot more! Check out the documentation for more details.

django-simple-captcha - Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form

  •    Python

Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. The current development version supports Python3 via the six compatibility layer. You will need to install Pillow because PIL doesn't support Python3 yet.

django-cms - The easy-to-use and developer-friendly CMS

  •    Python

Open source enterprise content management system based on the Django framework. To propose significant new features, open pull requests based on and made against the develop branch. It's the branch for features that will go into the next django CMS feature release.

django-filer - File and Image Management Application for django

  •    Python

A file management application for django that makes handling of files and images a breeze.

django-registration - Django-registration (redux) provides user registration functionality for Django websites

  •    Python

If you have issues with the "django-registration-redux" package then please raise them here. This is a fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible. It requires a functional installation of Django 1.11 or newer, but has no other dependencies.

django-rq - A simple app that provides django integration for RQ (Redis Queue)

  •    Python

Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project. With this setting, job decorator will set result_ttl to 5000 unless it's specified explicitly.

awx - AWX Project

  •    Python

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Tower, a commercial derivative of AWX. To install AWX, please view the Install guide.

django-webpack-loader - Transparently use webpack with django

  •    Python

Read http://owaislone.org/blog/webpack-plus-reactjs-and-django/ for a detailed step by step guide on setting up webpack with django using this library. Use webpack to generate your static bundles without django's staticfiles or opaque wrappers.

django-fsm - Django friendly finite state machine support

  •    Python

django-fsm adds simple declarative states management for django models. Instead of adding some state field to a django model, and managing its values by hand, you could use FSMState field and mark model methods with the transition decorator. Your method could contain the side-effects of the state change.

django-jenkins - Plug and play continuous integration with django and jenkins

  •    Python

This will create reports/ directory with junit xml, Coverage and Pylint reports. If present, it is supposed to be a list/tuple of django apps for Jenkins to run. Tests, reports, and coverage are generated only for the apps from this list.

swig - Take a swig of the best template engine for JavaScript.

  •    Javascript

A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.

timestrap - Time tracking you can host anywhere

  •    Python

Time tracking you can host anywhere. Full export support in multiple formats and easily extensible. This app is currently very unstable. Everything may, and probably will, change.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.