Beef with Django; admin and auth - Django developers | Google Groups

Posted 15 August 2008 in links tagged with [django] [mailinglist] [opinionated]

One thing we don’t want to get into is a situation common in more “modular” systems where introductory documentation ends with “Congratulations on getting the base system installed; here’s a list of five hundred components you can use, go pick the one you want because we refuse to take a stance on it.”

http://groups.google.com/group/django-developers/msg/4db5...

 

Beef with Django; admin and auth - Django developers | Google Groups

minidetector - Google Code

Posted 15 August 2008 in links tagged with [detector] [django] [middleware] [mobile]

Middleware to sniff for mobile user-agents. Yay, now I can throw away another chunk of hand-rolled code.

http://code.google.com/p/minidetector/

 

minidetector - Google Code

Aeracode :: South

Posted 08 August 2008 in links tagged with [database] [django] [migration]

Another django migration framework. Need to look into one of these at some point.

http://aeracode.org/projects/south/

 

Aeracode :: South

Spawning + Django - Eric Florenzano’s Website

Posted 31 July 2008 in links tagged with [django] [python] [server] [wsgi]

Another python WSGI server that’ll run Django. In the ‘to look at next time I mess with jerakeen.org’ pile.

http://www.eflorenzano.com/blog/post/spawning-django/

 

Spawning + Django - Eric Florenzano's Website

Hosting a Django Site with Pure Python - Eric Florenzano’s Website

Posted 17 July 2008 in links tagged with [django] [python] [server] [wsgi]

Exactly what I wanted. A pure-python standalone WSGI server that I can put behind an apache and host my Django jerakeen.org implementation on. Fast, too.

http://www.eflorenzano.com/blog/post/hosting-django-site-...

 

Hosting a Django Site with Pure Python - Eric Florenzano's Website

django-mobileadmin - Google Code

Posted 20 June 2008 in links tagged with [django] [iphone] [python] [web]

iPhone django interface. Dead easy to install, works well. happy happy happy.

http://code.google.com/p/django-mobileadmin/

 

django-mobileadmin - Google Code

Django snippets: Database migration and dump/load script

Posted 14 June 2007 in links tagged with [convert] [database] [django] [migration]

useful script - I’m using it to convert my SQLite django back-end to a MySQL one

http://www.djangosnippets.org/snippets/167/

 

Django snippets: Database migration and dump/load script

Typogrify examples

Posted 30 May 2007 in links tagged with [django] [filter] [markup] [smartquotes]

django filters to do nice text markup. Shiny.

http://static.mintchaos.com/projects/typogrify/

 

Typogrify examples

DjangoKit now in Google Code

Posted 30 May 2007 in blog tagged with [django] [google] [python]

I’ve moved the DjangoKit source and documentation (such as it is) into Google Code at the request of Rob Hudson, so other people can work on it. Other people? Work on my code? Crazy.

 

Turn your Django application in to an OpenID consumer

Posted 24 April 2007 in links tagged with [django] [openid] [python] [todo]

I need to add this to jerakeen.org so I have have openid-authenticated comments.

http://simonwillison.net/2007/Apr/24/openidconsumer/

 

Turn your Django application in to an OpenID consumer

DjangoKit gets better

Posted 13 April 2007 in blog tagged with [django] [pyobjc] [python]

DjangoKit’s got a lot better - it’s now installable and a mall setup.py file can turn most Django apps into MacOS .apps.

read more (276 words)..  

DosAndDontsForApplicationWriters - Django Code - Trac

Posted 05 April 2007 in links tagged with [app] [deploy] [django] [package]

Packaging django apps is hard. Mostly because there are so few good examples of the art, I suspect.

http://code.djangoproject.com/wiki/DosAndDontsForApplicat...

 

DosAndDontsForApplicationWriters - Django Code - Trac

The B-List: Reusable Django apps

Posted 29 March 2007 in links tagged with [deployment] [development] [django] [python]

Good musings, including some non-obvious stuff that really should be documented better. Keeping apps out of the project tree is a really good idea.

http://www.b-list.org/weblog/2007/03/27/reusable-django-apps

 

The B-List: Reusable Django apps

DjangoKit

Posted 28 March 2007 in code tagged with [cocoa] [django] [macos] [python]

DjangoKit is a framework that will take a Django application, and turn it into a stand-alone MacOS application with a local database and media files. It started as more of a thought experiment than an effort at producing a real application, but I have it working, and you can package perfectly usable stand-alone applications with it.

DjangoKit is currently hosted in a Google Code repository, so go there for downloads and source.

 

DjangoKit

Django | Documentation | Cross Site Request Forgeries protection

Posted 23 March 2007 in links tagged with [django] [python] [security] [web]

Magic django middleware to stop pages on other sites submitting forms on your site. No effort on my part needed. Very clever - must steal it.

http://www.djangoproject.com/documentation/csrf/

 

Django | Documentation | Cross Site Request Forgeries protection

DjangoID - Trac

Posted 08 January 2007 in links tagged with [django] [openid] [server]

now I don’t have to write one. Lovely.

http://trac.nicolast.be/djangoid/

 

DjangoID - Trac

Google Groups: Django users

Posted 25 September 2006 in links tagged with [django] [python] [recursion] [templating]

Using template tags to do recursion in templates

http://groups.google.com/group/django-users/browse_thread...

 

Google Groups: Django users

JJinuxLand: Python: Recursion in Django Templates

Posted 25 September 2006 in links tagged with [django] [python] [templating]

django is 90% wonderful, and the 10% that sucks is all in the templating system. So annoying.

http://jjinux.blogspot.com/2006/02/python-recursion-in-dj...

 

JJinuxLand: Python: Recursion in Django Templates

MetaWeblog and Django

Posted 15 September 2006 in links tagged with [cms] [django] [metaweblog] [python] [xmlrpc]

Using XMLRPC / the MetaWeblog API to talk to Django sites.

http://www.allyourpixel.com/post/metaweblog-38-django/

 

MetaWeblog and Django

My CMS

Posted 15 June 2006 in about tagged with [cms] [django] [python] [synchronization]

jerakeen.org is normally powered by a hand-rolled CMS built with whatever bit of technology I happen to be playing with at the time. This month, it’s built on Django.

read more (295 words)..  

Django | Code | #1849 ([patch] Collapse consecutive hyphens in slug fields)

Posted 12 May 2006 in links tagged with [django] [me] [patch]

A patch! From me! I’m so proud

http://code.djangoproject.com/ticket/1849

 

Django | Code | #1849 ([patch] Collapse consecutive hyphens in slug fields)

Django and FastCGI under lighttpd

Posted 11 May 2006 in links tagged with [django] [fastcg] [lighttpd]

my django site has some speed issues, and this is annoying me. I need to play with various options.

https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wi...

 

Django and FastCGI under lighttpd

Building A Blog with Django

Posted 09 May 2006 in links tagged with [cms] [comments] [django]

An example of using the built-in django comments management stuff. Which I don’t use, but only because I didn’t know about it. Now I do.

http://www.rossp.org/blog/2006/feb/17/building-blog-djang...

 

Building A Blog with Django

Small Values of Cool: London Python/Django/Ruby/Rails/Java Christmas party

Posted 22 November 2005 in links tagged with [catalyst] [django] [frameworks] [meeting] [pub] [rail] [ruby] [turbogears]

There are a scary number of frameworks represented here. Must go.

http://www.brunningonline.net/simon/blog/archives/001961....

 

Small Values of Cool: London Python/Django/Ruby/Rails/Java Christmas party