What is created by manage.py

Passing the startapp arenas command to manage.py created a folder called arenas. All applications are created within the root folder, next to the project folder:

Inside the folder are auto-generated scripts that we will configure and add to later. There is also a folder called migrations, which is used by Django to store scripts describing edits to the database. The scripts admin.py, models.py, and views.py will be used in this chapter:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset