Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Faster Testing with RAM Drives
-
Initial Data in Django | Caktus Group
-
Writing custom django-admin commands | Django documentation | Django
-
Notes on using pip and virtualenv with Django - SaltyCrane Blog
Use virtualenv with Django and mod_python Here is how to use a virtualenv with mod_python. This is taken from Django, mod_python and virtualenv. For more information, see the virtualenv documentation on using virtualenv without bin/python. Create a file /srv/SaltyCrane/myvirtualdjango.py: activate_this = "/srv/python-environments/saltycrane/bin/activate_this.py" execfile(activate_this, dict(__file__=activate_this)) from django.core.handlers.modpython import handler Edit your httpd.conf SetHandler python-program PythonHandler myvirtualdjango SetEnv DJANGO_SETTINGS_MODULE iwiwdsmi.settings PythonPath "['/srv/SaltyCrane',] + sys.path" PythonDebug Off -
owais/django-webpack-loader
Transparently use webpack with django -
Faster Testing with RAM Drives
Posts and writings by Mark Litwintschik -
Galileo - Build and Deliver Better APIs
-
Faster Testing with RAM Drives
-
George London's Blog - The Idiomatic Guide to Deploying Django in...
-
rogueleaderr/definitive_guide_to_django_deployment
-
Teardown: Refactoring Search from Django App to Microservice
This post explains the technical choices we made while refactoring our search feature from a component within a monolithic Django project into a microservice. It explores our efforts to break dependence on a shared database, use central authentication and plan for redundancy, among other things. -
Django under the hood: documentation systems - Eric Holscher - Reinout van Rees
via Reinout van Rees' weblog http://reinout.vanrees.org/weblog/ -
Django under the hood: documentation workshop - Mikey Ariel - Reinout van Rees
via Reinout van Rees' weblog http://reinout.vanrees.org/weblog/ -
Django Model Descriptors
-
jcalazan/ansible-django-stack
An Ansible playbook: Django, Postgres, Vagrant, Ubuntu 14.04, tested with DigitalOcean. Promising. -
matt-leach/django-strava-auth · GitHub
-
Easy Django Deployments with Ansible - Technically Voracious
A very simple, apparently, Ansible playbook for deploying a Django site to something like DigitalOcean. -
Teardown: Refactoring Search from Django App to Microservice - Safari Blog
-
Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus Group
Storing your Django site's static and media files on Amazon S3, instead of serving them yourself, can make your site perform better. This post shows you how. -
Adrian Holovaty - YouTube
-
DjangoCon North America
DjangoCon US is a 6-day international community conference for the community by the community, held each year in North America, about the Django web framework. DjangoCon US has something for everyone, from the person who develops Django applications for a living, to the person who just tinkers in their spare time. Whether you're a Django expert, just started working in Django recently, or are interested in learning, we have talks and tutorials for you. DjangoCon US is a great place to learn, exchange ideas, and meet great people. DjangoCon US is the place to find out straight from the horse's mouth what's coming down the pike. You'll discover details about a range of diverse applications people from all over the world are building with Django, get a deeper understanding of concepts you’re already familiar with and discover new ways to use them, and hopefully have a lot of fun! -
Django REST framework
Django REST framework is a powerful and flexible toolkit for building Web APIs. -
Awesome Django
A curated list of awesome Django apps, projects and resources. -
anycluster Server-side clustering of map markers for (Geo)Django
-
rdegges/django-skel