Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
28 views

Not loading static(CSS,JS,BOOTATRAP) files after applying "Empty Cache and Hard Reload" [duplicate]

I am working on django website,i made some changes in jquery file and then apply "Empty Cache and Hard Reload" in browser ,but now all the static files are not reflecting in browser, before ...
Adeeb Hassi's user avatar
0 votes
1 answer
29 views

page-break not working on headings ( python, weasyprint )

I want to create a pdf out of html content. I use beautifulsoup to get html string and then create PDF using weasyprint and python out of it. I have issue when i want to show headings ( specifically ...
Puzzleshock's user avatar
0 votes
1 answer
40 views

Display data into modal form through django

I am very much new to django. I am trying to display the details of a student record in a modal form once details button clicked. But it is showing an empty modal form. Below is the code snippet. ...
Suman Ghosh's user avatar
  • 1,449
0 votes
0 answers
18 views

Testimonial Section Doesn't Show in WebPage Cyberpanel

i would like to ask you a question about Webpage View in Cyberpanel, so i tried to host my django project to Cyberpanel hosting service, after a few configurations was made, the index.html is loaded ...
Siau Tong's user avatar
-1 votes
0 answers
14 views

HTML chat form is not stable - Django site

I have a django site which has a chatapp on it. the problem is the chat-content form in the chat app is not stay in the bottom of the chat page and user should send a lot of messages to come down the ...
Abol's user avatar
  • 39
0 votes
2 answers
47 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 794
0 votes
1 answer
45 views

How to make every post equal in size when responding to screen size

Inside the post div, there will be multiple post rows. Each row contains maximum 4 posts. So when there are 5 posts there comes the problem with responsiveness. First 4 posts (first row) will respond ...
Benet Paul Benny's user avatar
-1 votes
0 answers
26 views

HTML coun'd locate my image when I put the folder into my django app [duplicate]

Before I put the html file inside the template folder follow along with my dijango project, it work perfectly. However, when I build a template folder, and put my CSS and HTML file in, the images are ...
Tony leung 's user avatar
1 vote
1 answer
20 views

Django templates and css: is there a workaround for getting my preload link tags to match my css relative paths to font sources?

Background I just started using Digital Oceans Spaces for storing my static files for my Django web app (connected using django-storages library). Previously, I used link elements in the head of my ...
DevinG's user avatar
  • 502
0 votes
0 answers
31 views

How to save css to persist over loading different pages or refreshing page

I am trying to implement the function of saving a post or liking a post and the css style of the like button or the save button doesn't apply when refreshing or changing page. how can I save the css ...
Bemin Dawoud's user avatar
-1 votes
0 answers
28 views

functionality in which same height of all the tr of the table based on the tallest tr of the table using html and css only

i am using playwright package of django for template, i want the same height of the tr should be applied for all the tr of table based on tallest tr. not expecting the tr should reposive its own ...
Shital Nerikar's user avatar
0 votes
1 answer
48 views

show time slots after click on date calendar

I have two fields on Django Model, Date field and Time field, class Appointment(models.Model): section = models.ForeignKey( 'Section', verbose_name=_('Section'), ...
Israa Salameh's user avatar
1 vote
1 answer
61 views

How do I get my CSS to function in Chrome?

I am new to Python and taking a Django course online from Dave Gray. In the course we create CSS for Nav feature. * { margin: 0; padding: 0; box-sizing: border-box; } body { min-...
Corey Wilson's user avatar
0 votes
2 answers
51 views

How do I minify my HTML so that CSS and FontAwesome and Bootstrap names are reduced

I have a Django website that displays a table with data. It uses FontAwesome and Bootstrap for styling - which leads to some lengthy HTML (a standard page is 136k). Eg Some TDs contain an arrow using ...
The Huff's user avatar
  • 485

15 30 50 per page
1
2 3 4 5
226