devicehub-django/api
pedro d04216ad79 api snapshot public_url bugfix
with the following code the URL is more appropriate (it basically
mirrors the user's request)

before:

    http://localhost/device/{shortid}

after

    http://localhost:8000/device/{shortid}
2024-10-15 13:16:02 +02:00
..
migrations token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
templates token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
__init__.py api dir 2024-09-19 18:35:26 +02:00
admin.py api dir 2024-09-19 18:35:26 +02:00
apps.py api dir 2024-09-19 18:35:26 +02:00
forms.py api dir 2024-09-19 18:35:26 +02:00
models.py token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
tables.py token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
urls.py token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
views.py api snapshot public_url bugfix 2024-10-15 13:16:02 +02:00