my mysite/templates/admin/base_site.html is ignored (tutorial unclear?)

2014-11-16 Thread Andreas Ka
I am working through https://docs.djangoproject.com/en/1.7/intro/tutorial02 so far all went fine - but now *templates changes just don't work.* I think there must be a flaw in that tutorial, something missing, or something different in django 1.7.1 ? https://docs.djangoproject.com/en/1.7/intro/t

Re: my mysite/templates/admin/base_site.html is ignored (tutorial unclear?)

2014-11-16 Thread Andreas Ka
thanks for your answer. yes, I just tried that. Same result. By now, I have understood much more about the templates. But still, for the admin pages mysite/templates/admin/base_site.html doesn't work yet. I have actually found more errors in the tutorial: https://docs.djangoproject.com/en/1.7

Re: my mysite/templates/admin/base_site.html is ignored (tutorial unclear?)

2014-11-17 Thread Andreas Ka
) --- On Mon, Nov 17, 2014 at 2:11 PM, Artie wrote: > Are you sure about correct path to your templates in views? > > Show your view code > > понедельник, 17 ноября 2014 г., 5:04:53 UTC+2 пользователь Andreas Ka > написал: >> >> thanks for your answer. >

tutorial bugs: body-tag & view-tests

2014-11-17 Thread Andreas Ka
I have found errors in the tutorial: https://docs.djangoproject.com/en/1.7/intro/tutorial06/#adding-a-background-image didn't work until I put a tag into polls/templates/polls/index.html https://docs.djangoproject.com/en/1.7/intro/tutorial05/#testing-our-new-view these tests all come up with

Re: problem with runserver

2014-11-17 Thread Andreas Ka
Good News (for me): I got that sorted. I had the exact same problems today, with a fresh install of Java8+eclipse4.4+Anaconda(updated)+django1.7, and it took me hours ... SYMPTOM: from Eclipse ... New PyDev project ... Django ... I could just not persuade the thing *to execute any django-admin ro

Re: my mysite/templates/admin/base_site.html is ignored (tutorial unclear?)

2014-11-21 Thread Andreas Ka
s.path.join(BASE_DIR, 'templates')] restarted the server. On Fri, Nov 21, 2014 at 3:24 AM, Collin Anderson wrote: > Hi, > > Do other templates work in that folder? > > Collin > > > On Monday, November 17, 2014 4:12:27 PM UTC-5, Andreas Ka wrote: > >

Re: my mysite/templates/admin/base_site.html is ignored (tutorial unclear?)

2014-11-22 Thread Andreas Ka
er called when I open http://127.0.0.1:8000/admin/ or http://127.0.0.1:8000/admin/polls/ ? Thanks. On Fri, Nov 21, 2014 at 11:08 PM, donarb wrote: > On Friday, November 21, 2014 10:59:19 AM UTC-8, Andreas Ka wrote: >> >> I don't know. >> How to test that? >