Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Overview — django-mptt 0.7.0 documentation
django-mptt is a reusable Django app which aims to make it easy for you to use MPTT with your own Django models. It takes care of the details of managing a database table as a tree structure and provides tools for working with trees of model instances. -
Deploying Django with Fabric - Irrational Exuberance
-
Fabric, Django, Git, Apache, mod_wsgi, virtualenv and pip deployment · More than seven
I like to have either a package or tar I can use to say “that is what went to the server”. I also like having a quick rollback command as well as being able to deploy a particular version of the code when the need arises. I also wanted to go from a clean ubuntu install (plus SSH) to a running Django application in one command from the local development machine. The Apache side of things is nicely documented in this Gist which made a good starting point. -
Ultimate Front End Development Setup
A quick howto guide on setting up modern front-end development tools to improve your day to day work flow using Gulp and Livereload -
How to use Compass/Sass with Django. | Compass Documentation
-
Django and Foundation 5 Upgrade Path | Foundation Forum from ZURB
ZURB, creating unique customer and user experiences. We are brand engineers that provide companies with strategic marketing, design and branding solutions. Work includes identity, branding, information design, web design, illustration, software design, icon design, and multimedia work. -
Creating Django Application in a Project
-
Wagtail CMS - elegant, easy, open source content management
-
pinax/django-user-accounts
-
Introducing django-bakery - Data Desk - Los Angeles Times
LA Times on why they use a static site generator. They introduce their SSG, "Django Bakery". It generates a static site from a database of content. They call the process of generating the static content from the database, "baking". -
twoscoops/django-twoscoops-project
-
bndr/pipreqs
pipreqs - Generate pip requirements.txt file based on imports of any project -
django-nose 1.4 : Python Package Index
RT @ErikRose: #django nose has a new maintainer and a 1.4 release, now compatible with Django 1.8! -
djangosnippets: "Partial Templates" - an alternative to "include"
-
How to Tango with Django: A Python Django Tutorial
-
TUTORIAL: Real-time chat with Django, Twisted and WebSockets – Part 1 | ferretfarmer
Twisted -
Django Model Behaviors by Kevin Stone
-
Templates | Django documentation | Django
-
rosarior/awesome-django
awesome-django - A curated list of awesome Django apps, projects and resources. -
MadeInHaus/django-audit-log
Lets you keep track of who changed what model instance in you Django application. Full model structure is tracked and kept in a separate table similar in structure to the original model table. Let's say a user logs in the admin and adds a Product model instance. The audit log will track this in a separate table with the exact structure of you Product table plus a reference to the user, the time of the action and type of action indicating it was an insert. Next the user does an update of the same Product instance. The audit log table will keep the previous entry and another one will be added reflecting the change. When the user deletes the same model instance the audit log table will have an entry indicating this with the state of the model before it was deleted. -
Build and Deploy a Django Project on OSX from Scratch
-
django-heroku-template/settings.py at master · cyberdelia/django-heroku-template
-
WakaTime · Pirates use Flask, the Navy uses Django
-
Flask vs. Django: Worksheet to choose the right framework | Hacker News
-
WakaTime · Pirates use Flask, the Navy uses Django
Open-source plugins for data about your programming.