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
Copy file name to clipboardExpand all lines: docs/products/django-apps/material-kit.mdx
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The product is designed to deliver the best possible user experience with highly
26
26
27
27

28
28
29
+
<br />
29
30
30
31
## Environment
31
32
@@ -37,8 +38,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
37
38
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
38
39
- (Optional) `Docker` - a popular virtualization software
39
40
41
+
<br />
40
42
41
-
## Start the app in Docker
43
+
## Start in `Docker`
42
44
43
45
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
44
46
@@ -55,6 +57,7 @@ $ docker-compose up --build
55
57
56
58
Visit `http://localhost:5085` in your browser. The app should be up & running.
57
59
60
+
<br />
58
61
59
62
## Manual Build
60
63
@@ -117,6 +120,7 @@ $ python manage.py runserver
117
120
118
121
At this point, the app runs at `http://127.0.0.1:8000/`.
119
122
123
+
<br />
120
124
121
125
## Manage App `Users`
122
126
@@ -135,6 +139,8 @@ Once the `superuser` is successfully created, we can access the `admin` section:
135
139
`http://localhost:8000/admin/`
136
140
137
141
142
+
<br />
143
+
138
144
## Codebase structure
139
145
140
146
The project is coded using a simple and intuitive structure presented below:
@@ -216,6 +222,7 @@ In order to use it, simply rename it to `index.html`. Like this, the default ver
216
222
217
223
In a similar way, all other files and components can be customized easily.
218
224
225
+
<br />
219
226
220
227
## Deploy on [Render](https://render.com/)
221
228
@@ -228,8 +235,14 @@ In a similar way, all other files and components can be customized easily.
228
235
229
236
At this point, the product should be LIVE.
230
237
238
+
<br />
231
239
232
240
## Resources
233
241
234
-
- 👉 [Django Theme MKit](https://github.com/app-generator/django-theme-material-kit) - Library used to style this starter
235
242
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
243
+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts
244
+
- 🚀 [Django Material Kit2 PRO](https://appseed.us/product/material-kit2-pro/django/)
245
+
- ✅ `Enhanced UI` - more pages and components
246
+
- ✅ `Priority` on support
247
+
248
+

Copy file name to clipboardExpand all lines: docs/products/django-apps/pixel-lite.mdx
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The product is designed to deliver the best possible user experience with highly
26
26
27
27

28
28
29
+
<br />
29
30
30
31
## Environment
31
32
@@ -37,8 +38,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
37
38
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
38
39
- (Optional) `Docker` - a popular virtualization software
39
40
41
+
<br />
40
42
41
-
## Start the app in Docker
43
+
## Start in `Docker`
42
44
43
45
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
44
46
@@ -55,6 +57,7 @@ $ docker-compose up --build
55
57
56
58
Visit `http://localhost:5085` in your browser. The app should be up & running.
57
59
60
+
<br />
58
61
59
62
## Manual Build
60
63
@@ -117,6 +120,7 @@ $ python manage.py runserver
117
120
118
121
At this point, the app runs at `http://127.0.0.1:8000/`.
119
122
123
+
<br />
120
124
121
125
## Manage App `Users`
122
126
@@ -135,7 +139,9 @@ Once the `superuser` is successfully created, we can access the `admin` section:
135
139
`http://localhost:8000/admin/`
136
140
137
141
138
-
## Codebase structure
142
+
<br />
143
+
144
+
## Codebase Structure
139
145
140
146
The project is coded using a simple and intuitive structure presented below:
141
147
@@ -163,6 +169,7 @@ The project is coded using a simple and intuitive structure presented below:


0 commit comments