Menu

[solved]-Try 18 1 New Projects Get Better Idea Django Build Couple Empty Projects Look Creates Make Q39079494

help using python3
TRY IT YOURSELF 18-1. New Projects: To get a better idea of what Django does, build a couple of empty projects and look at whTRY IT YOURSELF 18-1. New Projects: To get a better idea of what Django does, build a couple of empty projects and look at what it creates. Make a new folder with a simple name, like InstaBook or Face Gram (outside of your learning_log directoryl. navigate to that folder in a terminal, and create a virtual environment. Install Django, and run the command django-admin.py startproject instabook (make sure you include the dot at the end of the command). Look at the files and folders this command creates, and compare them to Learning log. Do this a few times until you’re familiar with what Django creates when starting a new project. Then delete the project directories if you wish. Show transcribed image text TRY IT YOURSELF 18-1. New Projects: To get a better idea of what Django does, build a couple of empty projects and look at what it creates. Make a new folder with a simple name, like InstaBook or Face Gram (outside of your learning_log directoryl. navigate to that folder in a terminal, and create a virtual environment. Install Django, and run the command django-admin.py startproject instabook (make sure you include the dot at the end of the command). Look at the files and folders this command creates, and compare them to Learning log. Do this a few times until you’re familiar with what Django creates when starting a new project. Then delete the project directories if you wish.

Expert Answer


Answer to TRY IT YOURSELF 18-1. New Projects: To get a better idea of what Django does, build a couple of empty projects and look … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *