View Single Post
Old 10-12-2022, 05:29 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,229
Django Programming Language

Structure: Full-stack web framework that has many premade components ready to use. Comes with a ready-to-use admin framework that can be customized. But has condensed, clunky code.

Engine: Uses a built-in template engine that saves a lot of development time.

Architecture: Can divide a single project into multiple, smaller, applications making it easier to maintain.

Database: Built-in ORM system enables developers to use any database and perform DB tasks without writing long queries.

Scalability: Production-ready

Flexible: Not as much. Harder to make on-demand development changes. Modules are provided by Django.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote