Skip to content

Commit

Permalink
Release v1.0.16 - Bump UI Version
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Feb 28, 2023
1 parent 4a74b81 commit 6b922aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.16] 2023-02-28
### Changes

- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.10`

## [1.0.15] 2023-01-29
### Changes

Expand Down
6 changes: 5 additions & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
# Render Deployment Code
DEBUG = 'RENDER' not in os.environ

ALLOWED_HOSTS = []
# HOSTs List
ALLOWED_HOSTS = ['localhost', '127.0.0.1']

# Add here your deployment HOSTS
CSRF_TRUSTED_ORIGINS = ['http://localhost:8000', 'http://localhost:5085', 'http://127.0.0.1:8000', 'http://127.0.0.1:5085']

RENDER_EXTERNAL_HOSTNAME = os.environ.get('RENDER_EXTERNAL_HOSTNAME')
if RENDER_EXTERNAL_HOSTNAME:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ django
gunicorn
python-dotenv
whitenoise
django-admin-soft-dashboard==1.0.9
django-admin-soft-dashboard==1.0.10

# psycopg2-binary
# mysqlclient

0 comments on commit 6b922aa

Please sign in to comment.