commit
f242ca0168
2 changed files with 19 additions and 7 deletions
6
bookwyrm/admin.py
Normal file
6
bookwyrm/admin.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
''' models that will show up in django admin for superuser '''
|
||||
from django.contrib import admin
|
||||
from bookwyrm import models
|
||||
|
||||
admin.site.register(models.SiteSettings)
|
||||
admin.site.register(models.User)
|
Loading…
Add table
Add a link
Reference in a new issue