Hyde - A Python Static Website Generator
december 2011 by ohskylab
Could have done with this recently. Next time.
django
generator
python
web
static
december 2011 by ohskylab
dcramer/django-sentry - GitHub
november 2011 by ohskylab
"A realtime event logging and aggregation platform built on Django"
django
development
python
web
events
logging
errors
november 2011 by ohskylab
wgen/pep8 - GitHub
august 2011 by ohskylab
Tests python for PEP 8 style conventions. Thanks, Rolo!
python
django
style
pep8
august 2011 by ohskylab
Django Advice / Steve Losh
july 2011 by ohskylab
Lots of useful things here. Use Vagrant.
web
tools
django
python
vagrant
from instapaper
july 2011 by ohskylab
pydanny/django-uni-form - GitHub
march 2011 by ohskylab
Django implentation of Uni-form.
django
forms
uni-form
web
from delicious
march 2011 by ohskylab
Django Packages : django reusable apps, sites and tools directory
december 2010 by ohskylab
"Reusable apps, sites, tools, and more for your Django projects".
django
python
web
applications
code
from delicious
december 2010 by ohskylab
Django Packages : Asset managers
november 2010 by ohskylab
Comparison of "Asset managers for combining/compressing JavaScript/CSS and for versioning your media files."
compression
css
django
javascript
manager
hpw
performance
november 2010 by ohskylab
chrisdickinson's wilson at master - GitHub
october 2010 by ohskylab
"a Django-inspired node.js framework"
django
javascript
node.js
web
october 2010 by ohskylab
Why Django Sucks, and How we Can Fix it
september 2010 by ohskylab
Constructive criticism from the DjangoCon keynote (in the spirit of Cal's highly amusing "Why I Hate Django" from 2008).
django
framework
python
september 2010 by ohskylab
Welcome | ScraperWiki
august 2010 by ohskylab
"All the tools you need for Screen Scraping & Data Mining."
data
datamining
development
python
django
scraper
tools
web
wiki
scraping
parsing
august 2010 by ohskylab
Virtualised Development Environments on a Mac - Nefarious Designs
july 2010 by ohskylab
"The best solution would be to build linked clones. A linked clone is a copy of a virtual machine that shares virtual disks with the parent virtual machine in an ongoing manner. This conserves disk space, and allows multiple virtual machines to use the same software installation. It also means we’ll be able to run the two VMs simultaneously."
apache
django
development
virtualization
ubuntu
mac
deployment
osx
vmware
via:twoplusfour
july 2010 by ohskylab
Getting Started with South (Django Database Migrations) | Mitch Fournier
june 2010 by ohskylab
"South is a Django project which [provides] “consistent, easy-to-use, database-agnostic migrations for Django applications.” Below are the most basic steps for getting South up and running in your project."
south
django
via:alastc
migrations
workflow
database
mysql
python
june 2010 by ohskylab
Ed Menendez Blog - Using Django as a Pass Through Image Proxy
march 2010 by ohskylab
"Django allows you to serve static files through your sandbox. By replacing Django's standard static "serve" function with the one below, you will be able to serve images locally, but look for them on a remote URL if it's not found locally."
development
django
python
web
proxy
nginx
march 2010 by ohskylab
The Onion Uses Django, And Why It Matters To Us : django
march 2010 by ohskylab
"Cleaner. Much cleaner. Proper unit testing. Real reusable components across applications. An ORM rather than a just a series of functional query helpers. Tighter conventions (q: how often do people using Python argue about bracing styles? a: they don't). We can update then test a Django core change without worrying about having to take apart our applications, and if we do need to make a change, it's easy to do because there's less, much more readable code. Every member of the tech team can meaningfully contribute because there are fewer specialized or hacked together pieces."
django
advocacy
python
theonion
development
drupal
scalability
web
march 2010 by ohskylab
Agile Testing: Automated deployments with Fabric - tips and tricks
march 2010 by ohskylab
"All deployments need to be automated. No ad-hoc, one-off deployments allowed. If you do allow them, they can quickly snowball into an unmaintainable, unreproducible mess."
agile
automation
continuousdeployment
deployment
django
fabric
python
sysadmin
march 2010 by ohskylab
jacobian's django-deployment-workshop at master - GitHub
february 2010 by ohskylab
Code and configuration used in [Jacob Kaplan-Moss'] Django Deployment Workshop.
django
python
deployment
fabric
git
github
february 2010 by ohskylab
Presenting django-devserver, a better runserver. | David Cramer's Blog
february 2010 by ohskylab
"django-devserver provides a simple drop-in runserver replacement. It allows you to run a command, python manage.py rundevserver, and to get some additional information. As of writing, that additional information includes real-time SQL logging (aka mass query spam in your terminal), and a summary of cache calls."
optimization
performance
django
python
february 2010 by ohskylab
IPython
february 2010 by ohskylab
"A comprehensive environment for interactive and exploratory computing [featuring] an enhanced interactive Python shell [and] an architecture for interactive parallel computing."
tools
python
programming
django
shell
ipython
february 2010 by ohskylab
django-lint - Statically check Django applications « code « lamby
january 2010 by ohskylab
"Reports on common programming errors and bad code smells, including checking for nullable CharField field types, the use of brittle or deprecated Django features (such as auto_now_add) as well as the absence of recommended options in settings.py. It aims to encourage the development of high-quality re-usable Django applications."
web
development
testing
django
python
analysis
debug
lint
tools
january 2010 by ohskylab
Twig Integration with Zend Framework - Twig Users | Google Groups
december 2009 by ohskylab
Thread on twig integration with Zend and a call to integrate with other PHP frameworks (CakePHP, Yii, Kohana, Code Igniter).
php
web
development
django
smarty
symfony
twig
templating
codeigniter
cakephp
kohana
yii
december 2009 by ohskylab
Templating Engines in PHP - Fabien Potencier
december 2009 by ohskylab
Fabien Potencier of Symfony on PHP templating and his django-like twig template language.
php
web
development
django
smarty
symfony
twig
templating
december 2009 by ohskylab
Drupal or Django? A Guide for Decision Makers — scot hacker’s foobar blog
november 2009 by ohskylab
"This document aims to lay out the pros and cons of two popular web publishing platforms: The PHP-based Drupal content management system (CMS) and the Python-based Django framework." With a bit of Wordpress thrown in.
django
drupal
web
frameworks
wordpress
cms
november 2009 by ohskylab
Large Problems in Django, Mostly Solved: APIs | Surfing in Kansas
november 2009 by ohskylab
"I think that Piston hits a sweet spot for creating APIs. It has a lot of nice little features, and handles the general use case well. It is also abstract enough that it allows you to provide your own layer on top of it with ease."
django
piston
web
plugin
api
november 2009 by ohskylab
LFS - Lightning Fast Shop: Start
november 2009 by ohskylab
Lightweight Django store.
web
tools
django
ecommerce
cart
store
november 2009 by ohskylab
Satchmo Project
november 2009 by ohskylab
"Satchmo's mission is to use Django to create an open source framework for creating unique and robust online stores. To provide maximum flexibility, Satchmo is licensed under the BSD license."
web
tools
django
ecommerce
cart
store
november 2009 by ohskylab
Correct way to handle mobile browsers | Surfing in Kansas
november 2009 by ohskylab
"This has lead to a problem that a lot of internet sites face, and I haven't found a good solution to the problem: how do I redirect users to a mobile site?"
mobile
django
web
november 2009 by ohskylab
MichaelMoore.com | Concentric Sky
october 2009 by ohskylab
Django, 5 weeks, 30k pages of content transitioned. Impressive.
web
django
advocacy
october 2009 by ohskylab
The apps that power Django-Mingus | Monty Lounge Blog
september 2009 by ohskylab
Lots of useful-looking django apps.
via:alastc
django
python
apps
september 2009 by ohskylab
Blog Roll: Fabric factory
september 2009 by ohskylab
Early days but looks promising. "I have decided to use cpython as platform, django as web framework for the server and Fabric as library to automate the task execution."
django
python
deployment
fabric
continuousintegration
september 2009 by ohskylab
yml / fabric_factory / overview — bitbucket.org
september 2009 by ohskylab
"Aims to provide an easy to setup continuous integration server and client. The server side infrastructure is built on top of django. The tasks are described using fabric."
fabric
django
python
continuousintegration
deployment
september 2009 by ohskylab
robhudson/django-debug-toolbar @ GitHub
september 2009 by ohskylab
"A configurable set of panels that display various debug information about the current request/response."
django
web
tools
testing
debugging
development
september 2009 by ohskylab
Cowboy development with Django at DjangoCon 2009
september 2009 by ohskylab
"Two case studies of building Django applications irresponsibly on tight deadlines, and some thoughts on more sustainable ways of developing with Django."
django
python
simonwillison
web
september 2009 by ohskylab
Automating web site deployment at Barcamp Brighton | Morethanseven
september 2009 by ohskylab
"A brief talk about getting started with automating deployment [...] nice and simple and [doesn't] focus on any specific technology or tool – just the general principles and pitfalls of doing anything manually."
web
development
django
python
deployment
fabric
september 2009 by ohskylab
Django — WebFaction Software Documentation
september 2009 by ohskylab
Webfaction's new Django documentation.
django
hosting
webfaction
python
tutorials
september 2009 by ohskylab
Django in the Real World
august 2009 by ohskylab
"There’s plenty of material (documentation, blogs, books) out there that’ll help you write a site using Django… but then what? You’ve still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught. This tutorial examines how best to cope when the Real World intrudes on your carefully designed website."
django
tools
development
python
deployment
scaling
august 2009 by ohskylab
Fabric — Fabric v0.9 beta 1 documentation
july 2009 by ohskylab
"A Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol. It provides tools for running arbitrary shell commands (either as a normal login user, or via sudo), uploading and downloading files, and so forth."
web
tools
programming
python
django
deployment
sysadmin
ssh
fabric
july 2009 by ohskylab
Message™ - By Medium
july 2009 by ohskylab
"A full-featured content management and website development system, with Django templates and a custom data model integrated with GIT."
via:demwunz
django
web
python
cms
git
july 2009 by ohskylab
jacobian's django-shorturls at master - GitHub
july 2009 by ohskylab
"A URL shortening app for Django."
development
django
python
plugin
apps
urls
canonical
july 2009 by ohskylab
Adactio: Journal—Building Reprieve
july 2009 by ohskylab
"I persevered, I obediently followed the tutorial, and I discovered all the things that make Django such a powerful framework; the excellent separation of concerns, the superb templating system, the lack of so-called front-end “helpers” that cripple other server-side frameworks. I think Gareth was really onto something when he noticed the way that the web standards world appears to be choosing Django."
django
python
web
cms
jeremykeith
july 2009 by ohskylab
Four crowdsourcing lessons from the Guardian’s (spectacular) expenses-scandal experiment » Nieman Journalism Lab
june 2009 by ohskylab
"Journalism has been crowdsourced before, but it’s the scale of the Guardian’s project — 170,000 documents reviewed in the first 80 hours, thanks to a visitor participation rate of 56 percent — that’s breathtaking." Brilliant.
guardian
django
python
politics
media
crowdsourcing
simonwillison
journalism
ec2
amazon
uk
june 2009 by ohskylab
Toast Driven - Announcing Haystack - Modular search for Django
april 2009 by ohskylab
"It works directly with Django Models and provides a familiar API to people who are comfortable with Django."
django
web
python
tools
search
april 2009 by ohskylab
django-compress - Google Code
march 2009 by ohskylab
"A Django application that automates CSS/JavaScript compression and helps in making delivery of static media more efficient"
web
css
javascript
optimization
performance
django
python
hpw
minification
march 2009 by ohskylab
django-bloom - Google Code
october 2008 by ohskylab
"Bloom is set of open source pluggable applications for rapidly developing mobile websites in Django."
django
mobile
web
python
framework
october 2008 by ohskylab
django-tinymce - Google Code
october 2008 by ohskylab
"A Django application that contains a widget to render a form field as a TinyMCE editor."
django
web
tinymce
wysiwyg
plugins
october 2008 by ohskylab
django-reversion - Google Code
october 2008 by ohskylab
"Reversion is an extension to the Django web framework that provides comprehensive version control facilities."
django
python
versioning
vcs
development
web
october 2008 by ohskylab
Pinax
september 2008 by ohskylab
"An open-source collection of re-usable apps for the Django Web Framework. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different."
django
python
web
tools
framework
community
cms
pinax
september 2008 by ohskylab
Announcing dmigrations
september 2008 by ohskylab
"dmigrations is a Django migrations tool. It addresses a common problem in Django development: if you change a model after creating the database tables for it with syncdb, how do you reflect those changes in your database tables without blowing away your existing data and starting again from scratch?"
django
web
development
automation
python
migrations
collaboration
september 2008 by ohskylab
related tags
advocacy ⊕ agencies ⊕ agile ⊕ amazon ⊕ analysis ⊕ apache ⊕ api ⊕ applications ⊕ apps ⊕ automation ⊕ aws ⊕ blog ⊕ book ⊕ bookmarklet ⊕ cakephp ⊕ canonical ⊕ cart ⊕ clyde ⊕ cms ⊕ code ⊕ codeigniter ⊕ collaboration ⊕ community ⊕ compression ⊕ continuousdeployment ⊕ continuousintegration ⊕ crowdsourcing ⊕ css ⊕ data ⊕ database ⊕ datamining ⊕ debug ⊕ debugging ⊕ deployment ⊕ design ⊕ detection ⊕ developers ⊕ development ⊕ django ⊖ documentation ⊕ drupal ⊕ ec2 ⊕ ecommerce ⊕ environment ⊕ errors ⊕ events ⊕ everyblock ⊕ fabric ⊕ fireeagle ⊕ forms ⊕ framework ⊕ frameworks ⊕ friends ⊕ games ⊕ gaming ⊕ generator ⊕ geo ⊕ geodjango ⊕ gis ⊕ git ⊕ github ⊕ gotchas ⊕ graphics ⊕ guardian ⊕ hosting ⊕ hpw ⊕ html ⊕ hyde ⊕ installer ⊕ interview ⊕ ipython ⊕ javascript ⊕ jekyll ⊕ jeremykeith ⊕ journalism ⊕ jquery ⊕ kohana ⊕ kong ⊕ learning ⊕ lint ⊕ linux ⊕ local ⊕ logging ⊕ london ⊕ mac ⊕ manager ⊕ media ⊕ middleware ⊕ migrations ⊕ minification ⊕ mobile ⊕ monitoring ⊕ mvc ⊕ mysql ⊕ nasa ⊕ nginx ⊕ node.js ⊕ oauth ⊕ optimization ⊕ osx ⊕ parsing ⊕ pep8 ⊕ performance ⊕ php ⊕ pinax ⊕ pip ⊕ piston ⊕ plugin ⊕ plugins ⊕ politics ⊕ portable ⊕ programming ⊕ proxy ⊕ python ⊕ reference ⊕ reviews ⊕ ruby ⊕ rubyonrails ⊕ scalability ⊕ scaling ⊕ scraper ⊕ scraping ⊕ search ⊕ shell ⊕ simonwillison ⊕ site5 ⊕ smarty ⊕ snippets ⊕ software ⊕ south ⊕ ssg ⊕ ssh ⊕ standards ⊕ static ⊕ store ⊕ style ⊕ svn ⊕ symfony ⊕ sysadmin ⊕ templates ⊕ templating ⊕ testing ⊕ theonion ⊕ tinymce ⊕ tips ⊕ tools ⊕ tumblelog ⊕ tutorial ⊕ tutorials ⊕ twig ⊕ twill ⊕ typography ⊕ ubuntu ⊕ uk ⊕ uni-form ⊕ urls ⊕ useragent ⊕ vagrant ⊕ vcs ⊕ versioning ⊕ via:alastc ⊕ via:demwunz ⊕ via:markrocky ⊕ via:twoplusfour ⊕ virtualenv ⊕ virtualization ⊕ vmware ⊕ web ⊕ webfaction ⊕ wiki ⊕ wikipedia ⊕ windows ⊕ wordpress ⊕ workflow ⊕ wsgi ⊕ wurfl ⊕ wysiwyg ⊕ yii ⊕Copy this bookmark: