BigCheeze45 / angel-among-us-vms

Volunteer Management System for Angel Pet Rescue
https://angelsrescue.org
1 stars 0 forks source link

Create Django models #18

Closed BigCheeze45 closed 1 month ago

BigCheeze45 commented 1 month ago

Create Django models for tables in the vms schema as described here. AAU reference tables.

Django model docs

  1. Organize models into packages & models field reference
  2. Generate migrations for each model/change (Django migrations docs)
  3. Each model also needs a serializer and view (DRF serialization docs & additional docs) - related => #21.
  4. Implement automated tests (Testing in Django)
BigCheeze45 commented 1 month ago

@tstoyano

@rstoyano

@waverlymomo

@rodcaballero

@BigCheeze45

Note: the last 4 tables are being considered as stretch goals for now (9/22)