- [Show page]
- [Old revisions]
- [[unknown link type]]
- []
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
python:django [2014/12/15 10:49] tomsa |
python:django [2015/01/28 13:12] (current) vondra [Database settings] |
||
---|---|---|---|
Line 73: | Line 73: | ||
<code> | <code> | ||
mysql>>> ALTER TABLE search_ftext ADD FULLTEXT (text); | mysql>>> ALTER TABLE search_ftext ADD FULLTEXT (text); | ||
+ | </code> | ||
+ | |||
+ | if Django keeps falling after editing in admin - convert table DjangoAdminLog to the same collation as other tables: | ||
+ | <code> | ||
+ | alter table auth_user_user_permissions convert to character set utf8 collate utf8_unicode_ci; | ||
</code> | </code> |
python/django.1418636975.txt.gz · Last modified: 2014/12/15 10:49 by tomsa