Ramin-RX7 / CafeMenu

Café management website with custom dashboard panel for staff
MIT License
2 stars 4 forks source link

Implement models defined in the ERD #11

Closed Ramin-RX7 closed 1 year ago

Ramin-RX7 commented 1 year ago

prerequisite: #10

Implement all models defined in the ERD in models.py of each app based on the table. (

All relations must be implemented. Also define the __str__ method for all models. (You should NOT execute any migration commands yet)

Ramin-RX7 commented 1 year ago

Completed in #16