Skip to content

Commit 9b37e2a

Browse files
Update README.md
1 parent 70d4b34 commit 9b37e2a

File tree

1 file changed

+7
-84
lines changed

1 file changed

+7
-84
lines changed

README.md

Lines changed: 7 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Django Material Kit](https://appseed.us/product/material-kit/django/)
1+
# [HEROKU & Django Starter](https://docs.appseed.us/deployment/heroku/django/)
22

33
`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.
44

@@ -8,16 +8,7 @@
88

99
<br />
1010

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/)
2112

2213
> 👉 Update Codebase & Dependencies
2314
@@ -51,35 +42,14 @@ At this point, the app should be LIVE and functional.
5142

5243
<br />
5344

54-
## ✨ Start the app in Docker
55-
56-
> **Step 1** - Download the code from the GH repository (using `GIT`)
57-
58-
```bash
59-
$ git clone https://github.com/app-generator/django-material-kit.git
60-
$ cd django-material-kit
61-
```
62-
63-
<br />
64-
65-
> **Step 2** - Start the APP in `Docker`
66-
67-
```bash
68-
$ docker-compose up --build
69-
```
70-
71-
Visit `http://localhost:5085` in your browser. The app should be up & running.
72-
73-
<br />
74-
7545
## ✨ How to use it
7646

7747
> Download the code
7848
7949
```bash
8050
$ # Get the code
81-
$ git clone https://github.com/app-generator/django-material-kit.git
82-
$ cd django-material-kit
51+
$ git clone https://github.com/app-generator/deploy-heroku-django.git
52+
$ cd deploy-heroku-django
8353
```
8454

8555
<br />
@@ -115,38 +85,7 @@ At this point, the app runs at `http://127.0.0.1:8000/`.
11585

11686
<br />
11787

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
15089

15190
By default, the app redirects guest users to authenticate. In order to access the private pages, follow this set up:
15291

@@ -158,7 +97,7 @@ By default, the app redirects guest users to authenticate. In order to access th
15897

15998
<br />
16099

161-
## ✨ Code-base structure
100+
## Codebase Structure
162101

163102
The project is coded using a simple and intuitive structure presented below:
164103

@@ -212,21 +151,5 @@ The project is coded using a simple and intuitive structure presented below:
212151

213152
<br />
214153

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-
![Mk2 PRO - Premium Seed project by AppSeed.](https://user-images.githubusercontent.com/51070104/168224733-b054bb46-d454-4aea-bb94-2d01bf4760d2.png)
228-
229-
<br />
230-
231154
---
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

Comments
 (0)