Update project to work with Django 1.10.x

This commit is contained in:
Roberto Rosario
2016-12-22 02:51:28 -04:00
parent 1e194e04fa
commit 5662b56714
9 changed files with 85 additions and 41 deletions

View File

@@ -111,7 +111,7 @@ class FilterForm(forms.Form):
class LicenseForm(FileDisplayForm):
DIRECTORY = ('mayan',)
DIRECTORY = ()
FILENAME = 'LICENSE'