Merge branch 'BES-18'

This commit is contained in:
Th3NiKo 2019-11-27 23:04:24 +01:00
commit c258e00b0d

5
Front/models.py Normal file
View File

@ -0,0 +1,5 @@
from django.db import models
class Przedmiot(models.Model):
nazwa = models.CharField(max_length=30)
#uzytkownik_id = models.ForeignKey(User, on_delete=models.CASCADE)