Hi Tosin.

On 08/10/2018 10:42 AM, Tosin Ayoola wrote:
Maybe it is my error that is leading to that, I have it uploaded on github this is the link https://github.com/olaneat/ask_the_schools, probably you can be of help.
thanks


So you are not using the boostrap django package I linked to earlier, but instead you have copied the CSS and javascript files to you static directory. Information like that is quite useful if you want someone to help you.

Quickly looking at your templates, I can see that you are attempting to include the bootstrap CSS in the body of your rendered HTML page in the index template. That will probably not work. At best, it probably just doesn't do anything. That is probably not the cause of your error, but it is definitely suspicious.

If I were you, I would look at the HTML django sends to your browser for the index page. There should be one link reference to you static files bootstrap CSS in the head section.

Debugging this further would require me to checkout your code and attempt to run it, which I don't have the time for right now.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/947fdb24-3f4e-5976-2ba9-87f86bb0b522%40stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to