feat: add import app boilerplate

This commit is contained in:
Herculino Trotta
2025-01-16 14:09:33 -03:00
parent b025ab7d24
commit c171e0419a
8 changed files with 19 additions and 0 deletions

3
app/apps/import/tests.py Normal file
View File

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