This article quickly walks you through the process of setting up an absolutely minimal mobile- and desktop-friendly web application using the Django framework. This particular framework works very well with mobile thanks to the way its templates are structured and makes for a good choice for new web-based applications.5 Oca 2009
Read moreCan I make app using Django?
Django is famous for its unique and fully managed app structure. For every functionality, an app can be created like a completely independent module . This article will take you through how to create a basic app and add functionalities using that app.
Read more