Creating a Django app
Sep 13, 2020 路 5 min read 路 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 ...
SSabarish commented

