Re: Where can I find the admin/base_site.html

2015-06-07 Thread Luis Zárate
python -c " import sys sys.path = sys.path[1:] import django print(django.__path__[0] +'contrib/admin/templates/admin/base_site.html')" 2015-06-07 1:18 GMT-06:00 shimanyi valentino : > python -c "import syssys.path = sys.path[1:]import > djangoprint(django.__path__)" > >

Re: Where can I find the admin/base_site.html

2015-06-07 Thread shimanyi valentino
Just find the location of the django folder using : $ python -c "import syssys.path = sys.path[1:]import djangoprint(django.__path__)" Then dig into it to find the admin/template folder ! -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Where can I find the admin/base_site.html

2011-02-23 Thread Mike Ramirez
On Wednesday, February 23, 2011 01:06:40 am DJ Chung wrote: > I am going through the tutorial on Djangoproject.com. I'm trying to > work on templates and I don't know where to find admin/base_site.html > > Where's the actual code I can copy and paste?

Re: Where can I find the admin/base_site.html

2011-02-23 Thread Marcos Moyano
It depends on what you are using. For me is /usr/lib/python2.7/site-packages/django/contrib/admin/templates/admin/ Hope it helps. On Wed, Feb 23, 2011 at 6:06 AM, DJ Chung wrote: > I am going through the tutorial on Djangoproject.com. I'm trying to > work on templates and

Where can I find the admin/base_site.html

2011-02-23 Thread DJ Chung
I am going through the tutorial on Djangoproject.com. I'm trying to work on templates and I don't know where to find admin/base_site.html Where's the actual code I can copy and paste? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to