@@ -149,10 +149,9 @@ To run this project, you will need to follow the given steps.
6. To download the static content of the project, visit [here](https://drive.google.com/drive/folders/1CtoRFxXRThE9vhsP2b0xJXhUTyPh8kN-?usp=sharing)
7. Once the static content is downloaded, include them in the project folder as follows.
* hello world.
* Create a folder named *static* inside the project root folder.
* Put the static content inside this folder.
* Then open a command line in the project root folder and type *python manage.py collectstatic*. This will create another folder named *assets* inside the root folder.
* Create a folder named *static* inside the project root folder.
* Put the static content inside this folder.
* Then open a command line in the project root folder and type *python manage.py collectstatic*. This will create another folder named *assets* inside the root folder.
8. Now open this project in the PyCharm IDE.
9. Before running the project, the url of the database needs to be configured. The steps are as follows.