Skip to content

Commit 1ee2fbd

Browse files
committed
Update README.md
1 parent 0326fd2 commit 1ee2fbd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Minimal **Django** project with `Docker` support - actively supported by [AppSee
55
> Features:
66
77
-`Up-to-date Dependencies`
8-
-`Docker`
98
- ✅ Theme: [Django Admin Argon](https://github.com/app-generator/django-admin-argon-dashboard)
109

1110
<br />
@@ -14,27 +13,6 @@ Minimal **Django** project with `Docker` support - actively supported by [AppSee
1413

1514
<br />
1615

17-
## ✨ Start the app in Docker
18-
19-
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
20-
21-
```bash
22-
$ git clone https://github.com/app-generator/django-argon-theme-playground.git
23-
$ cd django-argon-theme-playground
24-
```
25-
26-
<br />
27-
28-
> 👉 **Step 2** - Start the APP in `Docker`
29-
30-
```bash
31-
$ docker-compose up --build
32-
```
33-
34-
Visit `http://localhost:5085` in your browser. The app should be up & running.
35-
36-
<br />
37-
3816
## Manual Build
3917

4018
> 👉 Download the code
@@ -65,6 +43,14 @@ $ python manage.py migrate
6543

6644
<br />
6745

46+
> 👉 Create the Superuser
47+
48+
```bash
49+
$ python manage.py createsuperuser
50+
```
51+
52+
<br />
53+
6854
> 👉 Start the app
6955
7056
```bash
@@ -75,5 +61,19 @@ At this point, the app runs at `http://127.0.0.1:8000/`.
7561

7662
<br />
7763

64+
## Screenshots
65+
66+
> **Django Admin Theme**: `Edit users`
67+
68+
![django-admin-argon-users-min](https://user-images.githubusercontent.com/51070104/201162283-90fb0637-687e-4926-ab12-bf409491dac6.jpg)
69+
70+
<br />
71+
72+
> **Django Admin Theme**: `Dashboard` page
73+
74+
![django-admin-argon-dashboard-min](https://user-images.githubusercontent.com/51070104/201162509-80df6786-e595-4fca-a570-45f6a4438c24.jpg)
75+
76+
<br />
77+
7878
---
7979
[Django Admin Argon](https://github.com/app-generator/django-admin-argon-dashboard) `playground` - Minimal **Django** core provided by **[AppSeed](https://appseed.us/)**

0 commit comments

Comments
 (0)