Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Bootstrap your Django admin in 3 minutes - Python / Javascript / Django coding notes by Riccardo Forina
-
Web Development With Python & Django | SlideRule
-
Django and IPython Notebook | Chicago Django/Python Blog - Imaginary Landscape Blog |
-
relekang/django-nopassword
-
DjangoTricks: How to Store Your Media Files in Amazon S3 Bucket
-
Fun with Django storage backends // James Aylett's diary
-
Installing Django on Ubuntu 12.04 | DigitalOcean
-
Django Utils | Django documentation | Django
cached_property decorator in Django -
lmorchard/django-teamwork
-
Revolution Systems
-
Django Class-Based-View Inspector -- Classy CBV
Detailed descriptions, with full methods and attributes, for each of Django's class-based generic views. Did you know? ccbv.co.uk/ClassName/ will take you straight to the class you're looking for. Show more Start Here for Django 1.6. BASE RedirectView TemplateView View DATES ArchiveIndexView DateDetailView DayArchiveView MonthArchiveView TodayArchiveView WeekArchiveView YearArchiveView DETAIL DetailView EDIT CreateView DeleteView FormView UpdateView LIST ListView What are class-based views anyway? Django's class-based generic views provide abstract classes implementing common web development tasks. These are very powerful, and heavily-utilise Python's object orientation and multiple inheritance in order to be extensible. This means they're more than just a couple of generic shortcuts — they provide utilities which can be mixed into the much more complex views that you write yourself. Great! So what's the problem? All of this power comes at the expense of simplicity. For example, trying to work out exactly which method you need to customise, and what its keyword arguments are, on your UpdateView can feel a little like wading through spaghetti — it has 10 separate ancestors (plus object), spread across 3 different python files. This site shows you exactly what you need to know. How does this site help? To make things easier, we've taken all … -
django-debug-toolbar/django-debug-toolbar
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. -
python - How do I include a form into my Django file? - Stack Overflow
-
python - Django: How to create a model dynamically just for testing - Stack Overflow
-
Django snippets: Proper fixtures loading in south data migrations
Data migration fix. Why isn't this part of South -
Sentry: Track exceptions with modern error logging for JavaScript, Python, Ruby, Java, and Node.js
If something goes wrong, Sentry tells you first. -
Introducing Silk, live profiling for Django
-
Django production error handling | DjangoPro
404 /500 redirect? -
Write Cleaner Python: Use Exceptions
exceptions - programming blog style -
Lightweight Django - O'Reilly Media
-
H.Percival Obey the Testing Goat! Rigorous Test Driven Web Development with Django and Selenium Pt1 - YouTube
-
Harry Percival: TDD for web applications, from scratch - PyCon 2014 - YouTube
-
11 Things I Wish I Knew About Django Development Before I Started My Company
[Please Retweet] 11 Things I Wish I Knew About Django Development Before I Started My Company #django #python #mongo -
Django-cookbook by gterzian
-
11 Things I Wish I Knew About Django Development Before I Started My Company: — Computer Science, Math, and Statistics — Medium