Re: django problem with mysql and apache

2014-12-28 Thread Collin Anderson
Hi, 1. I don't do a lot of multilingual, but here's a start: https://docs.djangoproject.com/en/dev/topics/i18n/ If you have _content_ that's in multiple languages, you generally will want separate urls, like https://example.com/en/some/page/ 2. Not sure on the best forum software for django. 3.

Re: django problem with mysql and apache

2014-12-24 Thread Sandeep kaur
On Wed, Dec 24, 2014 at 6:54 AM, wrote: > > 3 during the installation i have this probleme about mysql > > > > root@linux-pc:/home/siteweb# python3.4 manage.py migrate > Traceback (most recent call last): > File "/usr/local/lib/python3.4/dist-packages/django/db/backends/mysql/base.py", line 14,