Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Jinja2 HTML <a> tags not rendering properly
Post: RE: Jinja2 HTML <a> tags not rendering properly

Thank you @ndc85430
ChaitanyaPy Web Scraping & Web Development 4 3,269 Jun-28-2020, 06:12 PM
    Thread: Jinja2 HTML <a> tags not rendering properly
Post: RE: Jinja2 HTML <a> tags not rendering properly

Thanks! So you are telling that it's better to generate the HTML using Jinja2 and pass the important parameters. This was the f_list() function: def f_list(): u_list = a_list() if u_list[0] ==...
ChaitanyaPy Web Scraping & Web Development 4 3,269 Jun-28-2020, 06:06 PM
    Thread: Jinja2 HTML <a> tags not rendering properly
Post: Jinja2 HTML <a> tags not rendering properly

Hello guys. I am using Flask for the web interface I am having trouble rendering the template properly. This is my code: @app.route('/announcements') def announcements(): announcements = f_list() ...
ChaitanyaPy Web Scraping & Web Development 4 3,269 Jun-28-2020, 05:40 PM
    Thread: PUT http query return <Response [500]>
Post: RE: PUT http query return <Response [500]>

Is it an online service or a local java-server that you are running? If it's an online service, then there should at least be some bare documentation on what request method to use for a specific funct...
ChaitanyaPy Web Scraping & Web Development 7 4,522 Jun-10-2020, 11:12 AM
    Thread: PUT http query return <Response [500]>
Post: RE: PUT http query return <Response [500]>

Have you checked the API documentation of that service? I have experience using python-based servers, and most of the time the reason for a HTTP Error 500 has always been a server-side code error whic...
ChaitanyaPy Web Scraping & Web Development 7 4,522 Jun-10-2020, 10:35 AM
    Thread: PUT http query return <Response [500]>
Post: RE: PUT http query return <Response [500]>

It is a problem with the server end. Maybe the server is unable to handle the request. The HTTP Error 500 literally means that. If the server is a python-based server built with services like Pythonan...
ChaitanyaPy Web Scraping & Web Development 7 4,522 Jun-10-2020, 09:58 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020