Got rid of an obsolete setting

This commit is contained in:
Raphael Michel
2015-12-03 21:59:14 +01:00
parent 53e843ca82
commit 411eb3c60f
3 changed files with 0 additions and 10 deletions

View File

@@ -11,10 +11,6 @@ from typing import Any, Callable, Dict, Optional, TypeVar, Union
from versions.models import Versionable
DEFAULTS = {
'user_mail_required': {
'default': 'False',
'type': bool
},
'max_items_per_order': {
'default': '10',
'type': int