videoflix package
Submodules
videoflix.asgi module
ASGI config for videoflix project.
It exposes the ASGI callable as a module-level variable named application
.
For more information on this file, see https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/
videoflix.settings module
Django settings for videoflix project.
Generated by ‘django-admin startproject’ using Django 5.0.7.
For more information on this file, see https://docs.djangoproject.com/en/5.0/topics/settings/
For the full list of settings and their values, see https://docs.djangoproject.com/en/5.0/ref/settings/
videoflix.urls module
- videoflix.urls.redirect_to_admin(request)
videoflix.wsgi module
WSGI config for videoflix project.
It exposes the WSGI callable as a module-level variable named application
.
For more information on this file, see https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/