We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@saltstack-master-1 2.1.3]# python manage.py crontab add Traceback (most recent call last): File "manage.py", line 8, in from django.core.management import execute_from_command_line File "/usr/lib/python2.6/site-packages/django/init.py", line 1, in from django.utils.version import get_version File "/usr/lib/python2.6/site-packages/django/utils/version.py", line 7, in from django.utils.lru_cache import lru_cache File "/usr/lib/python2.6/site-packages/django/utils/lru_cache.py", line 28 fasttypes = {int, str, frozenset, type(None)}, ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[root@saltstack-master-1 2.1.3]# python manage.py crontab add
Traceback (most recent call last):
File "manage.py", line 8, in
from django.core.management import execute_from_command_line
File "/usr/lib/python2.6/site-packages/django/init.py", line 1, in
from django.utils.version import get_version
File "/usr/lib/python2.6/site-packages/django/utils/version.py", line 7, in
from django.utils.lru_cache import lru_cache
File "/usr/lib/python2.6/site-packages/django/utils/lru_cache.py", line 28
fasttypes = {int, str, frozenset, type(None)},
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: