Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
mjumbewu/django-proxy · GitHub
-
mjumbewu/django-proxy · GitHub
-
Cartridge
Welcome to the Cartridge project. Cartridge is a shopping cart application built using the Django framework. It is BSD licensed and designed to provide a clean and simple base for developing e-commerce websites. Cartridge also extends the Mezzanine content management platform. A live demo of Cartridge can be found by visiting the Mezzanine live demo. -
Mezzanine
is a powerful, consistent, and flexible content management platform. Built using the Django framework, Mezzanine provides a simple yet highly extensible architecture that encourages diving in and hacking on the code. Mezzanine is BSD licensed and supported by a diverse and active community. In some ways, Mezzanine resembles tools such as Wordpress that provide an intuitive interface for managing pages, blog posts, form data, store products, and other types of content. But Mezzanine is also different. Unlike many other platforms that make extensive use of modules or reusable applications, Mezzanine provides most of its functionality by default. This approach yields a more integrated and efficient platform. -
Mamona
is a Django application for handling online payments. It can work with any existing setup without a need of changing other applications' models. -
The django CMS official blog - www.django-cms.org
RT @djangocms: We are very proud to announce the release of django CMS 3.0 RC1. #python #django #cms -
I think the VM download is broken | Questions | Getting Started with Django
Chef doesn't complete properly when I run vagrant up. -
Authenticate using Django Rest Framework and Angular | Richard Tier
-
Home | Mediathread
-
DropzoneJs + Django: How to build a file upload form |
-
brack3t/django-heythere
-
InviteBox/django-live-profiler
A database access profiler for Django-based applications that can be ran in production -
django-image-cropping 0.8 : Python Package Index
-
mjs7231 / django-dbbackup / overview – Bitbucket
-
mjs7231 / django-dbbackup / overview – Bitbucket
-
undefined!! - [Django]staticfilesの使い方
-
undefined!! - [Django]staticfilesの使い方
-
django-import-export/import_export at master · bmihelac/django-import-export · GitHub
-
django-import-export/import_export at master · bmihelac/django-import-export · GitHub
-
valdergallo/data-importer · GitHub
-
valdergallo/data-importer · GitHub
-
Django - How to specify which field a validation fails on? - Stack Overflow
-
Django - How to specify which field a validation fails on? - Stack Overflow
-
First steps with Django — Celery 3.1.9 documentation
Note Previous versions of Celery required a separate library to work with Django, but since 3.1 this is no longer the case. Django is supported out of the box now so this document only contains a basic way to integrate Celery and Django. You will use the same API as non-Django users so it’s recommended that you read the First Steps with Celery tutorial first and come back to this tutorial. When you have a working example you can continue to the Next Steps guide. -
celery/celery
Version: 3.1.9 (Cipater) Web: http://celeryproject.org/ Download: http://pypi.python.org/pypi/celery/ Source: http://github.com/celery/celery/ Keywords: task queue, job queue, asynchronous, async, rabbitmq, amqp, redis, python, webhooks, queue, distributed --