Re: problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-16 Thread Camilo Torres
On Sunday, March 16, 2014 1:58:50 AM UTC-4:30, rafiee.nima wrote: > > I'm using development server . and when i use href="{{STATIC_URL}}css/bootstrap.css" rel="stylesheet" media="screen"> it > seems work correctly but when I use media="screen"> my project file and directory structure is like

Re: problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-16 Thread rafiee.nima
I'm using development server . and when i use it seems work correctly but when I use my project file and directory structure is like : 1. root project folder 1. app folder 2. static 1. css 1. bootstarp.css 2. js 3. img 3. media 4. template

Re: problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-14 Thread Tom Evans
On Fri, Mar 14, 2014 at 2:33 AM, Camilo Torres wrote: > python manage.py startapp testapp > > Inside the newly created test app directory, create static/css/ and put your > file there. Now try to reload your template to see if the template loads. > > This may make it work

Re: problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-13 Thread Camilo Torres
On Sunday, March 9, 2014 3:59:02 PM UTC-4:30, rafiee.nima wrote: > > On Sunday, March 9, 2014 10:29:37 PM UTC+3:30, Camilo Torres wrote: >> >> On Sunday, March 9, 2014 12:11:11 PM UTC-4:30, rafiee.nima wrote: >>> >>> I am new to bootstarp and I want to use it in my django project. >>> I put the

Re: problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-09 Thread rafiee.nima
On Sunday, March 9, 2014 10:29:37 PM UTC+3:30, Camilo Torres wrote: > > On Sunday, March 9, 2014 12:11:11 PM UTC-4:30, rafiee.nima wrote: >> >> I am new to bootstarp and I want to use it in my django project. >> I put the needed folder's(css , js , img) in my project static folder and >> config

Re: problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-09 Thread Camilo Torres
On Sunday, March 9, 2014 12:11:11 PM UTC-4:30, rafiee.nima wrote: > > I am new to bootstarp and I want to use it in my django project. > I put the needed folder's(css , js , img) in my project static folder and > config my setting.py to access static directory > I can access bootstrap.css from

problem with integrating bootstrap 3.1.1 and django 1.6

2014-03-09 Thread rafiee.nima
hi I am new to bootstarp and I want to use it in my django project. I put the needed folder's(css , js , img) in my project static folder and config my setting.py to access static directory I can access bootstrap.css from http:///..myprojecet/static/bootstrap.css which means I correctly config