11# Django + Docker Template
2+
23<img src=https://raw.githubusercontent.com/matacoder/matacoder/main/django-docker-sea.png>
34
45This is a magic repository for everyone who wants to start developing and do not want to worry about initial django and docker setup.
56
6- You can see deployed example here: [ django-docker.matakov.com] ( https://django-docker.matakov.com )
7+ You can see deployed example here: [ https://django-docker.matakov.com ] ( https://django-docker.matakov.com )
8+
9+ Github link: [ https://github.com/matacoder/django-docker ] ( https://github.com/matacoder/django-docker )
10+
11+ ## What's new in version 2.0
12+
13+ * All styles now are implemented with Bulma CSS framework.
14+ * Loguru logger
15+ * Dark mode (using OS toggle, supported in Safari/Chrome/Firefox)
16+ * Auto loading README to index page
17+ * More efficient Github workflow
18+ * Drop support of Bootstrap and Crispy Forms
19+
720
821## What is included
922
@@ -15,14 +28,14 @@ You can see deployed example here: [django-docker.matakov.com](https://django-do
1528- Docker Compose for production
1629- Caddy config for fast SSL + domain deploy
1730- Poetry dependency manager
31+ - Loguru logger
1832- Initial entrypoint to take care of django and postgres setup
1933- Black code formatter
2034- Basic Workflow for GitHub Actions
21- - Accounts app with all authorisation forms implemented on Bootstrap 5
35+ - Accounts app with all authorization forms implemented with Bulma CSS
2236- Basic template to test login/logout
2337- Sign up form
2438- Main app to immediately start writing your first business logic
25- - Django Crisp Forms installed and used in accounts app
2639- Django Debug Toolbar! Analyze SQL on-the-fly
2740
2841## Why project is named _ settings?
0 commit comments