HydPy / meetup-manager

Django app for automating Meetup Organising taks
MIT License
7 stars 4 forks source link

Finalize DB schema and add Django models #9

Open GoelJatin opened 4 years ago

GoelJatin commented 4 years ago

We already have the base schema created here: https://github.com/HydPy/meetup-manager/wiki/Database-design, but it needs some changes as well to include another table to store the talk proposal details.

Need to discuss and finalize the DB schema and create Django models for all tables.

rehanabdul commented 4 years ago

I will take this.

GoelJatin commented 4 years ago

Hey @rehanabdul , any progress on this?

rehanabdul commented 4 years ago

19 Added initial models to start with please review