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-15 19:26:13 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
effecce819274bffcc7f28c4b52d65446aa40882
effecce8
1 parent
25250c9e
eliminacion de timezone.now en metodo patch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
project/apps/edicto/api.py
project/apps/edicto/api.py
View file @
effecce
...
...
@@ -3,7 +3,6 @@ from django_filters.rest_framework import DjangoFilterBackend
from
rest_framework.response
import
Response
from
rest_framework.permissions
import
IsAuthenticated
from
rest_framework.decorators
import
action
from
django.utils
import
timezone
from
.models
import
Edicto
,
Precio
from
.serializer
import
EdictoSerializer
,
PrecioSerializer
...
...
Please
register
or
login
to post a comment