Category: django
Categories
- all (63)
- advocacy (6)
- agile (4)
- animation (2)
- best-practices (12)
- business (4)
- case study (9)
- cloud computing (3)
- command line tools (3)
- concurrency (7)
- core (4)
- coroutines (4)
- databases (3)
- distributed (5)
- django (4)
- documentation (2)
- dotnet (3)
- education (4)
- eggs (2)
- embedding (2)
- engineering (3)
- extensions (3)
- finance (3)
- games (3)
- gui (2)
- implementations (4)
- ironpython (4)
- jython (3)
- library (4)
- multimedia (2)
- network (3)
- object orientation (2)
- parsing (2)
- performance (6)
- project (4)
- py3k (2)
- python newbie (2)
- science (3)
- shell (2)
- software (2)
- spreadsheets (2)
- system administration (2)
- technique (13)
- testing (7)
- turbogears (2)
- tutorial (8)
- twisted (3)
- user interfaces (2)
- web (14)
- web framework (5)
- web services (4)
- wsgi (2)
- zope (2)
37. Developing reusable Django applications
James Bennett30min Intermediate
best-practices, django, technique, web
Developers of Django-based applications, particularly those new to the
framework, can end up facing two separate learning curves: one for the
framework itself (learning the components and how they work together)
and one for the process of applying the general best practices of
programming to the specific case of developing Django
applications. This talk aims to soften that curve somewhat by
providing an overview of general techniques for developing reusable,
distributable applications, through both general tips and specific
"whirlwind case studies" looking at specific aspects of three real-
world applications.
framework, can end up facing two separate learning curves: one for the
framework itself (learning the components and how they work together)
and one for the process of applying the general best practices of
programming to the specific case of developing Django
applications. This talk aims to soften that curve somewhat by
providing an overview of general techniques for developing reusable,
distributable applications, through both general tips and specific
"whirlwind case studies" looking at specific aspects of three real-
world applications.
64. Django: Under the Hood
Marty Alchin30min Advanced
django
Just when you think Django can only do so much, this talk will present a variety of ways to hook into (or replace!) its internal functionality, to extend it beyond its official documentation. While the stock functionality is good enough for most sites, many advanced projects, particularly in the corporate world, will require much more.
In this talk, you'll learn what tools and extension points are available, how to access them, and what types of things they could be used for. Be prepared to keep an open mind; there's far more to do with these than the talk will be able cover, so combining this information with a little imagination will go a long way.
In this talk, you'll learn what tools and extension points are available, how to access them, and what types of things they could be used for. Be prepared to keep an open mind; there's far more to do with these than the talk will be able cover, so combining this information with a little imagination will go a long way.
68. The State of Django
Adrian Holovaty30min Intermediate
django, web framework
Cocreator and lead developer Adrian Holovaty discusses what's new and what's on the horizon of the Django Web framework.
117. The Power of Django Admin (Even For Non-Django Projects)
Mr. Steven C Wilcox bio30min Intermediate
databases, django, web, web framework
The Admin interface for Django is powerful and can be useful for building stand-alone applications or as the official web-admin interface for non-Django projects. We'll review the capabilities and limitations of the Django Admin interface as well as the database introspection utility that can be used to quickly get a Django application setup.
.