Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Marta Miranda
/
boletin_api
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Enzo Yair
2023-09-28 10:22:25 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db078b80dd90c6a1fee4df8789d4dfbd0c72b7b7
db078b80
1 parent
2b971bb6
se elemina secret key captcha
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
project/settings/base.py
project/settings/base.py
View file @
db078b8
...
...
@@ -192,4 +192,3 @@ AUTHENTICATION_BACKENDS = (
# Secret Key para Captcha.
SECRET_KEY_CAPTCHA
=
env
.
str
(
'SECRET_KEY_CAPTCHA'
,
default
=
""
)
SECRET_KEY_CAPTCHA_FRONT
=
env
.
str
(
'SECRET_KEY_CAPTCHA_FRONT'
,
default
=
""
)
...
...
Please
register
or
login
to post a comment