Got upload view working, staging preview and delete working ok

This commit is contained in:
Roberto Rosario
2011-07-06 01:31:27 -04:00
parent 7417fca835
commit 2816c1f86f
16 changed files with 520 additions and 85 deletions

View File

@@ -2,7 +2,5 @@ from django.contrib import admin
from sources.models import StagingFolder, WebForm
admin.site.register(StagingFolder)
admin.site.register(WebForm)