For most developers, the time comes sooner or later to create a web application. They can either create the platform from scratch or use certain frameworks that make the work process much easier and faster.
Read moreFor most developers, the time comes sooner or later to create a web application. They can either create the platform from scratch or use certain frameworks that make the work process much easier and faster.
Read moreLast week I’ve migrated a Django application from version 1.04 to 1.6.Among the many methods deprecated, starting from version 1.5 all generic views based on functions have been...
Read moreHello everyone.With today’s article I want to show how to implement two dropdowns dependent on each other using Django and jQuery.Suppose we have a 1-N relationship between car ...
Read moreHello everyone.In this article I will show you how to create a custom feed in Django, using the Django Syndication Feed Framework 1.2 or higher.I’ve had to create an XML with so...
Read more