Code Snippets: django
![]() |
Title | User | Language | Tags | Description | Date |
|---|---|---|---|---|---|---|
|
shortcut of shortcut (easy access to render_to_response in django) | emre | Python | django | create a new file in your <project_dir> first import in your views.py: from helpers import Helpe... | 2010-03-05 |
|
VideoField | mcbayrak | Python | django form formfield video | a form field for uploading valid video images | 2010-01-21 |
|
youtubize template tag | mcbayrak | Python | django templatetag urlize youtube | This snippet is based on djangos urlize filter. It converts http:// links to youtube into youtube-em... | 2009-12-23 |
|
URL fetching regex | mcbayrak | Text only | django php python regex url | I was searching for regex pattern to fetch urls. I found that at : http://www.geekzilla.co.uk/View2D... | 2009-12-22 |
|
redirect_to generic view that accepts unicode urls. | IanLewis | Python | django generic view http redirect | This is a version of Django's redirect_to generic view that accepts urls that contain unicode charac... | 2009-11-05 |
|
djangoforms | doubleop | Python | django error python | code, whats wrong ? | 2009-10-26 |
|
Cache getter utility method | IanLewis | Python | cache django | A utility function to get a cached value. If a value is in the cache return it, otherwise cache the... | 2009-10-26 |
|
Django Callable ChoiceField | IanLewis | Python | callable choicefield django forms | A simple ChoiceField that can take a callable that returns a list of two tuples rather than a simple... | 2009-10-20 |
|
Django OAuthToken Field | IanLewis | Python | django field model oauth | A simple django field that saves an OAuth token to a character field in the database. The field is l... | 2009-10-20 |
|
Django Big Integer Fields | IanLewis | Python | big django field integer model | Allows you to store larger integers than the normal IntegerField | 2009-10-20 |



