Question: The Below are the steps that are need to take place in creating a webpage through the django environment. How would you script the code
The Below are the steps that are need to take place in creating a webpage through the django environment.

How would you script the code for section 4 and 6 in order to create the "directories template" and the "Directories static". And then lastly step 7 configuring the views and Url.
3. Create a Django app called solarpy (if you built Solar PV site in PD1) or synerd (if you built SynerD site in PD1), or ffutche (if you built Ffutche site in PD1), and add to setting.py 4. Create the directories template and template/solarpv or template/synerd or template/ffutche under your app folder 5. Place your html files into template/solarpy or template/synerd or template/ffutche 6. Create the directories static and static/solarpv or static/synerd or static/ffutche under your app folder; and place in all your static files such as CSS files and others 7. Configure the views.py and url.py so your files are rendered in the browser as is. 3. Create a Django app called solarpy (if you built Solar PV site in PD1) or synerd (if you built SynerD site in PD1), or ffutche (if you built Ffutche site in PD1), and add to setting.py 4. Create the directories template and template/solarpv or template/synerd or template/ffutche under your app folder 5. Place your html files into template/solarpy or template/synerd or template/ffutche 6. Create the directories static and static/solarpv or static/synerd or static/ffutche under your app folder; and place in all your static files such as CSS files and others 7. Configure the views.py and url.py so your files are rendered in the browser as is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
