initial commit

This commit is contained in:
2024-01-03 09:22:43 +00:00
commit 2b1531a31d
105 changed files with 167489 additions and 0 deletions

10
apps/home/models.py Normal file
View File

@ -0,0 +1,10 @@
# -*- encoding: utf-8 -*-
"""
Copyright (c) 2019 - present AppSeed.us
"""
from django.db import models
from django.contrib.auth.models import User
# Create your models here.