mcroydon + django   551

Gargoyle — Gargoyle v0.4.0 documentation
"Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions."
django  feature  flapper 
september 2011 by mcroydon
thebuild.com/presentations/unbreaking-django.pdf
Great stuff, but know that you don't need to do this stuff unless you're a very small subset of Django deployments.
database  django  performance  postgres  python 
september 2011 by mcroydon
Python 3 and you - Google Groups
Jannis on the state of Python 3 and Django, and what you can do to help.
django  python  python3 
september 2011 by mcroydon
/devel » Impostor for Django
A tool for allowing Django staff users to assume the identity of other users on a Django site. Handy for "only user X sees this error" scenarios.
django  open-source  user  auth  authentication 
february 2011 by mcroydon
Error Tracing in Sentry by David Cramer
Sentry is looking seriously hot these days.
django  logging 
february 2011 by mcroydon
Django Packages : Grids
Really useful for comparing similar django reusable apps.
django  open-source  app  apps  reusable  comparison 
january 2011 by mcroydon
Announcing Redis Support - ep.io
Accidentally writing a Redis load balancer.
redis  hosting  django 
january 2011 by mcroydon
Bugfixes and Beyond
A fantastic rundown of big changes in Django 1.3.
django 
january 2011 by mcroydon
introducing pluggable maps for geodjango . palewire
A reusable GeoDjango app for US counties. There should be more reusable GeoDjango apps out there.
django  geodjango  gis  postgis  open-source  github 
january 2011 by mcroydon
brutasse/django-floppyforms - GitHub
Moving the rendering of forms out in to templates as well as providing sane default HTML5 widgets.
apps  django  forms  plugins  html5 
january 2011 by mcroydon
Django: reliably saving URLs to a file field | Chris Adams
The best dance out there for saving remote files to Django FileField/ImageField.
django  file  files  python  urllib2 
december 2010 by mcroydon
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
Leveraging django-nonrel for pure Django on appengine.  No joins yet, but this is impressive.
appengine  datastore  development  django  gae 
december 2010 by mcroydon
Django and Postgresql Performance at WooMe | I Am Seb
"At WooMe, we’ve been using Django and Postgresql in anger for com­ing up on three years, scal­ing up to tens of thou­sands of quer­ies per second means we’ve had to look long and hard at Django’s data­base sup­port to meet our needs."
performance  django  postgresql  python 
november 2010 by mcroydon
Revolution Systems
"This is a transcript of our "office hours" held November 5th, 2010. The transcript has been lightly edited to group conversations into a more structured Q&A."
django  linux  revsys 
november 2010 by mcroydon
How to produce a 303 Http Response in Django? - Stack Overflow
I had come to the same conclusion as the accepted answer but found this while double-checking. This is handy when doing RDF resources with Django.
django  rdf  resource 
november 2010 by mcroydon
Django | The Django admin site | Django documentation
In Django 1.2 you can put manytomany admin inlines on either end of a relationship. Super handy and I had no clue it was there.
django  admin 
september 2010 by mcroydon
Python Package Index : django-constance 0.1
Cool feature though I'd love to see it database-backed for smaller installations.
django  redis  configuration 
september 2010 by mcroydon
Stashboard: The open source status dashboard
"Stashboard is designed to provide a generic status dashboard for any hosted service or API. The code can be downloaded, customized, and run on any Google App Engine account."
api  app  appengine  cloud  dashboard  cloudcomputing  googleappengine  google  gae  free  django  design  monitoring  open-source  opensource  python  saas  rest  twilio  tracking  tools  status  sysadmin  software  service  uptime  web  webdev 
july 2010 by mcroydon
Django-Crowdsourcing — django-crowdsourcing v1.1.7 documentation
"Django-crowdsourcing is a highly configurable survey and report tool for journalists, with a feature set that supports a wide range of useful crowdsourcing projects. It is developed and used at New York Public Radio with support from the Knight Foundation, and released under an MIT license."
app  crowdsourcing  apps  django  journalism  polls  software 
july 2010 by mcroydon
Software Developer - Djangogigs.com
We're looking for a Django developer!
django  python  job  jobs 
may 2010 by mcroydon
Brandon Konkle | Creating a Personal PyPi with Chishop
I've been thinking I need local mirrors of svn/git/hg repos as well.
custom  deployment  django  personal  python  pip  chishop  pypi 
march 2010 by mcroydon
The Onion Uses Django, And Why It Matters To Us : django
A great conversation about Django and media, big websites, legacy support, development workflow, tool usage, etc. It's great to see Tom and others from The Onion discussing this stuff in the open.
cms  django  drupal  migration  onion  php  python  software  toread  theonion  tech  contentmanagement 
march 2010 by mcroydon
WikiPBX - Open Source FreeSWITCH Web GUI
Django-based frontend to basic FreeSwitch configuration and usage.
freeswitch  pbx  voip  django 
march 2010 by mcroydon
cloudkick | blog: 4 Months with Cassandra, a love story
A very interesting look at Cassandra with an eye toward gotchas. Cloudkick are doing some interesting stuff with aggregation over time periods.
admin  via:jacobian  administration  architecture  article  cassandra  database  databases  opensource  nosql  mysql  monitoring  django  distributed  db  datawarehouse  python  scalability  scaling  storage  toread  webdev  programming  cloudkick  neat 
march 2010 by mcroydon
Johnny Cache — Johnny Cache v0.1 documentation
"Johnny Cache is a caching framework for django applications. It works with the django caching abstraction, but was developed specifically with the use of memcached in mind. Its main feature is a patch on Django’s ORM that automatically caches all reads in a consistent manner."
application  caching  cache  database  db  django  django-apps  middleware  library  memcache  memcached  framework  opensource  performance  orm  python  plugin  webdev  johnny  queryset  query 
march 2010 by mcroydon
Queued Storage Backend for Django | Step and Numbers
This seems like a simple and elegant solution to the problem at hand.
programming  django  python  storage  s3  queue  django-apps  amqp  files  celery 
february 2010 by mcroydon
24 Hours in NYC | mathematism
Sounds like a fun and informative time.
django 
january 2010 by mcroydon
Changeset 12267 - Django - Trac
Nice, this looks like it'll help the transition to Django 1.2 and CSRF.
django  via:daniellidsley 
january 2010 by mcroydon
toastdriven's queued_search at master - GitHub
Daniel knocks out a reusable app that makes it easy to have Haystack queue updates and deletes so that you get the benefits of near-realtime updates (depending on how you cron up the consumer) without the delays on object save. If you're using Haystack in production, you probably want to be using this.
haystack  search  queues  python  django  solr 
january 2010 by mcroydon
round-robin django setup with nginx - small py
Interesting tactic where multiple backends can be tried before returning an error if you set the timeout low enough.
python  web  django  server  scalability  performance  sysadmin  scaling  coding  http  deployment  infrastructure  traffic  webserver  nginx  config  load_balancing  roundrobin 
december 2009 by mcroydon
django-recipes - Project Hosting on Google Code
Includes links to some other web-based recipe apps and a wicked looking LaTeX template.
python  django  app  application  cooking  recipe  recipes  license:gplv2  gpl 
november 2009 by mcroydon
sunlightlabs's django-layar at master - GitHub
This makes it stupid simple to expose geographic information if you've already got some in a GeoDjango app.
django  django-apps  augmented  reality  layar 
october 2009 by mcroydon
Django | Cross Site Request Forgery protection | Django Documentation
I was caught unawares by this one on a project tracking trunk. It's definitely A Good Thing(tm) but is going to require some template work as part of an upgrade to Django 1.2.
web  django  webdev  javascript  ajax  hack  security  django-1.2 
october 2009 by mcroydon
South and Reusable Apps | Monty Lounge Blog
I kinda dig including migrations for reusables as long as the reusable continues to install properly with vanilla syncdb. As long as you can do that, everybody wins.
django  app  reusable  open-source  south  migration 
october 2009 by mcroydon
teebes's quanda at master - GitHub
At quick glance this looks like a solid community question-answer reusable ala Yahoo answers or StackOverflow. This seems more solid and polished than django-answers.
question  answer  django  reusable  application  open-source  license:mit 
october 2009 by mcroydon
« earlier      

