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
- Host: GitHub
- URL: https://github.com/ahmnouira/django_movies
- Owner: ahmnouira
- Created: 2022-06-06T05:39:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:25:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T14:18:25.910Z (9 months ago)
- Topics: django, django-application, django-framework, movies, movies-app, python
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: news/__init__.py
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