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
`Open-Source` seed project generated by AppSeed in **Django** Framework on top of **[Material Kit](https://appseed.us/product/material-kit/django/)** design. Designed for those who like bold elements and beautiful websites, **Material Kit 2** is ready to help you create stunning websites and web apps. `Material Kit 2` is built with over 60 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
4
4
@@ -8,16 +8,7 @@
8
8
9
9
<br />
10
10
11
-
> 🚀 Built with [App Generator](https://appseed.us/generator/), Timestamp: `2022-09-18 07:49`
12
-
13
-
- ✅ `Up-to-date dependencies`
14
-
- ✅ Database: `sqlite`
15
-
- ✅ UI-Ready app, Django Native ORM
16
-
- ✅ `Session-Based authentication`, Forms validation
17
-
18
-
<br />
19
-
20
-
## ✨ Deploy on HEROKU
11
+
## [Deploy on HEROKU](https://docs.appseed.us/deployment/heroku/django/)
21
12
22
13
> 👉 Update Codebase & Dependencies
23
14
@@ -51,35 +42,14 @@ At this point, the app should be LIVE and functional.
51
42
52
43
<br />
53
44
54
-
## ✨ Start the app in Docker
55
-
56
-
> **Step 1** - Download the code from the GH repository (using `GIT`)
@@ -115,38 +85,7 @@ At this point, the app runs at `http://127.0.0.1:8000/`.
115
85
116
86
<br />
117
87
118
-
### 👉 Set Up for `Windows`
119
-
120
-
> Install modules via `VENV` (windows)
121
-
122
-
```
123
-
$ virtualenv env
124
-
$ .\env\Scripts\activate
125
-
$ pip3 install -r requirements.txt
126
-
```
127
-
128
-
<br />
129
-
130
-
> Set Up Database
131
-
132
-
```bash
133
-
$ python manage.py makemigrations
134
-
$ python manage.py migrate
135
-
```
136
-
137
-
<br />
138
-
139
-
> Start the app
140
-
141
-
```bash
142
-
$ python manage.py runserver
143
-
```
144
-
145
-
At this point, the app runs at `http://127.0.0.1:8000/`.
146
-
147
-
<br />
148
-
149
-
## ✨ Create Users
88
+
## Create Users
150
89
151
90
By default, the app redirects guest users to authenticate. In order to access the private pages, follow this set up:
152
91
@@ -158,7 +97,7 @@ By default, the app redirects guest users to authenticate. In order to access th
158
97
159
98
<br />
160
99
161
-
## ✨ Code-base structure
100
+
## Codebase Structure
162
101
163
102
The project is coded using a simple and intuitive structure presented below:
164
103
@@ -212,21 +151,5 @@ The project is coded using a simple and intuitive structure presented below:
212
151
213
152
<br />
214
153
215
-
## PRO Version
216
-
217
-
> For more components, pages and priority on support, feel free to take a look at this amazing starter:
218
-
219
-
**Material Kit 2** is a premium design crafted by the `Creative-Tim` agency on top of Bootstrap 5 Framework. Designed for those who like bold elements and beautiful websites, Material Kit 2 is made of hundreds of elements, designed blocks, and fully coded pages built with an impressive level of quality.
220
-
221
-
- 👉 [Django Material Kit2 PRO](https://appseed.us/product/material-kit2-pro/django/) - product page
222
-
- ✅ `Enhanced UI` - more pages and components
223
-
- ✅ `Priority` on support
224
-
225
-
<br >
226
-
227
-

228
-
229
-
<br />
230
-
231
154
---
232
-
[Django Material Kit](https://appseed.us/product/material-kit/django/) - Open-source starter generated by **[AppSeed Generator](https://appseed.us/generator/)**.
155
+
[HEROKU & Django Starter](https://docs.appseed.us/deployment/heroku/django/) - Open-source starter provided by **[AppSeed](https://appseed.us/generator/)**.
0 commit comments