spaceout/site/api/models.py
Praneeth Bhandaru 9ba3c8b98e Set up ping
2020-12-12 15:34:20 -05:00

7 lines
144 B
Python

from django.db import models
from django.contrib.auth.models import AbstractUser
# Create your models here.
class User(AbstractUser):
pass