Skip to content

Commit

Permalink
v1.0.11 - Bump UI
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Dec 6, 2024
1 parent e7bb5dd commit 64b3db5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7,174 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.11] 2024-12-06
### Changes

- Bump UI Version

## [1.0.10] 2024-11-29
### Changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The product is designed to deliver the best possible user experience with highly
- Docker
- CI/CD integration for Render

![Django Material Kit - Open-Source Django Starter](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)
![Django Material Kit - Modern UI Library for Django crafted on top of a modern Bootstrap, Open-Source Design.](https://github.com/user-attachments/assets/d83d18dd-b147-4fcb-ba3a-cc4926c6d536)

<br />

Expand Down
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

ROOT_URLCONF = "core.urls"

HOME_TEMPLATES = os.path.join(BASE_DIR, 'home', 'templates')
HOME_TEMPLATES = os.path.join(BASE_DIR, 'templates')

TEMPLATES = [
{
Expand Down
Binary file added db.sqlite3
Binary file not shown.
7,170 changes: 0 additions & 7,170 deletions home/templates/pages/custom-index.html

This file was deleted.

2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
- type: web
name: django-mkit
name: django-material-kit-latest
plan: free
env: python
region: frankfurt # region should be same as your database region.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-dotenv==1.0.1
str2bool==1.1

# UI
django-theme-material-kit==1.0.19
django-theme-material-kit==1.0.25

# Deployment
whitenoise==6.6.0
Expand Down
Empty file added templates/.gitkeep
Empty file.

0 comments on commit 64b3db5

Please sign in to comment.