Videoflix
Contents:
videoflix
Videoflix
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
A
AccountActivationTokenGenerator (class in users.tokens)
activate_user() (in module users.views)
add_form (users.admin.CustomUserAdmin attribute)
address (users.models.CustomUser attribute)
auth_token (users.models.CustomUser attribute)
B
base_fields (users.forms.RegistrationForm attribute)
C
categories (content.models.Video attribute)
category (content.models.Video attribute)
clean() (users.forms.RegistrationForm.Meta method)
content
module
content.admin
module
content.apps
module
content.migrations
module
content.migrations.0001_initial
module
content.models
module
content.serializers
module
content.signals
module
content.tasks
module
content.tests
module
content.views
module
ContentConfig (class in content.apps)
convert_to_hls() (in module content.tasks)
create() (users.serializers.CustomUserSerializer method)
created_at (content.models.Video attribute)
CsrfTokenTest (class in users.tests)
custom (users.models.CustomUser attribute)
CustomUser (class in users.models)
CustomUser.DoesNotExist
CustomUser.MultipleObjectsReturned
CustomUserAdmin (class in users.admin)
CustomUserSerializer (class in users.serializers)
CustomUserSerializer.Meta (class in users.serializers)
CustomUserView (class in users.views)
CustomUserViewTests (class in users.tests)
D
date_joined (users.models.CustomUser attribute)
declared_fields (users.forms.RegistrationForm attribute)
default_auto_field (content.apps.ContentConfig attribute)
(users.apps.UsersConfig attribute)
delete() (users.views.CustomUserView method)
delete_file_on_delete() (in module content.signals)
dependencies (content.migrations.0001_initial.Migration attribute)
(users.migrations.0001_initial.Migration attribute)
description (content.models.Video attribute)
dispatch() (content.views.VideoView method)
E
email (users.models.CustomUser attribute)
exportJson() (in module content.tasks)
extra_kwargs (users.serializers.CustomUserSerializer.Meta attribute)
F
fields (content.admin.VideoResource attribute)
(content.serializers.VideoSerializer.Meta attribute)
(users.forms.RegistrationForm.Meta attribute)
(users.serializers.CustomUserSerializer.Meta attribute)
fieldsets (users.admin.CustomUserAdmin attribute)
first_name (users.models.CustomUser attribute)
G
get() (content.views.VideoView method)
(users.views.CustomUserView method)
get_category_display() (content.models.Video method)
get_csrf_token() (in module users.views)
get_next_by_created_at() (content.models.Video method)
get_next_by_date_joined() (users.models.CustomUser method)
get_previous_by_created_at() (content.models.Video method)
get_previous_by_date_joined() (users.models.CustomUser method)
groups (users.models.CustomUser attribute)
H
hls_playlist (content.models.Video attribute)
I
id (content.models.Video attribute)
(users.models.CustomUser attribute)
initial (content.migrations.0001_initial.Migration attribute)
(users.migrations.0001_initial.Migration attribute)
is_active (users.models.CustomUser attribute)
is_staff (users.models.CustomUser attribute)
is_superuser (users.models.CustomUser attribute)
L
last_login (users.models.CustomUser attribute)
last_name (users.models.CustomUser attribute)
logentry_set (users.models.CustomUser attribute)
LoginView (class in users.views)
LogoutView (class in users.views)
M
main() (in module manage)
manage
module
media (content.admin.VideoAdmin property)
(users.admin.CustomUserAdmin property)
(users.forms.RegistrationForm property)
Migration (class in content.migrations.0001_initial)
(class in users.migrations.0001_initial)
model (content.admin.VideoResource.Meta attribute)
(content.serializers.VideoSerializer.Meta attribute)
(users.forms.RegistrationForm.Meta attribute)
(users.serializers.CustomUserSerializer.Meta attribute)
module
content
content.admin
content.apps
content.migrations
content.migrations.0001_initial
content.models
content.serializers
content.signals
content.tasks
content.tests
content.views
manage
users
users.admin
users.apps
users.forms
users.migrations
users.migrations.0001_initial
users.models
users.serializers
users.tests
users.tokens
users.views
videoflix
videoflix.asgi
videoflix.settings
videoflix.urls
videoflix.wsgi
N
name (content.apps.ContentConfig attribute)
(users.apps.UsersConfig attribute)
O
objects (content.models.Video attribute)
operations (content.migrations.0001_initial.Migration attribute)
(users.migrations.0001_initial.Migration attribute)
P
password (users.models.CustomUser attribute)
permission_classes (content.views.VideoView attribute)
(users.views.CustomUserView attribute)
(users.views.LogoutView attribute)
(users.views.RegisterUserView attribute)
(users.views.ResendActivationEmailView attribute)
(users.views.ResetPasswordView attribute)
(users.views.SendResetEmailView attribute)
phone (users.models.CustomUser attribute)
post() (content.views.VideoView method)
(users.views.LoginView method)
(users.views.LogoutView method)
(users.views.RegisterUserView method)
(users.views.ResendActivationEmailView method)
(users.views.ResetPasswordView method)
(users.views.SendResetEmailView method)
put() (users.views.CustomUserView method)
Q
queryset (content.views.VideoView attribute)
R
ready() (content.apps.ContentConfig method)
redirect_to_admin() (in module videoflix.urls)
RegisterUserView (class in users.views)
RegistrationForm (class in users.forms)
RegistrationForm.Meta (class in users.forms)
rerun_converter() (in module content.tasks)
ResendActivationEmailView (class in users.views)
ResendActivationEmailViewTests (class in users.tests)
reset_password() (in module users.views)
ResetEmailSerializer (class in users.serializers)
ResetPasswordTest (class in users.tests)
ResetPasswordView (class in users.views)
S
send_activation_email() (in module users.views)
SendActivationEmailTest (class in users.tests)
SendResetEmailView (class in users.views)
serializer_class (content.views.VideoView attribute)
(users.views.RegisterUserView attribute)
(users.views.SendResetEmailView attribute)
setUp() (content.tests.VideoViewTests method)
(users.tests.CsrfTokenTest method)
(users.tests.CustomUserViewTests method)
(users.tests.ResendActivationEmailViewTests method)
(users.tests.ResetPasswordTest method)
(users.tests.SendActivationEmailTest method)
(users.tests.UserAccountTests method)
(users.tests.UserSendResetPasswordTest method)
T
test_convert_to_hls() (content.tests.VideoViewTests method)
test_delete_user() (users.tests.CustomUserViewTests method)
test_get_all_videos() (content.tests.VideoViewTests method)
test_get_csrf_token() (users.tests.CsrfTokenTest method)
test_get_single_video() (content.tests.VideoViewTests method)
test_get_users() (users.tests.CustomUserViewTests method)
test_login_user() (users.tests.UserAccountTests method)
test_logout_user() (users.tests.UserAccountTests method)
test_register_user() (users.tests.UserAccountTests method)
test_resend_activation_email_no_email_provided() (users.tests.ResendActivationEmailViewTests method)
test_resend_activation_email_user_active() (users.tests.ResendActivationEmailViewTests method)
test_resend_activation_email_user_not_active() (users.tests.ResendActivationEmailViewTests method)
test_resend_activation_email_user_not_found() (users.tests.ResendActivationEmailViewTests method)
test_reset_password() (users.tests.ResetPasswordTest method)
test_reset_password_user_not_found() (users.tests.ResetPasswordTest method)
test_send_activation_email() (users.tests.SendActivationEmailTest method)
test_send_reset_email() (users.tests.UserSendResetPasswordTest method)
test_update_user_password() (users.tests.CustomUserViewTests method)
thumbnail (content.models.Video attribute)
title (content.models.Video attribute)
U
update() (users.serializers.CustomUserSerializer method)
user_permissions (users.models.CustomUser attribute)
UserAccountTests (class in users.tests)
username (users.models.CustomUser attribute)
users
module
users.admin
module
users.apps
module
users.forms
module
users.migrations
module
users.migrations.0001_initial
module
users.models
module
users.serializers
module
users.tests
module
users.tokens
module
users.views
module
UsersConfig (class in users.apps)
UserSendResetPasswordTest (class in users.tests)
V
Video (class in content.models)
Video.DoesNotExist
Video.MultipleObjectsReturned
video_file (content.models.Video attribute)
video_post_save() (in module content.signals)
VideoAdmin (class in content.admin)
videoflix
module
videoflix.asgi
module
videoflix.settings
module
videoflix.urls
module
videoflix.wsgi
module
VideoResource (class in content.admin)
VideoResource.Meta (class in content.admin)
VideoSerializer (class in content.serializers)
VideoSerializer.Meta (class in content.serializers)
VideoView (class in content.views)
VideoViewTests (class in content.tests)