You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-👉 [Django Light Bootstrap](https://django-light-bootstrap.appseed-srv1.com) - LIVE deployment
23
22
24
23
<br />
25
24
26
-
## Quick Start in [Docker](https://www.docker.com/)
25
+
## ✨ Quick Start in `Docker`
27
26
28
27
> Get the code
29
28
@@ -35,9 +34,7 @@ $ cd django-dashboard-light-bootstrap
35
34
> Start the app in Docker
36
35
37
36
```bash
38
-
$ docker-compose pull # download dependencies
39
-
$ docker-compose build # local set up
40
-
$ docker-compose up -d # start the app
37
+
$ docker-compose up --build
41
38
```
42
39
43
40
Visit `http://localhost:85` in your browser. The app should be up & running.
@@ -48,7 +45,7 @@ Visit `http://localhost:85` in your browser. The app should be up & running.
48
45
49
46
<br />
50
47
51
-
## How to use it
48
+
## ✨ How to use it
52
49
53
50
```bash
54
51
$ # Get the code
@@ -83,7 +80,7 @@ $ # Access the web app in browser: http://127.0.0.1:8000/
83
80
84
81
<br />
85
82
86
-
## Code-base structure
83
+
## ✨ Code-base structure
87
84
88
85
The project is coded using a simple and intuitive structure presented bellow:
89
86
@@ -148,7 +145,7 @@ The project is coded using a simple and intuitive structure presented bellow:
148
145
149
146
<br />
150
147
151
-
## Recompile CSS
148
+
## ✨ Recompile CSS
152
149
153
150
To recompile SCSS files, follow this setup:
154
151
@@ -191,7 +188,7 @@ The generated file is saved in `static/assets/css` directory.
191
188
192
189
<br />
193
190
194
-
## Deployment
191
+
## ✨ Deployment
195
192
196
193
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
0 commit comments