On Sun, Feb 26, 2012 at 2:22 PM, nicolas HERSOG wrote:
> Hi folks !
>
> I'm trying for hours to internationalize my django website.
>
> I added to my settings.py this few lines :
>
> TIME_ZONE = 'Europe/Paris'
> LANGUAGE_CODE = 'fr-FR'
>
> I added to all templates i want to translate the tag trans
On Mon, Feb 27, 2012 at 5:45 AM, nicolas HERSOG wrote:
> Hi everyone,
> Very thanks for yours answers!
>
> I added to the top of all my html files {% load i18n %} and typed in my root
> directory :
>
> django-admin.py makemessages -l en
>
> Or :
>
> python manage.py makemessages -l en
>
> I tried
On Mon, Feb 27, 2012 at 7:19 PM, Denis Darii wrote:
> Of course, from the django
> documentation(https://docs.djangoproject.com/en/dev/topics/i18n/translation/#message-files):
>>
>> The script should be run from one of two places:
>>
>> The root directory of your Django project.
>> The root direct
On Mon, Mar 5, 2012 at 2:49 PM, James Bennett wrote:
> We're nearly there!
>
> The Django 1.4 release candidate package is now available, and you can
> read all about it on the blog:
>
> https://www.djangoproject.com/weblog/2012/mar/05/14-rc-1/
>
Hi James,
Glad to read that!
Just FYI: there's a
On Wed, Mar 7, 2012 at 11:36 AM, Clark wrote:
> After installing Django I am attempting to start a new project. After
> creating a directory for this, I tried using the command: "django-
> admin.py startproject mysite".
>
> but I'm getting the message "-bash: django-admin.py: command not found
>
On Wed, Apr 4, 2012 at 3:47 PM, Martin Sommer wrote:
> I have Python and Django properly installed, but am not getting the
> first project to work. When I do this:
>
> python manage.py runserver
>
> ... I get this:
>
> Traceback (most recent call last):
> File "manage.py", line 14, in ?
> exec
6 matches
Mail list logo