Add LICENSE file in the namespace of the project.

This commit is contained in:
Roberto Rosario
2015-09-24 17:08:30 -04:00
parent 8629e6495e
commit 87e8b1cec9
2 changed files with 14 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ class FilterForm(forms.Form):
class LicenseForm(FileDisplayForm):
FILENAME = 'LICENSE'
DIRECTORY = []
DIRECTORY = ('mayan',)
class LocaleProfileForm(forms.ModelForm):