Re: Learning Django problems

2015-07-30 Thread Stas soroka
The code for this application is in my GitHub repository, link to witch i provided at the end of my original post. Look carefully ;) среда, 29 июля 2015 г., 14:21:01 UTC+3 пользователь roshan.pannase написал: > > sir i am a new learner can you send me the code of this application > > On Wed,

Re: Learning Django problems

2015-07-30 Thread Stas soroka
As it turned out - the problem was in misconfigured STATICFILES_DIRS variable. When i fixied it - everything became as it should be среда, 29 июля 2015 г., 14:53:04 UTC+3 пользователь Robin Lery написал: > > Do u have static directory? And does it have the required resources? > On 29 Jul 2015

Re: Learning Django problems

2015-07-29 Thread Robin Lery
Do u have static directory? And does it have the required resources? On 29 Jul 2015 16:50, "Roshan Pannase" wrote: > sir i am a new learner can you send me the code of this application > > On Wed, Jul 29, 2015 at 11:33 AM, Stas soroka > wrote: >

Re: Learning Django problems

2015-07-29 Thread Roshan Pannase
sir i am a new learner can you send me the code of this application On Wed, Jul 29, 2015 at 11:33 AM, Stas soroka wrote: > I'm currently reading a book "Learning Django Web Development". Even thoug > I followed the book carefully, it says, that my page should look like

Re: Learning Django problems

2015-07-29 Thread Avraham Serour
Clearly the book example is using CSS and got aren't, maybe they forgot to tell you to add or you aren't loading the static files On Wed, Jul 29, 2015, 12:44 PM Stas soroka wrote: > I'm currently reading a book "Learning Django Web Development". Even thoug > I followed the

Learning Django problems

2015-07-29 Thread Stas soroka
I'm currently reading a book "Learning Django Web Development". Even thoug I followed the book carefully, it says, that my page should look like this: When, in fact, my page looks like