@@ -96,7 +96,7 @@ A common use case is to have child objects that are sortable relative to a paren
def __unicode__(self):
return self.title
# admin
# admin.py
from adminsortable.admin import SortableAdmin
from your_app.models import Category, Project
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.