related tags

1.0  @toread  ab  actionscript  activedirectory  activeresource  ad  addon  admin  administration  ads  advice  aggregation  aggregator  agile  ajax  algorithm  algorithms  amazon  amqp  analysis  analytics  analyzer  answer  ant  apache  api  apl  app  appengine  apple  application  applications  apps  arcade  architecture  article  articles  ascii  asshat  async  asynchronous  atom  audio  augmented  australia  auth  authentication  automation  aviation  awards  awesome  aws  backbone  backbone.js  backend  batch  bazaar  bbcode  bdd  benchmark  benchmarking  benchmarks  best-practices  bike  bike-shed  bittorrent  block  blog  blogging  blogs  book  book:PCI  boss  browser  browsers  bug  build  buildout  business  bzr  cache  caching  calais  calendar  callcast  canada  capatcha  capistrano  car  cart  cartography  cassandra  celery  chart  charts  chat  cheat-sheet  cheatsheet  cherrypy  chinese  chishop  ci  citizen  citizen-journalism  class  classifieds  client  cloud  cloudcomputing  cloudcourse  cloudkick  cloud_computing  cluster  cms  code  coding  collaboration  collection  collective  colorado  comet  comment  comments  communications  community  comparison  component  compress  compression  computer  computers  computing  concurrence  concurrency  conference  config  configuration  consumer  content  contentmanagement  contentstrategy  contest  continuous-integration  continuousintegration  contrib  control  conversion  cookie  cooking  cool  couchdb  course  coverage  crease  crime  cron  crop  cropping  crowdsourcing  cs  css  csv  cuff  culture  curating  custard  custard-melt  custom  cvs  danga  daniellindsley  daniellindsleyrocksdahouse  dash  dashboard  data  database  database-journalism  databases  datastore  datastructure  datawarehouse  date  dates  datetime  db  dbs  dc  debian  debug  debugger  debugging  del.icio.us  delicious  deploy  deployment  design  dev  devel  developer  development  diagram  diff  digital  distributed  distro  django  django-1.2  django-admin  django-app  django-apps  django-powered  django-reinhardt  djangocon  djangocon-2008  djangocon2008  doc  docs  doctest  documentation  driver  drupal  e-learning  ebook  ebs  ec2  ecommerce  editing  editor  editors  edtech  education  effbot  ejabberd  elearning  election  elections  ella  ellington  email  employment  encoding  engine  engineering  epoll  eric-holscher  erlang  esi  eurodjangocon  event  events  everyblock  evolution  example  examples  excel  expenses  fabric  facebook  favicon  feature  features  feed  feedback  ffmpeg  field  fields  file  files  filesystem  firebug  flapper  flash  flex  flickr  florida  flv  fogbugz  forking  form  format  formatting  forms  forum  foss  framework  frameworks  free  freeswitch  friendfeed  frontend  ftrain  ftw  fulltext  fungus  future  gae  gallery  games  gaming  geek  general-aviation  generation  generator  generic  geo  geo-django  geocoding  geodjango  geography  geojson  geospatial  geotagging  geowanking  gfdl  gis  git  github  gmail  google  googleappengine  googlecode  gpl  graph  graphics  graphs  guardian  guide  guido  gypsy-jazz  hack  hacking  hacks  haiku  hardcore  hardware  haystack  header  heroku  history  holovaty  homebrew  hosting  how-to  howto  html  html5  http  httperf  hudson  hugo  hyperlocal  i18n  ia  ical  ideas  identity  ietf  ils  image  images  impressive  indexing  information  infrastructure  inline  inspiration  installation  integration  intelligence  interesting  interface  internationalization  internet  interview  iphone  ir  ironpython  it-conversations  iteration  itty  jabber  jacob  java  javascript  jedit  jellyroll  jewlery  jhu  job  jobs  johnny  journalism  jquery  json  jython  kansas  kansas-university  khakis  komodo  ku  kusports  l10n  la  language  lawrence  layar  layout  lbs  lcom  ldap  leaks  learning  lessons  lib  library  libs  license:aal  license:bsd  license:gpl  license:gplv2  license:gplv3  license:mit  light  lighttpd  links  linux  liquid  lisp  list  lists  ljworld  lms  loadbalancing  load_balancing  local  localflavor  localization  location  logging  longpolling  lucene  mac  mail  malcolm  management  manager  map  mapping  maps  markdown  marketing  markup  maryland  mashup  measurements  media  meetup  memcache  memcached  memory  memoryleaks  menu  menus  message  messagequeue  messaging  microformats  middleware  migration  mingus  minify  mit  mobile  mobiles  mock  mocking  model  models  moderation  module  mod_python  mod_wsgi  mogilefs  monetization  mongodb  mongoengine  mongrel  monitoring  mono  moo  motel  mud  multimedia  mushrooms  mysql  naples  naples-daily-news  navbar  navigation  neat  neogeography  network  networking  networks  newforms  news  newsletter  newspaper  newspapers  nginx  niho  nose  nosql  nucular  oauth  object  oldforms  onion  online  online-store  open  open-source  opencalais  openid  openlayers  openoffice  opensource  optimization  orange  orm  oss  osx  p2  pagination  painful  palm  panel  paper  parse  parser  parsing  paste  patch  pattern  pbs  pbx  PCI  pda  performance  perl  perlbal  permission  permissions  persistence  personal  phone  phones  photography  photos  photoshop  php  picture  PIL  pinax  pip  piston  planning  plone  plugin  plugins  podcast  politics  polls  pony  porn  port  portability  portable  postfix  postgis  postgres  postgresql  pownce  poynter  presentation  presentations  pretty  primary  print  process  processing  production  productivity  profile  profiling  programming  project  projectmanagement  projects  proxy  psn  psycopg  public  publishing  pycon  pycon2006  pycon2008  pylons  pypi  python  python3  pythoneer  pythonware  python_unicode  qa  quality  query  queryset  question  queue  queues  rabbitmq  rack  rack::cache  rails  rating  ratings  rcs  rdf  read  reality  realtime  recipe  recipes  recommendation  recommendations  reddit  redesign  redis  reference  regex  regression  relationships  release  remote  reportlab  research  resource  resources  rest  restful  restructuredtext  retirement  reusable  review  revision  revsys  rhel  roundrobin  rss  rst  ruby  ruby-on-rails  rubyonrails  s3  saas  sad  samba  saml  satchmo  scalability  scaling  scheduling  schema  scm  screencast  scripps  script  scrum  search  searchengine  searh  seattle  security  selenium  semantic  semanticweb  serialization  server  servers  service  sewing  shell  ship  shipping  signals  simple  slides  sms  snakes-and-rubies  snakes-vs-rubies  snippet  snippets  sns  soap  social  socialgraph  socialnetwork  socialnetworking  socialsoftware  software  solr  source  source-control  sourcecode  south  sparql  sprint  sql  sqlparse  standards  startup  stats  status  storage  store  subversion  suck  sudoku  supervisor  supervisord  support  svg  svn  sync  syndication  sysadmin  t-shirt  t-shirts  tables  tag  tagging  tags  talk  task  tasks  tastypie  tdd  team  tech  technology  television  template  templates  templatetags  tentacle  tentacle-porn  test  testing  text  textmate  theonion  thumbnail  tiger  time  times  tips  to-read  todo  tomcat  tool  toolbar  tools  toread  tornado  torrent  trac  tracker  tracking  traffic  train  training  translate  translation  tree  tumble  tumblelog  turbogears  tutorial  tutorials  tv  twid  twilio  twisted  twitter  typography  ui  uk  unicode  unittest  unittesting  unix  unobtrusive  upload  uptime  url  urllib2  usability  useful  user  utf  utf-8  utf8  utilities  utility  ux  validators  varnish  vc  vcs  venn  venn-diagram  version  version-control  versioncontrol  versioning  via-adrian  via-coderseye  via-simon  via-wilson  via:daniellidsley  via:jacobian  video  videos  views  visualization  vmware  vobject  vodafone  voip  voting  wallpaper  war  washington  washington-times  washingtonpost  washingtontimes  weather  web  web-dev  web-development  web-framework  web-frameworks  web-hosting  web-service  web-services  web.py  web2.0  webapp  webapps  webdesign  webdev  webdevelopment  webhosting  weblog  webserver  webservice  webservices  website  websites  whoosh  wiki  wikipedia  windmill  windows  wishlist  wordpress  work  workflow  writing  wsgi  xfn  xhtml  xml  xmlhttprequest  xmpp  xp  yahoo  yaml  youtube  zope 

Copy this bookmark:



description:


tags: