-
Recent Posts
Recent Comments
Archives
Categories
Meta
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
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
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
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
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
Handling ManyToMany field in Django
How to handle M2M in Models and Templates. Continue reading
Building a Book Inventory in Django
Learning Django by building something useful to me (and probably for others too) Continue reading
Pagination in Django
Django offers a simple pagination as a out-of-the-box feature. Pretty cool one. Continue reading
Learning to test
Along with learning Python, I am learning other components of web development – most importantly testing. Continue reading
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