- Run
docker-compose up
- Go to django container and run
python manage.py migrate - Run
python manage.py createsuperuser
- go to
localhost:8000/admin - login
- try to upload any SatelitteImage
- you should get email notification (in media folder)
- you can also go to
localhost:8000/api/satellite_images/to see every uploaded satellite images info