Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
SQLAlchemy | Tomas Malmsten . com
-
SQLAlchemy | Tomas Malmsten . com
-
ArunRocks - Understanding Test Driven Development with Django
-
5 Platforms That Provide Free Django App Hosting | CodeCondo
Heroky and four other alternatives -
Untitled (http://www.planetdjango.org/)
shutting down #django -
Untitled (http://www.planetdjango.org/#shutting-down)
shutting down #django -
Mellow Morning
-
Mellow Morning
-
ArunRocks - Understanding Test Driven Development with Django
-
DropzoneJs + Django: How to build a file upload form |
DropzoneJS is an open source library that provides drag’n'drop file uploads with image previews. Moreover, the new version 2.0 DropzoneJS no longer depends on jQuery so it’s great. Throughout this tutorial, we’ll see how building a file upload form using DropzoneJS and the backend will be handled by Django. -
Alem/django-jfu
A Django Library for jQuery File Upload -
amatellanes/dropzonejs-django-file-upload
A minimal django project containing a file upload form using DropzoneJS. -
django-nonrel/django · GitHub
-
django-nonrel/django · GitHub
-
insin/newforms
JavaScript port of Django's form-handling library, usable in browsers and Node.js, making use of React on both sides. -
brack3t/django-heythere
App to handle creating notifications for users both on-site and in email. -
django/django/core/validators.py at master · django/django · GitHub
-
django/django/core/validators.py at master · django/django · GitHub
-
ArunRocks - Understanding Test Driven Development with Django
-
kirelagin/django-headcrumbs
-
kirelagin/django-headcrumbs
-
Django Packages : Django Packages reusable apps, sites and tools directory
-
Engineering @ Wave
RT @WaveHQAPI: Django + sixpack make sweet A/B testing love. @dlanger #python #django -
A Simple Forum - Part I - Django by Example
Forums are one of the cornerstones of the Web — they are integral for organizing niche communities for anything from Orchids to DIY audio components. After reading this tutorial, you’ll be able to make one! -
Need a minimal Django file upload example - Stack Overflow
Phew, Django documentation really does not have good example about this. I spent over 2 hours to dig up all the pieces to understand how this works. With that knowledge I implemented a project that makes possible to upload files and show them as list. To download source for the project, visit https://github.com/doph/minimal-django-file-upload-example or clone it: > git clone https://github.com/doph/minimal-django-file-upload-example.git