Initial commit

This commit is contained in:
Pablo Moreno
2024-03-21 23:17:58 +01:00
committed by GitHub
commit a13eb6c9d9
25 changed files with 612 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from rest_framework.test import APITestCase
class TestItWorks(APITestCase):
def test_it_works(self):
assert 1 == 1