ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Python Class Creation #13

Open SaiMadhukar-1407 opened 3 months ago

SaiMadhukar-1407 commented 3 months ago

• Creation of Python classes that extend Django’s models.Model class, with fields and behaviors of the data stored in the system. • Use of Django field types such as CharField, IntegerField, ForeignKey, etc., to define the properties of each model.

ferialna commented 3 months ago

It's good to see the Python classes extending Django's models.Model coming together. Please double-check that the field types like CharField, IntegerField, ForeignKey, and others accurately represent our data properties.

sairamp98 commented 2 months ago

While creating classes I will check the field types according to the Django naming conventions. As the main branch gets merges I will start creating classes.