Adding a custom User model

This commit is contained in:
2020-11-04 21:53:20 -03:00
parent b1d7d1b636
commit c8aaf33170
10 changed files with 142 additions and 0 deletions

3
core/tests.py Normal file
View File

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