@@ -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
3030From the ** root** directory run:
3131
3232``` bash
3333python -m venv venv
3434```
3535
36- ### 2. Activate the virtual environment
36+ #### 2. Activate the virtual environment
3737
3838From the ** root** directory run:
3939
@@ -49,7 +49,7 @@ On Windows:
4949venv\s cripts\a ctivate
5050```
5151
52- ### 3. Install required dependencies
52+ #### 3. Install required dependencies
5353
5454From the ** root** directory run:
5555
@@ -66,7 +66,7 @@ cd static
6666npm install
6767```
6868
69- ### 4. Run migrations
69+ #### 4. Run migrations
7070
7171From the ** root** directory run:
7272
@@ -77,7 +77,7 @@ python manage.py makemigrations
7777python 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
8282From the ** root** directory run:
8383
@@ -99,14 +99,12 @@ python manage.py runserver
9999
100100Go to http://127.0.0.1:8000/ to view the application.
101101
102-
103102## Add data to the application
104103
105104Add data through Django Admin.
106105
107106Go 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
112110This 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
130128To modify the logo in the application, make changes in the ``` templates/index.html ``` file.
131129
132-
133130## Copyright and License
134131
135132Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.
0 commit comments