Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
-
Download files from Amazon S3 with Django - Stack Overflow
-
django-pendulum 0.1.6-pre4 : Python Package Index
-
Getting Started - Pinax Stripe
-
James Aylett — My blog
-
Django upload to Amazon S3 via signed urls: wrong content type - Stack Overflow
-
PostgreSQL: Documentation: 9.4: vacuumdb - potentail way to avoid slowness after restore (aws)
--analyze-in-stages Only calculate statistics for use by the optimizer (no vacuum), like --analyze-only. Run several (currently three) stages of analyze with different configuration settings, to produce usable statistics faster. This option is useful to analyze a database that was newly populated from a restored dump or by pg_upgrade. This option will try to create some statistics as fast as possible, to make the database usable, and then produce full statistics in the subsequent stages. -
python - Remove a file in Amazon S3 using Django-storages - Stack Overflow
-
torchbox/wagtail-experiments: A/B testing for Wagtail
-
Solving Performance Problems in the Django ORM
-
How to Use Django's Generic Relations
-
Things You Must Know About Django Admin As Your App Gets Bigger – Medium
The Django admin is a very powerful tool. We use it for day to day operations, browsing data and support. As we grew some of our projects… -
YPlan/django-perf-rec: Keep detailed records of the performance of your Django code.
django-perf-rec - Keep detailed records of the performance of your Django code. -
SectorLabs/django-localized-fields: Implementation of localized model fields using PostgreSQL HStore fields.
-
martinbrochhaus.com
-
turkus/live-premailer: Live premailer for jinja2 templates
-
Django recipes
-
Quickstart - Django REST framework
-
3.5 Announcement - Django REST framework
Django, API, REST, 3.5 Announcement https://news.ycombinator.com/item?id=12754294 -
UsingVimWithDjango – Django
-
Django REST framework 3.5 | Hacker News
-
djangosnippets: Show logged users - keeping track of users login and logout
how to use login/logout signals in django -
Don't keep important data in your Celery queue | Caktus Group
-
Solving Performance Problems in the Django ORM
-
Tutorial : Implementing Django Formsets | Nicole Harris