Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How Django REST Framework Changed My Life
-
rory/django-sql-inspector
-
Introducing Silk, live profiling for Django
-
Introducing Silk, live profiling for Django
-
Introducing Silk, live profiling for Django
-
joke2k/django-environ
-
relekang/django-nopassword
-
Introducing Silk, live profiling for Django
-
Django “Mass Change” Admin Site Extension
FYI, may use on CC -
django-model-utils — django-model-utils 2.0.3.post1 documentation
-
Index — Django Design Patterns
This is a collection of patterns which we have found occurring commonly with Django. All of these either make collaboration easier, coding simpler or code more maintainable. None of them are design patterns in the sense of GoF design patterns. We call them design patterns as none other seem closer or more convenient. -
A Recipe for Django Transactions on PostgreSQL
-
rossp/django-readonly-site
-
Getting Started with Django Rest Framework and AngularJS
-
Django ecommerce
old -
GoDjango
Learn something new about Django you didn't know before with short easy to understand screencasts and tutorials. -
Django 1.7 Migrations - An Introduction
> See what it takes to use the new migrations system that has been integrated into Django 1.7. This video walks you through how to create migrations, and run them. Along with a few other key points you might want to know. -
Webhooks, Django, and ngrok
> Working with webhooks can be a pain. In this video learn more of what they are and how to easily work with them in your local environment using ngrok. -
Supervisor with Django and Gunicorn
> This post assumes that you have used gunicorn and know what it does. I will try everything inside a virtual environment and hope you do the same. -
Minimal Gunicorn configuration
> Gunicorn is an http server written in Python. It is a WSGI compliant server and can serve web applications which are compliant with WSGI. This would help if you aren't comfortable with WSGI. -
Writing styled forms with absolutely minimal HTML (Part-1)
-
Neckbeard Republic Screencasts
Många bra screencasts. -
django CMS Virtual User Group
-
vitorfs/bootcamp
Bootcamp is an open source enterprise social network built with Python using Django Web Framework The project have three basic apps: Feed (A twitter-like microblogging) Articles (A collaborative blog) Question & Answers (A stackoverflow-like platform) -
python - Django conditional unique together - Stack Overflow