Django Web Roof With A Web Project
Web Project Development With Django Web Framework (AI)
Yayıncı:
Uluslararası Marmara Fen ve Sosyal Bilimler Kongresi (IMASCON)
To develop the summary software, codes are required in accordance with the writing rules of a programming language.But in some cases it is not enough to write a straight code.The programmer investigates what information he needs before starting a programming and how to obtain this information.It creates an algorithm according to this situation and determines the fastest and easiest method.As a result of the growth of the software, it is also necessary to choose a more structured and easy-to-controllable way.It may require a framework (framework) at this stage.It is important in which environment the application should work.The application’s work on the web means that it will address many hardware.Many things on the software roofs have been prepared in advance.It is similar to a modular structure.Repeating the codes is an unpleasant situation.This also makes it difficult to control the codes.It extends the maintenance periods.Object-Oriented Programming (OOP) is an object-oriented programming technique that eliminates these problems.But there are many more situations that need to be corrected when developing the software.The framework is aimed at eliminating these problems.Thanks to the correction of such situations that take the programmer time, the programmer will focus on the original work.Web roofs have many advantages in terms of ease.There are several web roofs today.For example, php-based web roofs, laravel, codeigniter, zend, symfony, yii and cakephp.Python programming language is one of the popular languages supported by Google.Because it is an interpreted language, the first running speeds are quite high.It is easy to learn and develop.Django, developed for Python, is the foundation of web applications with its fast and flexible structure.In this study, the django web roof is described with the basic lines and the creation of a web application is explained as practical.