An open API service indexing awesome lists of open source software.

https://github.com/ahmnouira/django_movies


https://github.com/ahmnouira/django_movies

django django-application django-framework movies movies-app python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# django_movies

## Pillow

Because we are using images, we need to install Pillow

```bash
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