Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Implementing activity streams in Django web framework
What is an activity stream? It is a sequential chain of all activities done by the users in a website.Like Twitter showing our own feeds ,listing activities of developers on Gitlab dashboard or showing activities of connections on LinkedIn.Whatever you may call it,It is an activity stream. -
pydanny/cookiecutter-django · GitHub
-
An introduction to EmberJS for Django developers • Jerel Unruh
-
django-reversion
version control for models -
Migrations | Django documentation | Django
-
Correct way of setting up varnish for caching django sites - Stack Overflow
-
Asynchronous Tasks with Django and Celery - Real Python
-
Handling Django request.GET and multiple variables for the same parameter name - Stack Overflow
QueryDict.getlist(key) Returns the data with the requested key, as a Python list. Returns an empty list if the key doesn't exist. It's guaranteed to return a list of some sort. -
ikraft/django-project-template
Sample layout to use for a Django project. Can be used with "django-admin.py startproject testproject --template=[URL]" -
Asynchronous Tasks with Django and Celery - Real Python
-
Scrapy DjangoItem
-
Django Settings
-
How to use schemas in Django?
-
organization - Best practice for django project working directory structure - Stack Overflow
-
Accessing multiple postgres schemas from Django
-
Django GitHub
-
TaskBuster Django Tutorial | Marina Mele's site
-
Python Weekly - Issue 199
RT @PythonWeekly: Python Weekly - Issue 199 #python #django #ipython #kivy #docker #flask #pygame #job #opbeat #pandas #raspberrypi -
django-sphinx-autodoc 0.2 : Python Package Index
-
django-giza 0.1.6 : Python Package Index
-
django-push 0.7 : Python Package Index
Thanks @brutasse for updating #Django's django-push #PubSubHubbub lib -
Run the latest Django version on Google App Engine
-
Welcome to Django Q — Django Q 0.3.2 documentation
-
Python Weekly - Issue 199
RT @PythonWeekly: Python Weekly - Issue 199 #python #django #ipython #kivy #docker #flask #pygame #job #opbeat #raspberrypi #pandas -
Assembling a Continuous Integration Service for a Django project on Jenkins — Medium