Skip to content

Commit f74dcc9

Browse files
test
1 parent f0bbdda commit f74dcc9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.rst

-12
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,6 @@ pip command::
229229

230230
$ pip install https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat
231231

232-
Issues with mysql
233-
-----------------
234-
If you want to run ``django-celery-beat`` with MySQL, you might run into some issues.
235-
236-
One such issue is when you try to run ``python manage.py migrate django_celery_beat``, you might get the following error::
237-
django.db.utils.OperationalError: (1071, 'Specified key was too long; max key length is 767 bytes')
238-
To get around this issue, you can set::
239-
DJANGO_CELERY_BEAT_NAME_MAX_LENGTH=191
240-
(or any other value if any other db other than MySQL is causing similar issues.)
241-
max_length of **191** seems to work for MySQL.
242-
243-
244232
TZ Awareness:
245233
-------------
246234

0 commit comments

Comments
 (0)