Skip to content

Commit

Permalink
Release v1.0.35 - Update DOCS
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Aug 4, 2024
1 parent a6b4428 commit 0135db3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.0.35] 2024-08-04
### Changes

- Updated DOCS (readme)

## [1.0.34] 2024-05-18
### Changes

Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@ Open-source **[Django Dashboard](https://appseed.us/admin-dashboards/django/)**

<br />

## Django Framework

Django is a high-level Python web framework designed for rapid development of secure and maintainable websites. Here are the core features:

- Model-View-Template (MVT) architecture:
- Models define your data structure
- Views handle the logic and processing
- Templates manage the presentation
- Built-in admin interface for easy content management
- Object-Relational Mapping (ORM) for database interactions without writing SQL
- URL routing system to map URLs to views
- Form handling and validation
- Built-in security features (e.g., protection against SQL injection, cross-site scripting)
- Scalable and suitable for both small and large projects

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.

<br />

## Start with `Docker`

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

0 comments on commit 0135db3

Please sign in to comment.