Tuesday, June 1, 2010

Re: Error

Greetings Bruxo, I do not speak Portuguese but being Italian I
understood more or less your post.
It seems you included "django.contrib.blog" in settings.py, but there
is no "blog" module inside django.contrib.

If "blog" is the name of the module you are developing, just add
'blog' (not django.contrib.blog) inside the INSTALLED_APPS tuple in
settings.py.

I try in Italian too.

Salve Bruxo, non parlo portogese ma essendo italiano ho più o meno
capito il tuo post.
Sembra che tu abbia incluso "django.contrib.blog" in settings.py, ma
non esiste un modulo "blog" all'interno di django.contrib.

Se "blog" è il nome del modulo che stai sviluppando, aggiungi "blog"
(e non "django.contrib.blog) nella tupla INSTALLED_APPS in
settings.py.

2010/5/31 Bruxo_Mor Juca <f.chris@terra.com.br>:
> Senhores,
>
> Preciso de ajuda no que se diz respeito a configuração do MANAGE.PY
> estou com o seguinte erro:
>
> Error execute_manage.py(settings)
>
> Estou criando uma pagina, criei no arquivo de Setting.py a seguinte
> definição:
>
>
> 'django.contrib.blog';  inclui esta linha logo abaixo da linha
> 'django.contrib.admin';
>
> Sem a minha linha o site local funciona, quando coloco a minha linha
> aparece o erro que citei acima.
>
> Se alguem puder me ajudar..agradeço.
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment