Skip to content

Commit 6b922aa

Browse files
committed
Release v1.0.16 - Bump UI Version
1 parent 4a74b81 commit 6b922aa

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.16] 2023-02-28
4+
### Changes
5+
6+
- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.10`
7+
38
## [1.0.15] 2023-01-29
49
### Changes
510

core/settings.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
# Render Deployment Code
3131
DEBUG = 'RENDER' not in os.environ
3232

33-
ALLOWED_HOSTS = []
33+
# HOSTs List
34+
ALLOWED_HOSTS = ['localhost', '127.0.0.1']
35+
36+
# Add here your deployment HOSTS
37+
CSRF_TRUSTED_ORIGINS = ['http://localhost:8000', 'http://localhost:5085', 'http://127.0.0.1:8000', 'http://127.0.0.1:5085']
3438

3539
RENDER_EXTERNAL_HOSTNAME = os.environ.get('RENDER_EXTERNAL_HOSTNAME')
3640
if RENDER_EXTERNAL_HOSTNAME:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ django
22
gunicorn
33
python-dotenv
44
whitenoise
5-
django-admin-soft-dashboard==1.0.9
5+
django-admin-soft-dashboard==1.0.10
66

77
# psycopg2-binary
88
# mysqlclient

0 commit comments

Comments
 (0)