Skip to content

Commit

Permalink
Release v1.0.3 - Fix Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Oct 12, 2021
1 parent f81125b commit 334b350
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DEBUG=True
SECRET_KEY=S3cr3t_K#Key
SERVER=boilerplate-code-django-dashboard.appseed.us

# EMAIL_CONFIRMATION=True

EMAIL_HOST="localhost"
EMAIL_PORT="25"
# your_email@address
EMAIL_HOST_USER=""
# your_app_password
EMAIL_HOST_PASSWORD=""
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.0.3] 2021-10-12
### Fixes

- Fix Docker setup

## [1.0.2] 2021-09-20
### Improvements

Expand All @@ -16,7 +21,7 @@
- Fixes:
- Patch 500 Error when authenticated users access `admin` path (no slash at the end)
- Patch [#16](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker

## [1.0.1] 2021-01-08
### Improvements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "django-dashboard-corona-dark",
"mastertemplate": "boilerplate-code-django-dashboard",
"version": "1.0.2",
"version": "1.0.3",
"description": "Template project - Django Boilerplate Code",
"scripts": {},
"repository": {
Expand Down

0 comments on commit 334b350

Please sign in to comment.