Basic router manager CRUD

This commit is contained in:
Eduardo Silva 2024-03-16 15:14:14 -03:00
parent c104a12df0
commit 9129a007ee
16 changed files with 403 additions and 2 deletions

3
router_manager/tests.py Normal file
View file

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.