Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Migrations in django 1.7 | dave's blog of art and programming
python manage.py migrate --fake -
Ruby vs. Python Experts Debate | Toptal
-
Hello Web App — Learn How to Build a Web App with Python & Django.
-
Python Crossword Puzzle Generator | Bryan Helmig
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
-
realpython/django-slow-tests
-
Building Web Applications with Django and AngularJS | Thinkster
Learn how to use AngularJS and Django to build a simplified Google+ clone called "Not Google Plus". -
owais/django-webpack-loader
Read http://owaislone.org/blog/webpack-plus-reactjs-and-django/ for a detailed step by step guide on setting up webpack with django using this library. Use webpack to generate your static bundles without django's staticfiles or opaque wrappers. Django webpack loader consumes the output generated by webpack-bundle-tracker and lets you use the generated bundles in django. -
initcrash/django-denorm
-
Performing raw SQL queries inside shell | Roshan Book
-
Python Django: join view on the admin interface - Stack Overflow
-
python - South - How to force certain migration? - Stack Overflow
-
Deploying Django with Fabric - Irrational Exuberance
-
Django models, encapsulation and data integrity - DabApps, Brighton, UK
A design issue we've found when building large Django applications is that model instances lack any real encapsulation. As codebases grow it becomes difficult to make any cast-iron guarantees that you really are enforcing application-level data integrity. -
Django Model Behaviors
-
Two Scoops of Django 1.8 FAQ – Two Scoops Press
-
epantry/django-sql-explorer
-
Ultimate Front End Development Setup
A quick howto guide on setting up modern front-end development tools to improve your day to day work flow with Django. -
Docerizing Django CMS — Medium
-
ripozo
- A tool for quickly creating REST/HATEOAS/Hypermedia APIs in python -
django-slow-tests
- Locate your slowest tests. -
Graham Dumpleton: Why are you using embedded mode of mod_wsgi?
If you are using Apache/mod_wsgi and when you set it up all you cared about was getting something working, but didn't care much for understanding how things worked and how you should set it up, chances are you are running your WSGI application in embedded mode of mod_wsgi. If you don't understand how to setup Apache, using embedded mode is nearly always a bad idea. Much more so if the Apache installation you are using is the default installation offered up by many Linux distributions, because in that case you are likely running the Apache prefork MPM, a choice which only compounds the problems you can experience. -
feedhq/feedhq · GitHub
FeedHQ FeedHQ is a simple, lightweight web-based feed reader. Main features: User-facing features RSS and ATOM support Grouping by categories Awesome pagination and intelligent browsing Great readability on all screen sizes (smatphones, tablets and des -
Django Developers Community Survey - Google Forms
-
llazzaro/django-scheduler