Updates from django-licenses: We’re now two contributors Moved to http://bitbucket.org/jezdez/django-licenses/ Changed the code license to New BSD license Some small fixes and code updates setuptools support more licenses included more template tags & filters PyPI account: http://pypi.python.org/pypi/django-licenses/ django-licenses will be included in pinax: http://pinaxproject.com/ Enjoy.
Posts Tagged ‘django’
django-licenses 0.2
Posted in Code by and3k, FLOSS, tagged django, django-licenses, microformats on April 12, 2009 | Leave a Comment »
django-licenses
Posted in Code by and3k, FLOSS, tagged django, django-licenses, microformats on August 26, 2008 | Leave a Comment »
django-licenses is my first contribution to the django open source community! Check you the examples. Hooray
Django’s newforms-admin branch
Posted in FLOSS, tagged cutting-edge, django on March 22, 2008 | Leave a Comment »
I recently switched from the django svn trunk to the newforms-admin branch — mainly because I wanted more control over the querysets, which are used in the admin interface. In the end I had to patch the code myself to get it working, but the newforms-admin has a few other advantages (and disadvantages). Advantages Everything is [...]
textile hacked, part 2
Posted in FLOSS, Hacks, Web design, tagged django, hacked, markup, python, textile on March 3, 2008 | Leave a Comment »
A little demonstration how to use textile and djangos (free)comment system to “take over” a site: Textile allows CSS per default -> you can do anything with CSS -> so it’s quite easy to position any amount of HTML code anywhere on the site… Bad textile!!! Give it a try and post the code example [...]
textile hacked, part 1
Posted in FLOSS, tagged django, python, textile on February 29, 2008 | Leave a Comment »
While writing my little django blog, I first encountered textile. So far so good. Very nice. But not perfect So the first of my hacks was to implement a django template filter version of textile that supported head_offset. If you want it too, simply change django/contrib/markup/templatetags/markup.py from to Don’t forget to set something like MARKUP_HEAD_OFFSET = [...]

