Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
python - Django admin - Foreign key to display its values (not inlines) - Stack Overflow
-
python - Django admin - Foreign key to display its values (not inlines) - Stack Overflow
-
How To Install and Configure Django with Postgres, Nginx, and Gunicorn | DigitalOcean
-
Capítulo 20: Puesta en marcha de Django en un servidor — El libro de Django 1.0
-
Capítulo 20: Puesta en marcha de Django en un servidor — El libro de Django 1.0
-
djangosnippets: A basic view for working with jQuery dataTables plugin
-
djangosnippets: A basic view for working with jQuery dataTables plugin
-
Merge pull request #14 from strohanau/fix-content-type · 7dfc31f · yourabi/django-banish · GitHub
-
Merge pull request #14 from strohanau/fix-content-type · 7dfc31f · yourabi/django-banish · GitHub
-
Ana Balica - The tale of DRY with django-crispy-forms
-
funkybob/formulation
-
django-forms-builder — latest 0.11.1 documentation
-
django-forms-builder — latest 0.11.1 documentation
-
python - Django gives Bad Request (400) when DEBUG = False - Stack Overflow
-
python - Django gives Bad Request (400) when DEBUG = False - Stack Overflow
-
Added HStoreField. · 36f514f · django/django · GitHub
-
▶ How to setup Django, Angularjs and Django Rest Framework in less than an hour - YouTube
-
Django smarturls
Instead of this: urlpatterns = patterns('', ('^book/(?P\d+)/$', 'some.view'), ('^author/(?P[-\w]+)/$', 'some.other.view'), ('^year/(?P\d{4,4})/$', 'year.view'), ('^year/(?P\d{4,4})/(?P\w+)/$', 'month.view'), ) You can do this: urlpatterns = patterns('', surl('/book//', 'some.view'), surl('/author//', 'some.other.view'), surl('/year//', 'year.view'), surl('/year///', 'month.view'), ) -
Choosing an API framework for Django
-
Python RESTful webservices with Python: Flask and Django solutions
-
Setting up Sublime Text 3 for Full Stack Python Development - Real Python
This article details how to setup Sublime Text for full stack Python development. -
Django Deprecation Timeline | Django documentation | Django
-
Webcast: Creating Enriching Web Applications with Django and Backbone.js
-
GRAPPELLI ADMIN INTERFACE
-
Adding Social Authentication to Django - Real Python