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
$ # Virtualenv modules installation (Unix based systems)
61
58
$ virtualenv env
@@ -85,7 +82,7 @@ $ # Access the web app in browser: http://127.0.0.1:8000/
85
82
86
83
<br />
87
84
88
-
## Code-base structure
85
+
## ✨ Code-base structure
89
86
90
87
The project is coded using a simple and intuitive structure presented bellow:
91
88
@@ -150,7 +147,7 @@ The project is coded using a simple and intuitive structure presented bellow:
150
147
151
148
<br />
152
149
153
-
## Recompile CSS
150
+
## ✨ Recompile CSS
154
151
155
152
To recompile SCSS files, follow this setup:
156
153
@@ -193,7 +190,7 @@ The generated file is saved in `static/assets/css` directory.
193
190
194
191
<br />
195
192
196
-
## Deployment
193
+
## ✨ Deployment
197
194
198
195
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/).
199
196
@@ -240,7 +237,7 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
240
237
241
238
<br />
242
239
243
-
## Credits & Links
240
+
## ✨ Credits & Links
244
241
245
242
-[Django](https://www.djangoproject.com/) - The official website
246
243
-[Boilerplate Code](https://appseed.us/boilerplate-code) - Index provided by **AppSeed**
0 commit comments