bkerr + django + python   23

Django-nonrel - All buttons pressed
Django-nonrel is a port of Django with the goal of supporting non-relational databases.
python  django  kvs 
february 2010 by bkerr
gist: 273327 - GitHub
Copypasta of Django's runserver management command, modified to use gunicorn.
python  wsgi  server  django  development  management  command 
january 2010 by bkerr
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and nothing else.
python  wsgi  server  django 
january 2010 by bkerr
zain's jogging at master - GitHub
Jogging is a thin wrapper around Python's logging functionality to make Django logging easier. It provides a central place to configure all your loggers, a standard location to import loggers, and makes common logging use cases simpler. With Jogging, you can control the destination, format, and verbosity of logs with fine granularity. Configuring module-level logging is just as easy as configuring logging for specific functions.
python  django  logging 
october 2009 by bkerr
Python Package Index : Dozer 0.1
WSGI middleware - provides adorable object refcount / memory usage stats.
python  debug  wsgi  django 
august 2009 by bkerr
jespern / django-piston
"Piston is a relatively small Django application that lets you create application programming interfaces (API) for your sites."
python  django  rest 
may 2009 by bkerr
rnk's django-media-bundler at master - GitHub
"Django Media Bundler is a Django plugin bundles up your Javascript, CSS, and icons for production, while still being easy to debug during development. To use the media bundler, you just have to describe the media you would like to be bundled together in your settings.py file, and run python manage.py bundle_media. The Media Bundler is inspired by the Rails' Asset Packager plugin, which helps do roughly the same things for Rails."
python  django  asset  packaging 
april 2009 by bkerr
Django snippets: ExcelResponse
"A subclass of HttpResponse which will transform a QuerySet, or sequence of sequences, into either an Excel spreadsheet or CSV file formatted for Excel, depending on the amount of data. All of this is done in-memory and on-the-fly, with no disk writes, thanks to the StringIO library."
python  django  snippet  queryset  export  excel 
november 2008 by bkerr
Django | Weblog | Upcoming Django releases
"Django 1.1, currently targeted for release in March 2009. Django 1.0.1, currently targeted for release next month."
python  django  release  timeline 
november 2008 by bkerr

Copy this bookmark:



description:


tags: