Files
centurion_erp/docs/projects/django-template/api.md

501 B

title, description, date, template, about
title description date template about
API No Fuss Computings NetBox Django Site Template API 2024-05-15 project.html https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app

Access

to access the api, it can be done with the following command:


curl -X GET http://127.0.0.1:8000/api/ -H 'Authorization: Token <token>'

User Token

To generate a user token to access the api, use command python3 manage.py drf_create_token <username>