1 | The traceback
|
---|
2 |
|
---|
3 | Traceback (most recent call last):
|
---|
4 | File "manage.py", line 10, in <module>
|
---|
5 | execute_from_command_line(sys.argv)
|
---|
6 | File "/home/pablo/Workspaces/milao/lib/python3.4/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
|
---|
7 | utility.execute()
|
---|
8 | File "/home/pablo/Workspaces/milao/lib/python3.4/site-packages/django/core/management/__init__.py", line 377, in execute
|
---|
9 | self.fetch_command(subcommand).run_from_argv(self.argv)
|
---|
10 | File "/home/pablo/Workspaces/milao/lib/python3.4/site-packages/django/core/management/__init__.py", line 238, in fetch_command
|
---|
11 | klass = load_command_class(app_name, subcommand)
|
---|
12 | File "/home/pablo/Workspaces/milao/lib/python3.4/site-packages/django/core/management/__init__.py", line 42, in load_command_class
|
---|
13 | return module.Command()
|
---|
14 | File "/home/pablo/Workspaces/milao/lib/python3.4/site-packages/django/core/management/base.py", line 228, in __init__
|
---|
15 | '"requires_system_checks".' % self.__class__.__name__)
|
---|
16 | django.core.exceptions.ImproperlyConfigured: Command Command defines both "requires_model_validation" and "requires_system_checks", which is illegal. Use only "requires_system_checks".
|
---|