Creating a Django app
In this article, we are going to create a Django app for the project we just configured on the previous article. A project can have multiple apps. Apps inside a project are standalone. That means an app can be plugged into another Django project and ...
Sep 13, 20205 min read266

