Importing models in other files

2021-01-02 Thread Ronak Mistry
Hello there. I had created a web scraper to scrape some data and want to store it in database. The scraper returns a separate list of all the fields required in my model. Does anyone know how to do it. I had tried to write : *import django* *django.setup()* In the beginning of the file but still

Suggestion Needed:-Defect tracking

2021-01-02 Thread mailt...@gmail.com
Hello reader, I hope you are doing great. >From last few years I was thinking to start a project http://defectzilla.com/ Django base defect tracking. But unable to conclude that should I Start developing it and people will be interested to use it? If you think its great idea, Would you

Menu fixed in top of scrren

2021-01-02 Thread gabriela...@gmail.com
Hi, I've build a horizontal menu, but this hide the superior part of the HTML page. Is something that can I do in a way displaces down the whole html page? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

How to get username in django_requestlogging

2021-01-02 Thread Shailesh Yadav
I am using ‘django_requestlogging’ for the log file and I have followed django_requestlogging this link and configured it as per the steps given. I am not getting the username in the log file instead of that I am getting “-”. Please find the

Log Out User From All Devices

2021-01-02 Thread Samiddha সমিদ্ধ
When a user will change his/her password, then the user will log out from all devices. Ho to implement this in django? *logout(request) *only logout the user from the browser, from which browser user doing the action. But I want to logout the user from all devices. -- You received this