TEMPLATE_DIRS dovrebbe essere a posto:

TEMPLATE_DIRS = (
    # Put strings here, like "/home/html/django_templates" or
"C:/www/django/templates".
    # Always use forward slashes, even on Windows.
    # Don't forget to use absolute paths, not relative paths.
'/home/bfc/templates/',
)

mentre questa urlpatterns += staticfiles_urlpatterns() mi sfugge



Il giorno 18 ottobre 2012 09:51, Marco De Paoli <depao...@gmail.com> ha
scritto:

> Il giorno 18 ottobre 2012 09:43, Balan Victor <balan.vict...@gmail.com>ha 
> scritto:
>
> ambiente di sviluppo con runserver.
>
>
> due cose:
> 1) settings.py, verifica di avere "templates" specificata nelle
> TEMPLATE_DIRS
> 2) urls.py, verifica di avere urlpatterns += staticfiles_urlpatterns()
>
> qui altre info:
> https://docs.djangoproject.com/en/dev/howto/static-files/
>
> Non sapevo dell'esistenza del gruppo.
>>
>
> ...boh, ormai la discussione รจ partita qui, ...continuiamo qui?
>
> Marco
>
> _______________________________________________
> Python mailing list
> Python@lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
>
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a