brew + django   131

ghost.py
ghost.py is a webkit web client written in python.
client  python  webkit  testing  django  javascript 
4 weeks ago by brew
ghost.py
ghost.py is a webkit web client written in python.
client  python  webkit  testing  django 
4 weeks ago by brew
Sentry — Sentry 1.13.5 documentation
Sentry provides you with a generic interface to view and interact with your error logs. By default, it will catch any exception thrown by Django and store it in a database. With this it allows you to interact and view near real-time information to discover issues and more easily trace them in your application.
django  python  exception  error  logs  database  analysis  logging 
december 2011 by brew
django-ajax-filtered-fields - Django fields for many to many and foreign key ajax filtered relations. - Google Project Hosting
Theese fields may be used in a many to many or foreign key relation, where the user may want to apply filters to the listed objects, because of they being too many, or just for usability reasons.
filter  search  manytomany  foreignkey  django  admin  select  ajax  forms  jquery  relationships 
september 2011 by brew
Python Package Index : django-supervisor 0.2.0
Django-supervisor combines the process-management awesomeness of supervisord with the convenience of Django's management scripts.
django  supervisord  management  command  process  python 
june 2011 by brew
Django Deployment Workshop by Jacob Kaplan-Moss
This class will introduce you to a wide variety of technologies, including Amazon's EC2 and S3, Fabric, Varnish, nginx, mod_wsgi, memcached, PostgreSQL, pgpool, pg_standby, and more.
deployment  production  django  python  video  nginx  memcached 
january 2011 by brew
StaticGenerator for Django
How many CPU cycles do you suppose are wasted on blogs that are generated every request? Wouldn’t it make more sense to generate them only when they’re updated? StaticGenerator is a Python class for Django that makes it easy to create static files for lightning fast performance.
python  django  performance  caching  static  generator 
april 2010 by brew
CheddarGetter for Python and Django - FeedMagnet
We wrote a wrapper for CheddarGetter in Python, called PyCheddar, and have released it as open source so others can take advantage of it as well.
django  cheddargetter  python  wrapper  recurring  billing  library 
february 2010 by brew
Django snippets: ParentModel and ChildManager for Model Inheritance
This is the approach I've taken to access instances of child models from their parent.
django  snippet  queryset  inheritance  subclass  model 
september 2009 by brew
Lazy Pythonista: Playing with Polymorphism in Django
One of the most common requests of people using inheritance in Django, is to have the a queryset from the baseclass return instances of the derives model, instead of those of the baseclass, as you might see with polymorphism in other languages. This is a leaky abstraction of the fact that our Python classes are actually representing rows in separate tables in a database. Django itself doesn't do this, because it would require expensive joins across all derived tables, which the user probably doesn't want in all situations. For now, however, we can create a function that given an instance of the baseclass returns an instance of the appropriate subclass, be aware that this will preform up to k queries, where k is the number of subclasses we have.
polymorphism  django  inheritance  model  subclass  instance 
september 2009 by brew
Django-Flash — Rails-like flash messages support for Django — Django-Flash v1.6.1 documentation
The flash is a temporary storage mechanism that looks like a Python dictionary, so you can store values associated with keys and later retrieve them. It has one special property: by default, values stored into the flash during the processing of a request will be available during the processing of the immediately following request. Once that second request has been processed, those values are removed automatically from the storage.
django  flash  python  messaging  notification  app 
september 2009 by brew
South
This is South, intelligent schema migrations for Django apps.
django  migrations  python  database  schema 
june 2009 by brew
Jinja Template Engine
Jinja2 is the new and improved version of Jinja with tons of new features, a simpler and faster runtime.
jinja  template  django  python  engine  webdev 
may 2009 by brew
django-mailer - Google Code
A reusable Django app for queuing and throttling of email sending, scheduled sending, consolidation of multiple notifications into single emails and logging of mail failures.
django  email  app  framework  queuing 
april 2009 by brew
Django Pluggables • django-registration
This is just a simple, portable, generic user-registration application for Django projects. Workflow follows a simple pattern:
activation  django  registration  pattern  app 
april 2009 by brew
« earlier      

related tags

1.0  64bit  abstract  activation  admin  aggregates  ajax  amazon  amqp  analysis  annotate  apache  api  app  application  apps  article  asynchronous  attack  auth  authentication  auto_now  auto_now_add  aws  backend  base  basic  batch  billing  blog  book  bsd  bunde  cache  caching  celery  celeryd  change  changes  cheddargetter  class  client  cmemcache  cms  code  command  commands  composition  config  configuration  configure  context  control  converter  count  countries  countryfield  created  cron  css  custom  daemon  data  database  date  debug  debugging  decorator  default  deployment  deprecated  design  development  directory  dispatch  distributed  django  djangosnippets  djangozen  documentation  documents  dreamhost  drupal  dump  easy_install  ecommerce  editor  email  encode  engine  environment  error  event  examples  exception  extension  fabric  favicon  field  filter  fix  fixtures  flash  foreignkey  forms  framework  frameworks  generator  generic  ghettoq  github  googlecode  guide  headers  hosting  howto  html  httperf  hyde  imagefield  imagekit  import  information  inheritance  instagram  install  installation  instance  integration  javascript  JeffCroft  jinja  jquery  json  leopard  libmemcache  library  license  lighttpd  linux  list  listener  load  local  local_settings  log  logging  login  logout  logs  lowlevel  m2m  manage  management  maninthemiddle  manual  manytomany  media  memcached  memory  message  messaging  method  middleware  migration  migrations  mixin  model  models  modified  module  mod_python  mod_wsgi  multipart  mysql  mysqlbd  new  nginx  notes  notification  objects  odf  old  onion  online  openoffice  opensource  optimization  options  order_by  orm  osx  package  packages  pagination  pastebin  patch  pattern  pdf  performance  periodic  pgp  pil  pip  plaintext  plugins  pod  polymorphism  porting  postgres  process  processor  production  profiling  projects  property  proxy  python  query  queryset  queue  queuing  rabbitmq  random  realtime  recurring  redhat  redirect  reference  registration  relationships  render  rendering  request  RequestContext  requirements  resource  response  rest  reverse  routine  row  rtf  s3  scaling  schedule  schema  screencast  script  search  searchengine  security  select  server  serveradmin  ses  sessions  set  settings  setup  share  shell  shop  signals  slow  snippet  snippets  social  sockets  source  speed  spikes  sql  ssl  stack  static  storage  storages  store  subclass  supervisor  supervisord  svn  sync  syncdb  tag  tagging  tags  template  templates  testing  text  texteditor  theonion  thinning  thumbnails  tinymce  tip  tips  tool  toolbar  trac  treeeditor  tutorial  ubuntu  unicode  urlencoding  urls  user  utilities  video  view  virtualenv  virtualhost  web  webdev  webdevelopment  webfaction  webkit  weblog  webshop  website  websockets  widget  wiki  wrapper  wsgi  wysiwyg  wysiwym 

Copy this bookmark:



description:


tags: