Re: Writing your first Django app, part 2 - Customize the admin look and feel

2014-01-15 Thread Tim DiSabatino
On Wednesday, January 15, 2014 10:28:38 AM UTC-8, Manu wrote: > > Can you post your directory structure here? The problem should be there, > most probably. > > On Wednesday, 15 January 2014 11:37:51 UTC+5:30, Tim DiSabatino wrote: >> >> Hello, >> >> I am j

Writing your first Django app, part 2 - Customize the admin look and feel

2014-01-15 Thread Tim DiSabatino
Hello, I am just going through the Django Tutorial and am in Writing your first Django app, part 2. In the section called "Customize the admin look and feel", I have created a templates directory, an admin directory inside of that, and copied the base_site.html file into the admin directory.