You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When prompted, enter a username, email, and password.
89
89
90
-
## Run the application
90
+
###Run the application
91
91
92
92
From the **root** directory run:
93
93
94
94
```bash
95
95
python manage.py runserver
96
96
```
97
97
98
-
## View the application
98
+
###View the application
99
99
100
100
Go to http://127.0.0.1:8000/ to view the application.
101
101
102
-
## Add data to the application
102
+
###Add data to the application
103
103
104
104
Add data through Django Admin.
105
105
106
106
Go to http://127.0.0.1:8000/admin to access the Django Admin interface and sign in using the admin credentials.
107
107
108
-
## Customize the application
108
+
###Customize the application
109
109
110
110
This section describes how to customize the application.
111
111
112
-
### Changing Section Titles and Subtitles
112
+
####Changing Section Titles and Subtitles
113
113
114
114
#### 1. About
115
115
@@ -119,14 +119,14 @@ To modify the title and subtitle of the **About** section, make changes in the `
119
119
120
120
To modify the title and subtitle of the **Projects** section, make changes in the ```templates/index.html``` file.
121
121
122
-
### Changing Colors
122
+
####Changing Colors
123
123
124
124
To modify the colors in the application, make changes in the ```static/sass/styles.scss``` file and compile the file using the **Live Sass Compiler**, which is a Visual Studio Code Extension. Remember to set the **savePath** option in the **settings.json** file (**liveSassCompile.settings.formats** section) to **static/css** so that the generated CSS file is stored in the static/css directory.
125
125
126
-
### Changing Logo
126
+
####Changing Logo
127
127
128
128
To modify the logo in the application, make changes in the ```templates/index.html``` file.
0 commit comments