@@ -149,6 +149,7 @@ To run this project, you will need to follow the given steps.
...
@@ -149,6 +149,7 @@ 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)
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.
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.
* Create a folder named *static* inside the project root folder.
* Put the static content inside this 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.
* 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.
...
@@ -175,4 +176,3 @@ The required dependencies could be found in [requirements.txt](requirements.txt)
...
@@ -175,4 +176,3 @@ The required dependencies could be found in [requirements.txt](requirements.txt)