Added sample Project using Python 3.4 and Django 1.7.
This commit is contained in:
@@ -41,6 +41,7 @@ admin.site.register(Widget, WidgetAdmin)
|
||||
|
||||
class CreditInline(SortableTabularInline):
|
||||
model = Credit
|
||||
extra = 1
|
||||
|
||||
|
||||
class NoteInline(SortableStackedInline):
|
||||
|
||||
Reference in New Issue
Block a user