Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
ivelum/djangoql: Advanced search language for Django
-
Quickstart: Compose and Django - Docker Documentation
-
Using Row Level Security with a Django application | Pinaraf's website
-
Home - Django REST framework
-
GitHub - pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
-
GitHub - ezhome/django-webpack-loader: Transparently use webpack with django
-
MarkusH/django-dynamic-forms: django-dynamic-forms is a reusable Django application to create and configure forms through the admin.
-
Django REST Swagger
-
python-amazon-product-api 0.2.8 : Python Package Index
-
Django 1.11 release notes | Django documentation | Django
Django 1.11 released! This is the last LTS version which supports Python2 #django #python2 #web #framework -
Freeform page content using StreamField — Wagtail 1.0b1 documentation
-
My Django book, Hello Web App, is now free to read online : learnprogramming
A couple of years ago I wrote Hello Web App (http://hellowebapp.com) to teach beginner Django web app development. It's aimed at non-programmers... -
Django 1.11 released | Weblog | Django
-
Python developer articles - Trying JSON in Django and PostgreSQL (and compare with MongoDB)
-
Upgrading Django to a newer version | Django documentation | Django
-
Working with Environment Variables in Python - GoDjango
-
How to deploy a Django app on Heroku. Part I
-
Welcome | Werkzeug (The Python WSGI Utility Library)
-
DjangoWeekly Weekly Newsletter
Weekly Django Newsletter -- Insightful Articles, Tutorials, Projects, Videos, Tweets delivered in your inbox. -
kennethreitz/requests: Python HTTP Requests for Humans™
-
Slug fields: An alternative approach - KeyError Blog
from django.conf.urls import patterns, url urlpatterns = patterns('mysite.blog.views', url(r'^posts/(?P\d+)/(?P[\w-]+)$', 'post', name='post'), ) -
Custom template tags and filters
-
Dynamic form generation « Jacob Kaplan-Moss
-
Django dynamic forms — /var/
-
python - Django Tables - Column Filtering - Stack Overflow