Merged document upload code and moved it to the model, improved method of handling compressed file
This commit is contained in:
@@ -2,7 +2,6 @@ from django.contrib import admin
|
||||
|
||||
from sources.models import StagingFolder, WebForm, SourceTransformation
|
||||
|
||||
|
||||
admin.site.register(StagingFolder)
|
||||
admin.site.register(WebForm)
|
||||
admin.site.register(SourceTransformation)
|
||||
|
||||
Reference in New Issue
Block a user