Skip to content

Commit 0135db3

Browse files
committed
Release v1.0.35 - Update DOCS
1 parent a6b4428 commit 0135db3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.0.35] 2024-08-04
4+
### Changes
5+
6+
- Updated DOCS (readme)
7+
38
## [1.0.34] 2024-05-18
49
### Changes
510

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,25 @@ Open-source **[Django Dashboard](https://appseed.us/admin-dashboards/django/)**
3232

3333
<br />
3434

35+
## Django Framework
36+
37+
Django is a high-level Python web framework designed for rapid development of secure and maintainable websites. Here are the core features:
38+
39+
- Model-View-Template (MVT) architecture:
40+
- Models define your data structure
41+
- Views handle the logic and processing
42+
- Templates manage the presentation
43+
- Built-in admin interface for easy content management
44+
- Object-Relational Mapping (ORM) for database interactions without writing SQL
45+
- URL routing system to map URLs to views
46+
- Form handling and validation
47+
- Built-in security features (e.g., protection against SQL injection, cross-site scripting)
48+
- Scalable and suitable for both small and large projects
49+
50+
To get started, you'll need Python installed. Then you can install Django, create a project, define models, set up views and templates, and run your development server.
51+
52+
<br />
53+
3554
## Start with `Docker`
3655

3756
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)

0 commit comments

Comments
 (0)