pkimber.net
0.0.2
  • Amazon
  • Android
  • Apple
  • Apache
  • C++
  • C#
  • CSS
  • deploy
  • Django
    • Admin
    • Ajax
    • Applications
    • Conference
    • Course
    • Database
    • Debug
    • Demo
    • Deploy
    • Forms
    • Model
    • Security
    • Service
    • Snippets
    • Static
    • Templates
    • Testing
    • url
    • Users
    • Views
    • Links
      • Top
      • Admin
      • AJAX
        • Dojo
        • jQuery
        • YUI
      • API
      • Applications
      • Books
      • Blog
      • Build
        • Application
        • buildout
      • Charting
      • CMS - Content Management System
      • Contribution
      • Database
      • Debugging
      • Deploy
      • Development
      • Documentation
      • eCommerce
      • Debugging
      • Deploy
      • email
      • Events
      • File Upload
      • Forms
      • Forum
      • GIS
      • Graphs
      • Hosting
      • IDE
      • Image
      • Import
      • Jobs (cron)
      • Jobs (employment)
      • jython
      • Learning
      • Mailing List
      • Management
      • Media
      • Migration
      • Miscellaneous
      • Model
        • Ordering
      • People
      • Project Management
      • Queue
      • REST
      • Search
      • Security (Users)
      • Snippets
      • Social
      • Support
        • Paste
      • Tagging
      • Testing
      • Templates
      • Tips
      • URL
      • Version Control
      • Visualisation
      • Voting
      • Widget
    • Install
    • Getting Started
    • Build
    • cache
    • Checklist
    • Contributing to Django
    • Cookies
    • Custom Commands
    • Diagnostics
    • Django Girls
    • Eclipse - Pydev
    • email
    • Exceptions
    • Issues
    • jython
    • Logging
    • Memcache
    • Messages Framework
    • RSS/Syndication Feed
    • settings
    • Signals
    • Sites
    • (My) Coding Standards
  • Eclipse
  • git
  • Google
  • HTML
  • HTTP
  • Java
  • Javascript
  • jython
  • Linux
  • Liquibase
  • Lucene
  • Markup
  • Memcached
  • Mercurial
  • Microsoft
  • Mozilla
  • MySQL
  • Nginx
  • OpenOffice
  • PHP
  • PostgreSQL
  • Project
  • Python
  • R programming language
  • RabbitMQ
  • Raspberry Pi
  • Redis
  • Redmine
  • Ruby
  • Social
  • Solr
  • SQLite
  • subversion
  • TaskWarrior
  • Testing
  • Vim
  • Virtualbox
  • CV - Patrick Kimber
  • Info
  • CV - Open Source Contributions
pkimber.net
  • Django
  • Links
  • View page source

Links

Top

  • Django in the Real World PyCon 2009 - James Bennett and Jacob Kaplan-Moss

Admin

  • Customizing the Django Admin - Branding

  • django-jumptoadmin Django templatetag for admins to easily change/delete objects from the public-facing site.

  • Introducing Django JumpToAdmin

AJAX

  • Tutorial - Ajax and Django

  • Intro to Unintrusive JavaScript with Django

  • django-apibuilder Provides a data interface (API) for external applications outside of Django.

Dojo

  • http://code.google.com/p/dojango/ dojo and django - the perfect couple.

jQuery

  • Orderable inlines using drag and drop with jQuery UI This one works very nicely. I had to change the Media for the form:

    class Media:
        js = (
            'js/jquery-1.3.2.min.js',
            'js/jquery-ui-1.7.3.custom.min.js',
            'js/menu-sort.js',
        )
    

    This is a new snippet (which needs checking out): http://djangosnippets.org/snippets/2057/

    Also check out http://github.com/jpwatts/django-positions.

    • Dynamic tabular inlines with optional drag-n-drop sorting

    • http://github.com/simonw/django_cropper integrates the excellent Jcrop jQuery plugin with the Django admin…

YUI

  • Django layout templates using the Yahoo UI library

  • DjangoSnippets: YUI Loader as Django Middleware

  • DjangoSnippets: YUI Autocomplete

API

  • See REST below…

Applications

  • applications/links.

Books

  • Slashdot Review: Practical Django Projects

Blog

  • http://byteflow.su/

Build

Application

  • James Bennett, Django tips: laying out an application

    • Slides

    HOWTO: Layout Django Apps

buildout

  • Jacob Kaplan-Moss, Developing Django apps with zc.buildout

    • More buildout notes

Charting

  • http://toys.jacobian.org/hg/googlecharts/

CMS - Content Management System

  • http://django-cms.org/

Contribution

  • Preparing For The Next Django Sprint

Database

  • Links

Debugging

  • Debug Toolbar

  • devserver

  • Debugging Django

  • Debugging Django Errors - WSGI

  • http://github.com/darwin/firepython FirePython is a sexy Python logger console integrated into Firebug.

  • https://launchpad.net/django-viewtools django-viewtools provides a management command to help in debugging and profiling views.

Deploy

  • round-robin django setup with nginx

  • How To Run Sandboxed Django Sites in Production

Development

  • Django 1.0 now with its own branch

  • https://github.com/goinnn/django-detect-cyclic Application to detect cyclic imports

Documentation

  • Django cheat sheet

eCommerce

  • http://oscarcommerce.com/

  • http://www.satchmoproject.com/

  • http://www.getlfs.com/ A lightning fast shop for django.

    • http://code.google.com/p/django-lfs/

  • http://code.google.com/p/django-cart/

Debugging

  • debugger - pdb

  • Debugging Django: Simon Willison’s Weblog.

  • Using pdb by Eric Holscher.

  • Debug Toolbar

