Changes between Initial Version and Version 3 of Ticket #28957
- Timestamp:
- Dec 22, 2017, 8:47:55 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28957
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #28957 – Description
initial v3 2 2 3 3 following the error. 4 4 {{{ 5 5 /usr/local/lib/python3.6/site-packages/fuzzywuzzy/fuzz.py:35: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning 6 6 warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning') … … 76 76 _mysql.connection.query(self, query) 77 77 django.db.utils.OperationalError: (1290, 'The MySQL server is running with the --read-only option so it cannot execute this statement') 78 78 }}}