Joseph Oseh Frank's blog

Create a blog application with django, part 2: create django models

Throughout this tutorial, you will encounter the terms project and application over and over. In Django, a project is considered a Django installation with some settings. An application is a group of models, views, templates, and URLs. Applications interact with the framework to provide some specific functionalities and may be …

Read more

This article is sponsored by Webisoft

Create a blog application with django, part 1: install django with pip

Django is a Python web framework that can be used to build web applications. In this tutorial, you will learn how to build complete Django project, ready for production use. In case you haven't installed Django yet, you will learn how to do it in the first part of this …

Read more