Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
Phonographe
Commits
36ca4ea9
Commit
36ca4ea9
authored
Jan 22, 2023
by
Sylvain Coulange
🌼
Browse files
mise a jour identifiants gmail pour messagerie
parent
50a7c516
Changes
3
Hide whitespace changes
Inline
Side-by-side
clavierPhono/settings.py
View file @
36ca4ea9
...
...
@@ -176,4 +176,4 @@ EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT
=
'587'
EMAIL_USE_TLS
=
True
EMAIL_HOST_USER
=
'noreply.alemapp@gmail.com'
EMAIL_HOST_PASSWORD
=
'5Et486R_K9/1'
\ No newline at end of file
EMAIL_HOST_PASSWORD
=
'eqljlvobsqxabnoh'
\ No newline at end of file
clavierPhono/urls.py
View file @
36ca4ea9
...
...
@@ -45,7 +45,7 @@ urlpatterns = [
path
(
'player/uploadVideo/'
,
user_views
.
uploadVideo
,
name
=
'uploadVideo'
),
path
(
'player/uploadImage/'
,
user_views
.
uploadImage
,
name
=
'uploadImage'
),
path
(
''
,
clavier_views
.
newPage
),
path
(
''
,
clavier_views
.
newPage
,
name
=
"home"
),
path
(
'fr/'
,
clavier_views
.
newPage
),
path
(
'en/'
,
clavier_views
.
newPage
),
path
(
'zh/'
,
clavier_views
.
newPage
),
...
...
static/js/playerPhono.js
View file @
36ca4ea9
...
...
@@ -299,6 +299,12 @@ function checkAnswer() {
if
(
el
[
i
]
==
"
phon_ks
"
){
newEl
.
push
(
"
phon_k
"
)
newEl
.
push
(
"
phon_s
"
)
}
else
if
(
el
[
i
]
==
"
phon_kv
"
){
newEl
.
push
(
"
phon_k
"
)
newEl
.
push
(
"
phon_v
"
)
}
else
if
(
el
[
i
]
==
"
phon_ju_long
"
){
newEl
.
push
(
"
phon_j
"
)
newEl
.
push
(
"
phon_u_long
"
)
}
else
{
newEl
.
push
(
el
[
i
])
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment