Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Getting Started with Django
-
JWPE - Security Through Obscurity: The Django Admin Interface
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 14.04 | DigitalOcean
sudo nano /etc/nginx/sites-available/myproject -
Tip: Extending Django flatpages | Ben Jao Ming
better than extending because of Middleware -
Django REST framework ViewSet when you don’t have a Model
关键是 写一个自定义的 Serializer -
Using IPython Notebook with Django on a remote server
安装 django-extensions 后, 可通过 `./manage.py shell_plus --notebook --no-browser` 在 IPython Notebook 里操作 django shell. -
SQLAlchemy and Django · BetterWorks Engineering Blog
SQLAlchemy 在应对 复杂查询时 确实比 Django 有优势。 本文提供了一种在 Django 里使用 SQLAlchemy 的思路: 即只用 Sqlalchemy 处理只读查询。 django-sabridge 可以将 Django Model 桥接为 SQLAlchemy Table. -
Django Screencasts and Tutorials - GoDjango.com
有很多Django的视频教程 -
#19737 (Deprecate and then remove "shell" management command) – Django
#django Learn more about DJANGO_SETTINGS_MODULE, manage.py, and django-admin.py by reading tickets relating to it -
Trouble with local cross-domain Django cookies | Joe's Blog
Fixing localhost csrf issues -
Django and AJAX Form Submissions - say 'goodbye' to the page refresh - Real Python
In this tutorial we'll look at how to add AJAX to a Django form to handle form submissions. -
The Django template language | Django documentation | Django
-
GitHub · Where software is built
Model helpers are small collection of django functions that make working with models easier. This doc describe each of these helpers model_helpers.upload_to pass model_helpers.upload_to as upload_to… -
Automate Django Deployments with fabfile
-
#2723 (yes/no option for BooleanField) – Django
-
Sane Django Development with Docker
https://www.reddit.com/r/Python/comments/3o8efk/sane_django_development_with_docker/ -
FlipperPA/django-python3-vagrant
Vagrantfile for a Python/Django VirtualBox VM for Local Development -
Django template escaping - Stack Overflow
-
DjangoCon 2015 - YouTube
-
Uploading With Django and Amazon S3 - Pritish Chakraborty
-
RICKVAUSE.COM - Problem With Migrations Whilst Running Tests on a...
-
SQLAlchemy and Django · BetterWorks Engineering Blog
-
A COLLECTION OF PYTHON "MUST READS"
Jesse Noller's collection of links to GOOD TO GREAT PYTHON READS -
Kathleen's projects and stuff: Using IPython Notebook with Django on a remote server
-
Python developer articles - Trying JSON in Django and PostgreSQL (and compare with MongoDB)