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):
|
||||
|
||||
Binary file not shown.
@@ -1,2 +1 @@
|
||||
django==1.6.6
|
||||
south==1.0
|
||||
django
|
||||
|
||||
Reference in New Issue
Block a user