CSV Translation Tool
Contents:
Auth App serializers documentation
Auth App models documentation
Translation App serializers documentation
Translation App models documentation
Translation App utils documentation
API Documentation
CSV Translation Tool
Index
Index
A
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
T
|
U
|
V
A
auth_app.models
module
auth_app.serializers
module
C
Cell (class in translation_app.models)
Cell.DoesNotExist
Cell.MultipleObjectsReturned
cells (translation_app.models.Column attribute)
Column (class in translation_app.models)
Column.DoesNotExist
Column.MultipleObjectsReturned
column_number (translation_app.models.Column attribute)
columns (translation_app.models.File attribute)
columns_number (translation_app.models.File attribute)
create() (auth_app.serializers.GitHubAuthCallbackSerializer method)
(auth_app.serializers.GitHubAuthInitSerializer method)
(auth_app.serializers.GoogleAuthCallbackSerializer method)
(auth_app.serializers.GoogleAuthInitSerializer method)
(auth_app.serializers.UserSignUpSerializer method)
CustomUser (class in auth_app.models)
CustomUser.DoesNotExist
CustomUser.MultipleObjectsReturned
D
date_joined (auth_app.models.CustomUser attribute)
delete_file() (translation_app.models.File class method)
detected_language (translation_app.models.Cell attribute)
E
email (auth_app.models.CustomUser attribute)
F
fields (auth_app.serializers.UserSerializer.Meta attribute)
(auth_app.serializers.UserSignUpSerializer.Meta attribute)
file (auth_app.models.CustomUser attribute)
File (class in translation_app.models)
File.DoesNotExist
File.MultipleObjectsReturned
first_name (auth_app.models.CustomUser attribute)
G
get_id() (auth_app.serializers.UserSerializer method)
get_next_by_date_joined() (auth_app.models.CustomUser method)
get_next_by_upload_time() (translation_app.models.File method)
get_previous_by_date_joined() (auth_app.models.CustomUser method)
get_previous_by_upload_time() (translation_app.models.File method)
GitHubAuthCallbackSerializer (class in auth_app.serializers)
GitHubAuthInitSerializer (class in auth_app.serializers)
GoogleAuthCallbackSerializer (class in auth_app.serializers)
GoogleAuthInitSerializer (class in auth_app.serializers)
groups (auth_app.models.CustomUser attribute)
I
id (auth_app.models.CustomUser attribute)
(translation_app.models.Cell attribute)
(translation_app.models.Column attribute)
(translation_app.models.File attribute)
is_active (auth_app.models.CustomUser attribute)
is_staff (auth_app.models.CustomUser attribute)
is_superuser (auth_app.models.CustomUser attribute)
is_translated (translation_app.models.Cell attribute)
L
last_login (auth_app.models.CustomUser attribute)
last_name (auth_app.models.CustomUser attribute)
logentry_set (auth_app.models.CustomUser attribute)
M
model (auth_app.serializers.UserSerializer.Meta attribute)
(auth_app.serializers.UserSignUpSerializer.Meta attribute)
module
auth_app.models
auth_app.serializers
translation_app.models
N
name (translation_app.models.Column attribute)
O
objects (translation_app.models.File attribute)
original_text (translation_app.models.Cell attribute)
P
password (auth_app.models.CustomUser attribute)
R
revert_cell() (translation_app.models.File class method)
row_number (translation_app.models.Cell attribute)
rows_number (translation_app.models.Column attribute)
T
text (translation_app.models.Cell attribute)
title (translation_app.models.File attribute)
to_dict() (translation_app.models.Cell method)
(translation_app.models.Column method)
(translation_app.models.File method)
translation_app.models
module
U
update_cells() (translation_app.models.File class method)
upload_time (translation_app.models.File attribute)
user_permissions (auth_app.models.CustomUser attribute)
UserAuthSerializer (class in auth_app.serializers)
UserLogInSerializer (class in auth_app.serializers)
username (auth_app.models.CustomUser attribute)
UserSerializer (class in auth_app.serializers)
UserSerializer.Meta (class in auth_app.serializers)
UserSignUpSerializer (class in auth_app.serializers)
UserSignUpSerializer.Meta (class in auth_app.serializers)
V
validate() (auth_app.serializers.UserAuthSerializer method)
(auth_app.serializers.UserLogInSerializer method)
(auth_app.serializers.UserSignUpSerializer method)