Coding Assignments Due |
- Model Assignment
Description:
This is the first in a series of coding assignments based upon a case that I have
developed named EZ University (EZU). The EZU application is primarily a business record-keeping
application. I am
expecting this case to complement the content management and social media focus that
are
well-covered by the other materials. In this first assignment, we create a Django
project
for EZU, implement its model portion, and test the model using the same Admin
data entry capability that you will remember from the Django Girls Tutorial. PLEASE
NOTE:
in the current semester, we will be developing the EZU project using Python 3.10 and
Django 4.1. You should use the Anaconda virtual environment that we created for this
course:
e4_trainor_django_course.
Submit to: Model Assignment
- Template Assignment
Description: The Template assignment is a continuation of the
EZU tutorial. In this segment, we set up index pages for each of our
model classes. Submit to: Template Assignment
|