Merge branch 'BES-18'
This commit is contained in:
commit
c258e00b0d
5
Front/models.py
Normal file
5
Front/models.py
Normal 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)
|
Loading…
Reference in New Issue
Block a user