Loading opds_catalog/__pycache__/admin.cpython-35.pyc +349 B (574 B) File changed.No diff preview for this file type. View original file View changed file opds_catalog/admin.py +5 −0 Original line number Diff line number Diff line from django.contrib import admin from opds_catalog.models import Genre # Register your models here. class Genre_admin(admin.ModelAdmin): list_display = ('genre', 'section', 'subsection') admin.site.register(Genre, Genre_admin) sopds_web_backend/__pycache__/admin.cpython-35.pyc (230 B) File changed.No diff preview for this file type. View original file View changed file sopds_web_backend/admin.py +0 −2 Original line number Diff line number Diff line from django.contrib import admin # Register your models here. sopds_web_backend/templates/sopds_top.html +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ <li><a href="#"><i class="fi-torsos"></i>Login</a></li> {% endif %} {% if user.is_superuser %} <li><a href="#"><i class="fi-widget"></i>Settings</a></li> <li><a href="/admin/"><i class="fi-widget"></i>Settings</a></li> {% endif %} </ul> {% endif %} Loading Loading
opds_catalog/__pycache__/admin.cpython-35.pyc +349 B (574 B) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/admin.py +5 −0 Original line number Diff line number Diff line from django.contrib import admin from opds_catalog.models import Genre # Register your models here. class Genre_admin(admin.ModelAdmin): list_display = ('genre', 'section', 'subsection') admin.site.register(Genre, Genre_admin)
sopds_web_backend/__pycache__/admin.cpython-35.pyc (230 B) File changed.No diff preview for this file type. View original file View changed file
sopds_web_backend/admin.py +0 −2 Original line number Diff line number Diff line from django.contrib import admin # Register your models here.
sopds_web_backend/templates/sopds_top.html +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ <li><a href="#"><i class="fi-torsos"></i>Login</a></li> {% endif %} {% if user.is_superuser %} <li><a href="#"><i class="fi-widget"></i>Settings</a></li> <li><a href="/admin/"><i class="fi-widget"></i>Settings</a></li> {% endif %} </ul> {% endif %} Loading