dodanie modeli do adminpage
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
d88ef109f5
commit
2c9f6e9591
@ -1,3 +1,4 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
from .models import MyUser
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
admin.register(MyUser)
|
||||||
@ -1,3 +1,5 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
from .models import SkillLevels, JobListing
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
admin.register(SkillLevels)
|
||||||
|
admin.register(JobListing)
|
||||||
Loading…
x
Reference in New Issue
Block a user