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

5
core/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'