Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Obey the Testing Goat!
-
Simplifying Django - O'Reilly Radar
-
Getting Started with Django
-
Celery Best Practices
-
Celery Best Practices
-
Django translations for lazy programmers | Nomadblue
Total hack but a bunch of resources listed in the comments. -
From LIKE to Full-Text Search (part I) | Nomadblue
-
Deni Bertovic
-
Disqus Open Source Software — Software Discourse. — Software Discourse.
-
Celery – Best Practices | Hacker News
-
Deni Bertovic - Celery Best Practices
-
Best practices for Celery
Really good tips in here -
Deni Bertovic
https://news.ycombinator.com/item?id=7909201 -
Celery - Best Practices
While working on some projects that used Celery for a task queue I've gathered a number of best practices and decided to document them. -
database - How do I drop a table from SQLite3 in DJango? - Stack Overflow
how to delete sqlite3 table -
Welcome to django-polymorphic’s documentation! — django-polymorphic 0.5.5 documentation
-
Combining Tastypie & Django-Polymorphic
Tastypie is a nifty REST API server app for Django that does a lot of the work for you when all you want to do is share your model data with the world using standardised methods. It's smart enough to do introspection of your models and then use what it finds to make serialisation decisions further down the line. That's how you get from a series of model field definitions to an easy to parse JSON object. Django-Polymorphic is an amazing piece of software that lets you effortlessly dump polymorphic attributes into your models in an understandable and performant way. With it you can do things like ask for a list of Items and get back a series of EdibleItems and MetalItems. -
Django Bootstrap Markdown Editor
A beautiful Markdown editor with a side by side preview An extension of the Django Textarea widget made for editing Markdown with a live preview. -
Celery - Best Practices
While working on some projects that used Celery for a task queue I've gathered a number of best practices and decided to document them. Nevertheless, this is more a rant about what I think should be the proper way to do things, and about some underused features that the celery ecosystem offers. -
Django Snippets: Django with AngularJS
This is a simpel snippet to prevent conflict between Django and AngularJS template syntax. It is possible to change the AngularJS syntax, but this can cause compatibility problems, so I figured that this was a better solution. -
Deni Bertovic
-
Monitoring and Management Guide — Celery 3.1.12 documentation
Flower, for monitoring Celery queues, seems neat. -
Deni Bertovic
While working on some projects that used Celery for a task queue I've gathered a number of best practices and decided to document them. -
Metric | Blog: A JSON field type for Django
-
Django 1.5 Docs: Form Fields