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-12 12:39:35 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
152d48602ad8bb00f041779def5186ba5ef4ce9f
152d4860
1 parent
fd370d2d
cambio en constantes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
project/apps/edicto/constants.py
project/apps/edicto/constants.py
View file @
152d486
from
django.utils.translation
import
gettext_lazy
as
_
INICIADO
=
'iniciado'
PENDIENTE_REVISION
=
'pendiente_revision'
PENDIENTE_DE_PAGO
=
'pendiente_de_pago'
PENDIENTE_PAGO_REVISION
=
'pendiente_pago_revision'
PUBLICADO
=
'publicado'
APROBADO
=
'aprobado'
RECHAZADO
=
'rechazado'
...
...
@@ -9,7 +11,9 @@ RECHAZADO = 'rechazado'
STATUS_CHOICE
=
[
(
INICIADO
,
_
(
'iniciado'
)),
(
PENDIENTE_REVISION
,
_
(
'pendiente_revision'
)),
(
PENDIENTE_DE_PAGO
,
_
(
'pendiente_de_pago'
)),
(
PENDIENTE_PAGO_REVISION
,
_
(
'pendiente_pago_revision'
)),
(
PUBLICADO
,
_
(
'publicado'
)),
(
APROBADO
,
_
(
'aprobado'
)),
(
RECHAZADO
,
_
(
'rechazado'
)),
...
...
Please
register
or
login
to post a comment