Skip to content

Commit 2ab1296

Browse files
Updated README
1 parent daf85c3 commit 2ab1296

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Install the following prerequisites:
2525

2626
## Installation
2727

28-
### 1. Create a virtual environment
28+
#### 1. Create a virtual environment
2929

3030
From the **root** directory run:
3131

3232
```bash
3333
python -m venv venv
3434
```
3535

36-
### 2. Activate the virtual environment
36+
#### 2. Activate the virtual environment
3737

3838
From the **root** directory run:
3939

@@ -49,7 +49,7 @@ On Windows:
4949
venv\scripts\activate
5050
```
5151

52-
### 3. Install required dependencies
52+
#### 3. Install required dependencies
5353

5454
From the **root** directory run:
5555

@@ -66,7 +66,7 @@ cd static
6666
npm install
6767
```
6868

69-
### 4. Run migrations
69+
#### 4. Run migrations
7070

7171
From the **root** directory run:
7272

@@ -77,7 +77,7 @@ python manage.py makemigrations
7777
python manage.py migrate
7878
```
7979

80-
### 5. Create an admin user to access the Django Admin interface
80+
#### 5. Create an admin user to access the Django Admin interface
8181

8282
From the **root** directory run:
8383

@@ -99,14 +99,12 @@ python manage.py runserver
9999

100100
Go to http://127.0.0.1:8000/ to view the application.
101101

102-
103102
## Add data to the application
104103

105104
Add data through Django Admin.
106105

107106
Go to http://127.0.0.1:8000/admin to access the Django Admin interface and sign in using the admin credentials.
108107

109-
110108
## Customize the application
111109

112110
This section describes how to customize the application.
@@ -129,7 +127,6 @@ To modify the colors in the application, make changes in the ```static/sass/styl
129127

130128
To modify the logo in the application, make changes in the ```templates/index.html``` file.
131129

132-
133130
## Copyright and License
134131

135132
Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

0 commit comments

Comments
 (0)