urlpatterns = patterns('',
    # Example:
    # (r'^prog_innov/', include('prog_innov.apps.foo.urls.foo')),

    # Uncomment this for admin:
    (r'^admin/', include('django.contrib.admin.urls')),
    (r'^blog/', include('prog_innov.blog.urls')),
    (r'^editoriali/', include('prog_innov.editoriali.urls')),
    (r'^comments/', include('django.contrib.comments.urls.comments')),
    (r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed',
{'feed_dict': feeds}),

On Jan 14, 4:23 pm, Grindizer <[EMAIL PROTECTED]> wrote:
> what do you have in your urls.py ?
>
> On 14 jan, 15:57, Rocco Pellegrini <[EMAIL PROTECTED]> wrote:
>
> > I removed it but the response was the same.
> > ???
> > Request Method:         GET
> > Request URL:    http://innovatorieuropei.com/admin/
> > Exception Type:         ViewDoesNotExist
> > Exception Value:        Tried home1 in module prog_innov.views. Error was:
> > 'module' object has no attribute 'home1'
> > I dont' undestand this expression
>
> > On Jan 14, 3:47 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote:
>
> > > It is a solution.
>
> > > """
> > > Tried home1 in module prog_innov.views. Error was: 'module' object has
> > > no attribute 'home1'
> > > """
>
> > > Uncomment it or remove this view from urls.py
>
> > > On 14 янв, 17:29, Rocco Pellegrini <[EMAIL PROTECTED]> wrote:
>
> > > > yes
>
> > > > On Jan 14, 3:22 pm, Grindizer <[EMAIL PROTECTED]> wrote:
>
> > > > > > #def home1(request)
> > > > > > #   return HttpResponseRedirect('http://www.innovatorieuropei.com/
>
> > > > > are this lines commented in you code ?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to