bkerr + django   114

Django | Weblog | Django 1.2 release schedule
Although Django's release cycle is generally date-based, we also try to keep our release dates flexible to account for bugfixing time. At the beginning of the development sprints at PyCon a few weeks ago, over 300 tickets were still open on the Django 1.2 milestone. Now it's down to 120 (we've been clearing out, on average, about ten tickets a day), but that's still a lot more than we're comfortable shipping; as a result, we're pushing back the final 1.2 release a bit.
django  release  schedule 
march 2010 by bkerr
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
django-kvstore
An extensible key-value store backend for Django applications.

This module provides an abstraction layer for accessing a key-value storage.
django  kv  backend  tokyotyrant 
january 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
django-smuggler
Django Smuggler is a pluggable application for Django Web Framework that help you import/export fixtures via the automatically-generated admin interface.
django  admin  data  fixtures 
january 2010 by bkerr
Changeset 11806 - Django - Trac
Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag.
django  template  feature  1.2  alpha 
january 2010 by bkerr
Toast Driven - Haystack 1.0 Final Released
Haystack 1.0.0-final has been released (via the packages at PyPi or GitHub).

The goal of Haystack is to provide modular search for Django. This means pluggable backends (Solr, Whoosh & Xapian currently), a reusable app architecture, the ability to add search to third-party modules without modifying their sources and a flexible codebase with many points of extension. The crown jewel is the SearchQuerySet, which provides a QuerySet-like interface to your search index.
django  search  haystack 
november 2009 by bkerr
django-admin-histograms
A library for simple histograms in Django's admin.
django  admin  histogram  cool 
november 2009 by bkerr
Django - DreamHost
Awful shared Web host, but nice to know nevertheless.
django  passenger  wsgi  deploy  godawful-terrible-web-host 
november 2009 by bkerr
Large Problems in Django, Mostly Solved
Overview of using Haystack for search in Django applications.
django  haystack  search 
november 2009 by bkerr
django-uni-form
Django forms are easily rendered as tables, paragraphs, and unordered lists. However, elegantly rendered div based forms is something you have to do by hand. The purpose of this application is to provide a simple tag and/or filter that lets you quickly render forms in a div format.

Uni-form has been selected as the base model for the design of the forms.
django  form  html  markup  template  filter 
october 2009 by bkerr
tabo / django-treebeard / overview — bitbucket.org
Efficient tree implementations for Django 1.0+
django  tree 
october 2009 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
RowLevelPermissions - Django - Trac
If you need finer-grained permissions in your own applications, it should be noted that Django's administrative application supports this, via the following methods which can be overridden on subclasses of ModelAdmin. Note that all of these methods receive the current HttpRequest object as an argument, allowing for customization based on the specific authenticated user.
django  admin 
september 2009 by bkerr
Django snippets: Facebook shell
This adds an 'fbshell' management command which starts up a Python shell with an authenticated pyfacebook instance ready to make requests.
django  facebook  pyfacebook  management-command  shell 
september 2009 by bkerr
bkroeze / django-signals-ahoy / overview — bitbucket.org
Provides an extended set of signals for use by Django apps.
django  signals 
september 2009 by bkerr
bkroeze / django-site-skins / overview — bitbucket.org
A solution for running multiple sites with multiple "skins" on one Django installation.
django  templates  loader  customization 
september 2009 by bkerr
uswaretech's Django-Socialauth - GitHub
Allows logging users in via Facebook, Yahoo, Gmail, Twitter and OpenID.
django  auth  awesome  facebook-connect  openid 
august 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-countries - Google Code
"Nice little application for Django projects providing fixtures and models for a "complete" list of world countries. Also throwing in a small template filter for getting country flags by ISO 3166-1 alpha-2 country code."
django  countries  db 
april 2009 by bkerr
Toast Driven - Django Dash 2009
"A 48-hour web development contest for perfectionists with deadlines" — May 30 and 31, 2009.
django  dash  events 
march 2009 by bkerr
django-chronograph
Admin-configurable cron-esque runs of django-admin commands.
django  job  scheduling 
march 2009 by bkerr
Open Source - The Washington Times | Washington Times releases open source projects
"The Washington Times has always focused on content. After careful review, we determined that the best way to have the top tools to produce and publish that content is to release the source code of our in-house tools and encourage collaboration."
django  apps  steward 
march 2009 by bkerr
django-reversion - Google Code
"Version control for Django models" — can follow fks
django  model  revision 
january 2009 by bkerr
howiworkdaily's django-pressbox at master — GitHub
'Django-pressbox is simple press item management application for your Django powered site. The goal is to provide a reusable application to support most site's basic "press" section needs. Also included is an example application to get you up and running quickly.'
django  press  release  app  cute 
january 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
django-mailfriend - Google Code
Registered user sends page link to e-mail, plus flames.
django  mail 
august 2008 by bkerr
« earlier      

related tags

(s_koolaid)  1.1  1.2  aboutus  account  action  admin  agent  aggregator  alpha  annarbor  anonymous  app  appengine  applications  apps  asset  audio  auth  awesome  backend  basic-apps  batch  beautify  beginnings  beyond  blog  book  browser  bundle  burn  cache  calendar  calendar-swamp  callable  captcha  catalog  changelist  cherrypy  cms  command  comments  community  conference  cool  countries  crud  css  customization  cute  dash  data  database  db  debug  decorator  deploy  design  development  dirty-media  django  djangonaut  documentation  drupal  e-mail  etc  event  events  everyblock  evil  evolution  excel  exception  export  expression  extraction  fabric  facebook  facebook-connect  fastcgi  feature  features  filter  fixtures  form  forms  framework  fulltext  fun  generator  geo  gis  git  godawful-terrible-web-host  google  graph  haystack  histogram  howto  html  hyde  if  immediast  impedance  inline  instance  integration  interaction  interesting  interview  javascript  job  journalism  json  kv  kvs  layout  lazy  library  lighttpd  loader  local  logging  made-in-america  mail  management  management-command  markup  message  microlocal  migrations  min  mobile  mobiles-skwrking  model  modeladmin  modelview  moderation  mod_wsgi  neato  newforms  nginx  nose  notes  o-happy-day  object  openid  packaging  pages  paper-has-wiki-nature  party-like-it's-2008  passenger  password  people  pip  pipes  places  planning  podcast  practice  press  proceedings  profiles  promenade  pyfacebook  python  queryset  rc  reentry  refactor  reference  registration  release  reset  responders  rest  revision  robo  rockin  rss  runner  schedule  scheduling  schema  search  send-in-the-planes  serialize  server  shell  shortcuts  signals  simple  site  sites  snippet  south  sphinx  static  steward  surlex  tag  tagging  tags  template  templates  test  text  textmate  they're-american-planes  threadmode  tidy  timeline  tl;dr  tokyotyrant  tree  udell  ui  unit  unittest  up  urlconf  user  validation  versus  via:newmaniese  via:thedaniel  video  virtualenv  visual  warning:selflink  web  weekly  wiki  wsgi  xapian  yahoo  zomg 

Copy this bookmark:



description:


tags: