GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: stuff for my site
Homepage: http://www.thescoop.org/docs
Clone URL: git://github.com/dwillis/thescoop.git
fixed bug
Derek Willis (author)
Thu Jul 10 17:32:57 -0700 2008
commit  dbfea950dfd256f9a94f32dcd7da4ed2595e868b
tree    c7d11c67074c0243be6612cc9d87b02edcb0d076
parent  22701b913b3efe0a4526f11d3d019227c9a6b038
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 from django.contrib import admin
0
-from thescoop.projects.models import Language, Project, Update, Presentation
0
+from thescoop.projects.models import Language, Project, Update, Presentation, Topic
0
 
0
 class LanguageOptions(admin.ModelAdmin):
0
     prepopulated_fields = {'slug' : ('name',)}

Comments

    No one has commented yet.