Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the system list based on Django Web development?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the list of systems developed based on Django Web, which is very detailed. Interested friends can use it for reference. I hope it will be helpful to you.

A brief introduction

Recently, I have been working with colleagues to develop a database management platform that uses Django as the web framework. Like most database management platforms, the platform provides backup, recovery, application instance, instance online and data quality comparison and other functions. The main purpose of this paper is to record which functional components are used in the development of a system.

Two basic components

2.1 web framework

Django is a general-purpose web framework, which does not support asynchronous invocation mode, so we recommend that you try to use Flask.

2.2 Front end

Typical UI scheme of Bootstrap

JavaScript implements button function and refreshes asynchronously.

2.3 timing function

Django-crontab performs scheduled tasks

Celery distributed task scheduling

2.4 agent, background function

Os, subprocess module is used to execute system commands and file operations.

Requests is used to call the api of the management platform to solve the problem that the database server uses passwords and metadata to transfer accounts.

Servant is based on agent, an open source tool implemented in the go language.

2.5 logging

Logging logs system exceptions and custom log output.

2.6 Database interaction

Define a MySQL orm to enhance control over the table design structure.

2.7 Landing Certification

Django-auth combines with the company's own account system to effectively control system permissions.

3. Development tools

IDE PyCharm CE version

Code Management git

SourceTree git client management tools (improve efficiency, but too much use can lead to rusty git commands)

On the Django Web-based development of the system list is shared here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report