In this tutorial we look at how we can create web apps using the Django framework. We go through alot of different topics in this tutorial including routing, models and authentication.
Category: django
Creating a web application using Python and the Django Web Framework.
Django is a really cool web development framework for python. It does remind me of Java web development though in that it does a lot for you that you can't see. Working with Django was really fun and once you get the hang of it, you feel like programming more because its so intuitive. You … Continue reading Creating a web application using Python and the Django Web Framework.