A movies streaming app developed over Django.
Django v3.2.15 Pillow v9.0.0 requests v2.26.0 python-dotenv v0.17.0 apscheduler v3.7.0
Installation is pretty simple!
pip install -r requirements.txt
python manage.py runserver
#db config
DB_NAME =
DB_USE =
DB_PASS =
DB_SERVICE =
DB_PORT =
# tmdb api
API_KEY =
# domain
DOMAIN =
#smtp config
MAIL_API_URL =
MAIL_API_KEY =
MAIL_API_ADDRESS =