Tag Archives: django

S-I-P goes online

Got my first Django application hosted. It wasn’t that easy to get it hosting though. Continue reading

Posted in Programming | Tagged | Leave a comment

Understanding Django Template Tags

Is there a need for template tags? If there is no need, these guys wouldn’t have put in so much effort into it. So how do I go about using it? Continue reading

Posted in Programming | Tagged | 2 Comments

Say In Pixels – a photoblog in Django

As a support tool to learn Photography, I am planning to create a Photoblog. I am sure it is gonna be fun doing it. Continue reading

Posted in Programming | Tagged | 4 Comments

A free (but superb) Django hosting

Are you looking for a web-host for your Django projects? You can’t beat bells-n-whistles. Continue reading

Posted in Programming | Tagged | 3 Comments

Adding RSS feeds to Django Applications

Django supports ‘feeds’ out-of-the-box. All it takes is, couple of minutes of thought (to frame feed structure) and probably an hour to roll it out. Continue reading

Posted in Programming | Tagged | Leave a comment

Handling ManyToMany field in Django

How to handle M2M in Models and Templates. Continue reading

Posted in Programming | Tagged | 1 Comment

Building a Book Inventory in Django

Learning Django by building something useful to me (and probably for others too) Continue reading

Posted in Programming | Tagged | 2 Comments

Pagination in Django

Django offers a simple pagination as a out-of-the-box feature. Pretty cool one. Continue reading

Posted in Programming | Tagged | 1 Comment

Learning to test

Along with learning Python, I am learning other components of web development – most importantly testing. Continue reading

Posted in Programming | Tagged , | Leave a comment

Django application as a stand-alone desktop application

After frustration comes success. I made SOL (a Twitter clone) a stand-alone desktop application. Continue reading

Posted in Programming | Tagged | 2 Comments