Open bbelderbos opened 1 year ago
@bbelderbos Mindmap V1
@theonlysam cool thanks, looks good. Which component shall we start with, the core of adding the booking system? Maybe you can define the models for this first? For user registration I suggest using allauth - I logged an issue as well as some others. Feel free to add additional ones ...
Great work @theonlysam
Maybe you can also list the "business rules" (3-5) here to make sure this matches, e.g.
As per meeting today:
django-admin startproject mysite .
django-admin startapp court
# add court app to INSTALLED_APPS
# create models.py in court app and use makemigrations + migrate
# then code a make booking view
Pybites Mindmapping (App Design) Training https://www.youtube.com/watch?v=ZEOJ7GZyg0k