#shorts
Learn how to run Django's makemigrations and migrate command in a single command 🙂
... ok, technically it's two commands, but it's one line so it feels like 1 command 😁.
tl;dr: python manage.py makemigrations && python manage.py migrate