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:

Get Mastering Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.