@@ -5,7 +5,6 @@ Minimal **Django** project with `Docker` support - actively supported by [AppSee
5
5
> Features:
6
6
7
7
- ✅ ` Up-to-date Dependencies `
8
- - ✅ ` Docker `
9
8
- ✅ Theme: [ Django Admin Argon] ( https://github.com/app-generator/django-admin-argon-dashboard )
10
9
11
10
<br />
@@ -14,27 +13,6 @@ Minimal **Django** project with `Docker` support - actively supported by [AppSee
14
13
15
14
<br />
16
15
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
-
38
16
## Manual Build
39
17
40
18
> 👉 Download the code
@@ -65,6 +43,14 @@ $ python manage.py migrate
65
43
66
44
<br />
67
45
46
+ > 👉 Create the Superuser
47
+
48
+ ``` bash
49
+ $ python manage.py createsuperuser
50
+ ```
51
+
52
+ <br />
53
+
68
54
> 👉 Start the app
69
55
70
56
``` bash
@@ -75,5 +61,19 @@ At this point, the app runs at `http://127.0.0.1:8000/`.
75
61
76
62
<br />
77
63
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
+
78
78
---
79
79
[ 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