May 2018
Beginner to intermediate
526 pages
11h 57m
English
Create a new application using the following command:
python manage.py startapp students
Edit the settings.py file of the educa project and add the new application to the INSTALLED_APPS setting, as follows:
INSTALLED_APPS = [ # ... 'students.apps.StudentsConfig',]
Read now
Unlock full access