Django Tutorial - First application in our Django website #2

Опубликовано: 28 Сентябрь 2024
на канале: Python Lessons
3,035
58

Welcome to the second tutorial part, where we'll create our first Django app. In our first tutorial, we learned how to prepare our Django project backbone for development. Django is meant to be highly modular. When you create an application, such as a forum for one site, you should quickly move your forum application to another site and install it almost immediately.

Well, with that in mind, let's add our first actual app to the project. We will use manage.py to do this. This additional python script will allow you to perform actions on your project. We will use it to create our first application.

Text version tutorial: https://pylessons.com/django-first-app
GitHub code: https://github.com/pythonlessons/Djan...

#django #programming #educational #technology #web #website