This commit is contained in:
parent
980937e4a2
commit
60a03ec261
@ -34,6 +34,7 @@ CORS_ALLOWED_ORIGIN = [
|
||||
"http://izaac.izaac.pl",
|
||||
"http://izaac-frontend.izaac.pl",
|
||||
"http://izaac-backend.izaac.pl",
|
||||
"http://localhost:5173",
|
||||
]
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
|
||||
@ -68,7 +68,7 @@ class SkillLevels(models.Model):
|
||||
('E', 'Ekspert'),
|
||||
]
|
||||
|
||||
skill_name =models.CharField(max_length=255)
|
||||
skill_name = models.CharField(max_length=255)
|
||||
skill_level = models.CharField(max_length=1, choices=proficiency_choices,)
|
||||
|
||||
class CompanyLogo(models.Model):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user