Skip to Content
Mastering Geospatial Analysis with Python
book

Mastering Geospatial Analysis with Python

by Silas Toms, Paul Crickard, Eric van Rees
April 2018
Beginner to intermediate content levelBeginner to intermediate
440 pages
11h 36m
English
Packt Publishing
Content preview from Mastering Geospatial Analysis with Python

Creating an application using manage.py

Now, the root folder, Projects folder, and associated scripts have been created. Within the root folder is the manage.py file, which is used for configuration and management of the applications and project. In this section, we'll create an application using manage.py and the command-line argument startapp

With the command prompt, change directories into the root folder. Unlike django-admin.py, we have to run manage.py by passing it as an argument to the Python executable. In turn, to manage.py we pass the argument startapp and the name of the application, arenas. It should look like this:

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Geospatial Analysis with Python

Learning Geospatial Analysis with Python

Joel Lawhead

Publisher Resources

ISBN: 9781788293334Supplemental Content