no home1 in blog.urls I searched in the net for the problem and I founded in this forum http://www.nabble.com/Error-message-when-viewing-admin--%28ViewDoesNotExist-at--admin-%29-to13022675.html an answer: """Did you have a view named "startsess" that you subsequently deleted? Admin is looking for it but not finding it. You may need to remove it from django_content_type. Try dropping that table from your database and running python manage.py syncdb. """ What do you think about?
On Jan 14, 8:30 pm, "David Grant" <[EMAIL PROTECTED]> wrote: > Look in prog_innov.blog.urls too > > 2008/1/14 Rocco Pellegrini <[EMAIL PROTECTED]>: > > > > > > > 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 ? > > -- > David Granthttp://www.davidgrant.ca --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---