parent
27a7c6e3be
commit
1842484650
1 changed files with 3 additions and 1 deletions
@ -1,3 +1,5 @@ |
||||
from django.contrib import admin |
||||
|
||||
# Register your models here. |
||||
from .models import Config |
||||
|
||||
admin.site.register(Config) |
||||
|
||||
Loading…
Reference in new issue