Added views to create, list and delete document groups via the project setup

This commit is contained in:
Roberto Rosario
2011-11-17 23:21:56 -04:00
parent b5ae16b4d0
commit fa4a13668b
6 changed files with 111 additions and 5 deletions
+7
View File
@@ -8,6 +8,13 @@ from django.conf import settings
from tags.widgets import get_tags_inline_widget
from grouping.models import DocumentGroup
class DocumentGroupForm(forms.ModelForm):
class Meta:
model = DocumentGroup
class DocumentGroupImageWidget(forms.widgets.Widget):
def render(self, name, value, attrs=None):