- Simple project to get warm up with Django. Expect simple things.
python manage.py makemigrations # to create migrations for those changes
python manage.py migrate # to apply those changes to the database.
python manage.py check # to see if there's any changes that need to be applied