Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django 文档 — Django 1.8.2 中文文档
-
Settings | Django documentation | Django
The domain to use for session cookies. Set this to a string such as ".example.com" (note the leading dot!) for cross-domain cookies, or use None for a standard domain cookie. Be cautious when updating this setting on a production site. If you update this setting to enable cross-domain cookies on a site that previously used standard domain cookies, existing user cookies will be set to the old domain. This may result in them being unable to log in as long as these cookies persist. This setting also affects cookies set by django.contrib.messages. -
django-account-balances 0.4 : Python Package Index
-
edx/ecommerce
-
Django да тест қилишни тезлатиш — Personal blog — Medium
Django да тест қилишни тезлатиш #django #python #postgres -
Try Django 1.9 -- Build a Django Blog -- Django 1.9, Bootstrap 3.3, & More. - YouTube
-
Tutorial: Posting to Facebook from a Django App - Art & Logic
-
Built-in template tags and filters | Django documentation | Django
-
python - Testing email sending - Stack Overflow
How to test that email sending works in Django -
Twitter
RT @FinkStreet: Thanks to @kennethlove's @treehouse tutorials I'm learning #django forms. Of course I'm altering it a bit #recaptcha -
Django QuerySets: Fucking Awesome? Yes - Amir Rachum
-
python - SQL Server 2008/2012 backend module for Django on Linux? - Stack Overflow
-
how to create a Django models that doesn't map to a database table - Stack Overflow
configuring -
Nodal — Web Servers Made Easy With Node.js
Nodal follows MVC patterns you're probably familiar with from the simplicity of Django and Rails. If you need more in-depth help, full API documentation is available here. Otherwise, let's get started! -
QuerySet API reference | Django documentation | Django
-
Query Expressions | Django documentation | Django
Query expressions describe a value or a computation that can be used as part of an update, create, filter, order by, annotation, or aggregate. There are a number of built-in expressions (documented below) that can be used to help you write queries. Expressions can be combined, or in some cases nested, to form more complex computations. -
Coding for Entrepreneurs
-
Writing your first Django app, part 1 | Django documentation | Django
-
How To Use PostgreSQL with your Django Application on Ubuntu 14.04 | DigitalOcean
-
Djangoで既存のデータベースを使う - のぶLab.
-
Disable migrations when running unit tests in Django 1.7 - Stack Overflow
-
Cartridge — Cartridge 0.10.0 documentation
-
Model field reference | Django documentation | Django
Reference for Field arguments, for example 'default' in popularity = models.IntegerField(default=0) -
Getting Started with Django Rest Framework and AngularJS
In this blog post, I'll walk through creating a sample project that exposes a ReST API consumed by AngularJS on the client to showcase how to combine the frontend and backend frameworks to simplify creating complex applications. -
Modified Preorder Tree Traversal in Django | Caktus Group