Changed user

This commit is contained in:
Kristofers Solo 2023-04-08 13:26:12 +03:00
parent bccf0c08f8
commit 1555f9d5e0

View File

@ -2,9 +2,10 @@ import uuid
from django.conf import settings
from django.db import models
from license.models import License
User = settings.AUTH_USER_MODEL
class ProgrammingLanguage(models.Model):
language = models.CharField(max_length=100)