Skip to content

ahmnouira/django_movies

Repository files navigation

django_movies

Pillow

Because we are using images, we need to install Pillow

pip install pillow

Migrations

the migrate command creates an initial database based on Django`s default settings

  • after we update the model, we need to run migrate