mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Fix errors
This commit is contained in:
parent
fc43ec6a9a
commit
3c6b8f3436
@ -10,7 +10,7 @@ from .operating_system.models import OperatingSystem
|
|||||||
from .star.models import Star
|
from .star.models import Star
|
||||||
from .tag.models import Tag
|
from .tag.models import Tag
|
||||||
|
|
||||||
ser = settings.AUTH_USER_MODEL
|
User = settings.AUTH_USER_MODEL
|
||||||
|
|
||||||
|
|
||||||
class Project(models.Model):
|
class Project(models.Model):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user