Feeds:
Posts
Comments

Posts Tagged ‘django’

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.

Read Full Post »

django-licenses is my first contribution to the django open source community! Check you the examples. Hooray

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

textile hacked, part 1

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 = [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.