Update README.md

master
Brandon Taylor 2014-09-21 19:35:21 -04:00
parent 13c84e8d0b
commit 9935f65ca0
1 changed files with 2 additions and 2 deletions

View File

@ -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