Commit 27534c37 authored by I.K Seneviratne's avatar I.K Seneviratne

Update README.md

parent bca0c3c9
...@@ -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)
* *djangorestframework* - (version 3.11.0) * *djangorestframework* - (version 3.11.0)
* *tensorflow* - (version 2.1.0) * *tensorflow* - (version 2.1.0)
* [] hello
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment