Welcome To Snipplr


Everyone's Recent Django Snippets



« Prev 1 2
Commands to dump and load a database in django
0 1082 posted 10 years ago by erichlotto
It's imposible to read de "_id" field en django templates ( {{element._id}} === error) So, to read it, you must do a templatetag. Now you hace the templatetag, you can use it like this: {{element|pk}}
0 1058 posted 10 years ago by viroide
Just an error log from TelecinePlay. Please.. don't share error logs in public..
0 736 posted 11 years ago by novazoo
While django provides the django_admin.py cleanup script, if sessions get out of control sometimes you have to go lower level to get everything cleaned up. If the problem gets out of hand and you hit the resource limits of the machine, it is very dif...
0 1026 posted 12 years ago by magicrebirth
0 712 posted 12 years ago by stewartduffy
Not only is it really really fast; it's also order preserving and supports an optional transform function
0 832 posted 12 years ago by magicrebirth
Instead of directly edit your TEMPLATE\_CONTEXT\_PROCESSORS, import it in your app's settings.py and just append what you need. (credits: denysonique and all #django channel community)
0 690 posted 13 years ago by caruso_g
0 667 posted 13 years ago by Affix
Simula in Django i campi created e updated aggiornati automaticamente alla creazione e alla modifica del record (Versione 2 senza funzione save ridefinita)
0 726 posted 13 years ago by munkypot
<a href="http://www.bestgooglekeywordtool.com">google keyword tool</a>
0 631 posted 13 years ago by uraq
example: a method on a model that outputs a list of tuples with (attribute_name.verbose, attribute_value)
0 748 posted 14 years ago by magicrebirth
First: create a file under djangoapp/templatetags where you define your tags [e.g.: myadmin_tags.py]: Second: create the html snippets that get loaded in those tags [e.g., personfactoid_info.html]: Third: in mytemplates/admin/ modify change_for...
1 895 posted 14 years ago by magicrebirth
This function takes anything which can be dumped into JSON and returns an HTTP response of it, with the right Content-type header.
2 675 posted 14 years ago by magicrebirth
2 649 posted 14 years ago by vas3k
Don't run the dev server as an actual web server. I'm just doing this so I can work remotely on a vm.
0 677 posted 14 years ago by tclancy
« Prev 1 2