Link Disappearing in the browser instead of redirecting on button click

2021-11-01 Thread Indrajeet Singh Yadav
So i have a html page rendered which has a tag button. Earlier when i used to click on the button the browser would redirect to the link specified. But now when i am doin the same, the whole row (the button is in a column of a table) disappears and nothing happens. If i right click it then the

Re: Link Disappearing in the browser instead of redirecting on button click

2021-11-01 Thread Indrajeet Singh Yadav
in a new tab, the 'clientsetacc()' runs. But if I left click the button and try to open in the same tab the row in which the button is disappears. The whole row buttons and everything. Any suggestion on how to improve the code are also welcome. Thank You On Monday, November 1, 2021 at 10:

Re: New user

2021-11-02 Thread Indrajeet Singh Yadav
Hi, Like you I also started django a while back. And i feel like djangogirls is a good place to start. Its a tutorial site. Search google. They will help you get started with the basics of django. They have quite a well explained tutorial. Also if you find some other way which is good for learning

Re: help

2021-11-02 Thread Indrajeet Singh Yadav
Hi, Follow these steps:- 1. Check i.e. trace back where exactly did u install python. 2. Trace where you installed django. to do that run this code on python path, pip freeze or pip freeze > requirements.txt(makes a requirements file good for future use), it gives all the install modules in pytho