May 2020
Intermediate to advanced
404 pages
10h 52m
English
As discussed in Chapter 8, Deep Learning on Microsoft Azure Using Python, we must now add apps to the website project. To do so, we use the following command:
cd webapppython manage.py startapp billboard
The preceding command will create an app called billboard in the project. However, we still have to link this app to the project.
Read now
Unlock full access