@@ -6,31 +6,30 @@ To setup admin user on enigma, follow these steps:
6
6
7
7
- Exec into the Enigma container
8
8
9
- ``` bash
10
- docker exec -it enigma bash
11
- ```
9
+ ``` bash
10
+ docker exec -it enigma bash
11
+ ```
12
12
13
13
- Run the following command in the container to create a superuser
14
14
15
- ``` bash
16
- python manage.py createsuperuser
17
- ```
15
+ ``` bash
16
+ python manage.py createsuperuser
17
+ ```
18
18
19
19
- Fill in the ` username ` , ` email ` and ` password ` for admin user
20
20
21
- Detailed instructions are available [ here] ( https://docs.djangoproject.com/en/1.8 /intro/tutorial02/#creating-an-admin-user )
21
+ Checkout detailed instructions are on Django documentation [ here] ( https://docs.djangoproject.com/en/4.2 /intro/tutorial02/#creating-an-admin-user ) .
22
22
23
23
2 . Sign-in into the admin site
24
24
25
25
- Login to the admin site with the credentials created above.
26
26
27
- The admin site should be available at ` /admin ` with the base url on which enigma is hosted.
27
+ The admin site should be available at ` /admin ` with the base url on which enigma is hosted.
28
28
29
- This will be ` http://localhost:8000/admin ` if you are running this locally
29
+ This will be ` http://localhost:8000/admin ` if you are running this locally
30
30
31
31
3 . Now you can view the Enigma app dashboard, by navigating to enigma url.
32
32
33
- This will be ` http://localhost:8000/ ` if you are running this locally
33
+ This will be ` http://localhost:8000/ ` if you are running this locally
34
34
35
-
36
- To create additional users, follow the doc [ here] ( /docs/%E2%80%9CHow-to%E2%80%9D%20guides/Managing%20Groups/Adding%20Users.md )
35
+ To create additional users, follow the doc [ here] ( /docs/%E2%80%9CHow-to%E2%80%9D%20guides/Managing%20Groups/Adding%20Users.md ) .
0 commit comments