Skip to content

Instantly share code, notes, and snippets.

@brainrake
Forked from anonymous/djbp-2011-09
Created September 29, 2011 23:15
Show Gist options
  • Save brainrake/1252205 to your computer and use it in GitHub Desktop.
Save brainrake/1252205 to your computer and use it in GitHub Desktop.
Django Meetup Budapest September 2011
djangocon
=========
- debug
- Django Debug Toolbar [https://github.com/dcramer/django-debug-toolbar]
- Django Debug Logging [https://github.com/lincolnloop/django-debug-logging]
- Jmeter [http://jakarta.apache.org/jmeter/]
- dj dev
- dddash.ep.io
- api
- django-piston - old [https://bitbucket.org/jespern/django-piston]
- tastypie [https://github.com/toastdriven/django-tastypie]
- django-rest-framework [http://django-rest-framework.org/]
- dj-webmachine [https://github.com/benoitc/dj-webmachine]
- testing [https://docs.google.com/present/view?id=0AVthC0Z3iw8DZGRrdnFzeGdfN2c5bWJ6d2Y1&hl=en_US&pli=1] [http://dl.dropbox.com/u/14264029/TestEverything.pdf]
- nosetests, django_nose
- coverage.py
- mock - mimic interface of classes
- django-fixture-magic
- jenkins ci
- git hooks
- lettuce - business readable tests
- sec
- django-secure [https://github.com/carljm/django-secure]
- slides
- [http://lanyrd.com/2011/djangocon-us/coverage/]
- [http://www.mechanicalgirl.com/view/djangocon-2011-follow-up/]
hosting
=======
- managed hosting
- ep.io - per-hour
- dotcloud.com - various
- heroku ?
- gondor.io - api, postgres
- apphosted.com
- djangozoom.com
- appengine
- in-house
- web server
- apache
- lighttpd
- nginx
- configuration management
- chef
- fabric
websockets
==========
JSON-RPC over WebSockets
https://github.com/brainrape/jsonrpcws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment