Added sample Project using Python 3.4 and Django 1.7.

This commit is contained in:
Brandon Taylor
2014-09-06 20:36:51 -04:00
parent 90f3e13d94
commit dd30e39674
18 changed files with 691 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ admin.site.register(Widget, WidgetAdmin)
class CreditInline(SortableTabularInline):
model = Credit
extra = 1
class NoteInline(SortableStackedInline):