Re: where is base_site.html

2014-06-30 Thread Dariusz Mysior
Yes I have it! Thank You Andreas!!! W dniu poniedziałek, 30 czerwca 2014 18:10:07 UTC+2 użytkownik Dariusz Mysior napisał: > > I use virtualenv with Django 1.6 Python 2.7 and I am use tutorial > https://docs.djangoproject.com/en/1.6/intro/tutorial02/ and I had a > problem becouse I don't know

Re: where is base_site.html

2014-06-30 Thread Andreas Kuhne
Hi Dariusz, You will have to find where you have created your virtualenv. In the virtualenv folder you should have a lib/python2.7/site-packages folder. In that folder, you will find all of the libraries you have installed via pip. It is good to know where that folder is, so you can check the sour

where is base_site.html

2014-06-30 Thread Dariusz Mysior
I use virtualenv with Django 1.6 Python 2.7 and I am use tutorial https://docs.djangoproject.com/en/1.6/intro/tutorial02/ and I had a problem becouse I don't know where I can find file base_site.html from django/contrib/admin/templates where I can't find this place :/ -- You received this mes