Deploy

  • Seamlessly switch off (and on) a Django (or other WSGI) site for upgrades

  • Setting up Django using Apache/mod_wsgi on Ubuntu 8.10

  • fabric

email

  • Gmail and Django

Events

  • http://www.djangocon.org/

File Upload

  • http://code.google.com/p/django-admin-uploads/ django-admin-uploads, File uploader, browser, and link generator for the Django admin interface.

  • resizing image on upload in django

  • Using Amazon’s S3 service with Django

  • Django File Upload Handling Examples

Forms

  • http://code.google.com/p/django-contact-form/ An extensible contact-form application for Django.

  • Django Forms Quick Reference

  • The “correct” way to do forms in Django?

  • Doing things with Django forms.

Forum

  • http://code.google.com/p/django-forum/ Simple Django Forum Component

  • http://uswaretech.com/forum/

GIS

  • http://code.djangoproject.com/wiki/GeoDjango

Graphs

  • http://labs.sixpixelsapart.com/projects/django-graphs

Hosting

  • http://djangofriendly.com/ Djangofriendly is a community resource for finding the friendliest Django hosting environments.

  • http://hosting.djangofoo.com/

IDE

  • Setting up Django Development in Eclipse with Code Complete and Graphical Debugging

  • Django Trip: Django with Eclipse, Pydev, Aptana and virtualenv.

Image

  • http://code.google.com/p/sorl-thumbnail/

  • django-imagekit Automates image processing for Django models. Resize, process and cache multiple versions of your image files.

  • django-photologue A customizable plug-in photo management application for the Django web framework.

Import

  • http://code.google.com/p/django-batchimport/ Allows for batch import of django model data via uploaded Microsoft Excel (or Open Office or CSV files saved as Excel) file.

  • http://djangosnippets.org/snippets/2233/ How to generate a (real) Excel file as an HTTP response with xlwt.

Jobs (cron)

  • See Celery in the Queue section above.

  • django snippets, Cron Jobs Daemon

  • Asteroid - simple app for running scripts and recording the results

Jobs (employment)

  • http://djangogigs.com/

jython

  • jython

Learning

  • Top Tips:

    • Top 10 tips to a new django dev.

    • Top 10 tips to a new django developer

    • Big list of Django tips (and some python tips too)

    • Favorite Django Tips & Features

  • http://djangokitchen.com/

  • A (fast-paced) introduction to Django.

  • DjangoCon 2008, James Bennett: Reusable Apps

  • Django gotchas

  • django-design-patterns

  • ShowMeDo, Django From the Ground Up.

  • A Roundup of 10 Django Tutorials

Mailing List

  • http://groups.google.com/group/django-users/

Management

  • http://www.caktusgroup.com/blog/2009/01/13/why-caktus-uses-django/ Why Caktus Uses Django

  • http://code.google.com/p/django-command-extensions/ (Also has a jobs module)…

    • GraphModels Renders a graphical overview of your project or specified apps.

Media

  • http://opensource.washingtontimes.com/projects/django-massmedia/

Migration

  • Links

Miscellaneous

  • http://code.google.com/u/ubernostrum/

Model

  • Links

Ordering

  • Ordering related objects in Django

People

  • http://djangopeople.net/

  • Jacob Kaplan-Moss:

    • http://www.jacobian.org/

    • http://toys.jacobian.org/presentations/

  • http://simonwillison.net/

Project Management

  • http://opensource.washingtontimes.com/projects/django-projectmgr/

Queue

  • http://celeryproject.org/ Celery - The Django Task Queue

    • http://ask.github.com/celery/introduction.html celery - Distributed Task Queue for Django.

    • Background task processing and deferred execution in Django

  • http://code.google.com/p/pyactivemq/ Python module for communicating with the ActiveMQ message broker

  • Introducing RQ

REST

  • http://github.com/toastdriven/django-tastypie Creating delicious APIs for Django apps…

  • Building a website API with Django. Part 1: API functions

  • RestView

  • A class for creating a view that dispatches based on request.method.

  • Piston: A mini-framework for Django for creating RESTful APIs.

    • RESTful Web apps with Django, Piston and Ext JS

    • Add a web api to your app with django-piston

Search

  • djangosearch A search app for Django.

  • http://sphinxsearch.com

  • http://haystacksearch.org/ Haystack provides modular search for Django.

Security (Users)

  • Links

Snippets

  • http://www.djangosnippets.org/

  • Active / Inactive model manager

Social

  • Set up Facebook Connect

  • Django-Socialauth Allows logging in via Facebook, Yahoo, Gmail, Twitter and Openid.

Support

#django on irc.freenode.net

Paste

  • http://dpaste.com/

Tagging

  • http://code.google.com/p/django-tagging/ A generic tagging application for Django projects.

  • http://opensource.washingtontimes.com/projects/django-supertagging/

Testing

  • Links

Templates

Jinja

Tips

  • Surfing in Kansas Django Tips

  • Favorite Django Tips & Features

  • Tools of Pro Django developer

URL

  • http://code.google.com/p/django-ittybitty/ Shortened URLs for your Django-powered site!

Version Control

  • django-vcs An application for working with a VCS, analagous to some of Trac’s features.

Visualisation

  • Graphite - Enterprise Scalable Realtime Graphing

  • http://gephi.org/ Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs.

Voting

  • django-voting A generic voting application for Django.

Widget

  • TinyMCE Widget

Previous Next

© Copyright 2023, Patrick Kimber.

Built with Sphinx using a theme provided by Read the Docs.