Skip to content

Commit 6c979e5

Browse files
authored
Merge pull request #177 from DSdatsme/fix-django-doc-url
docs: update Django doc reference URL to required version
2 parents da3a59a + 13841d7 commit 6c979e5

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docs/“How-to” guides/User Guides/First User Setup.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,30 @@ To setup admin user on enigma, follow these steps:
66

77
- Exec into the Enigma container
88

9-
```bash
10-
docker exec -it enigma bash
11-
```
9+
```bash
10+
docker exec -it enigma bash
11+
```
1212

1313
- Run the following command in the container to create a superuser
1414

15-
```bash
16-
python manage.py createsuperuser
17-
```
15+
```bash
16+
python manage.py createsuperuser
17+
```
1818

1919
- Fill in the `username`, `email` and `password` for admin user
2020

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).
2222

2323
2. Sign-in into the admin site
2424

2525
- Login to the admin site with the credentials created above.
2626

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.
2828

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
3030

3131
3. Now you can view the Enigma app dashboard, by navigating to enigma url.
3232

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
3434

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

Comments
 (0)