magicrebirth


Member since 12/07/2009

3 snippets

26643 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

magicrebirth's Recent Django SnippetsTagged python



« Prev 1 Next »
Not only is it really really fast; it's also order preserving and supports an optional transform function
0 3920 posted 15 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 1958 posted 16 years ago by magicrebirth
« Prev 1 Next »