Re: Using activate() to set the timezone in Model Admin

2022-07-13 Thread Abdul Qoyyuum
You can set this up in Admin site with activate() as you found out. This stack overflow answer shows that the developer uses stackedinline on the admin site when representing to the user. https://stackoverflow.com/a/38730431 Abdul Qoyyuum Bin Haji Abdul Kadir System Engineer at Card Access Service

Re: Static Code analysis and Security Scanning tools for Django Web Applications

2022-07-13 Thread Paul Tiplady
I also use safety to scan for package vulnerabilities in the pipeline. This is similar to a repo-scanning app like Dependabot or Snyk. Prospector is decent, although I found it preferable to use pre-commit to wire up individual tools

Using activate() to set the timezone in Model Admin

2022-07-13 Thread Paul Tiplady
I'd like to have my Admin site use a different default timezone than the rest of my django app. I prefer the backend and API to operate in UTC, because this is a general good practice for geographically distributed teams. However admin users (based in a specific timezone) find this confusing, a

Re: create browser api

2022-07-13 Thread Lakshyaraj Dash
Follow the following playlist to have a complete idea on a blog app. This may be more than enough: Link : https://youtube.com/playlist?list=PLfH6LOk1xz2FB1RphEcKWWHIrNYxHFsJj On Wed, Jul 13, 2022, 19:31 Rushikesh Chavan wrote: > i want to create an api which will be used to maintain comment sect

Re: create browser api

2022-07-13 Thread Lakshyaraj Dash
First thing is Disqus is made in django and you must know how to handle comments and replies system in django then you can proceed to build your api. It's really easy to handle comments and replies in django than flask. In flask you need some time to do that. But in django with the help of foreign

create browser api

2022-07-13 Thread Rushikesh Chavan
i want to create an api which will be used to maintain comment section of websites. And it can be integrated to websites like blog web application. But i am not able to get how can i integrate api with website and create an api to make get and post requests , i want to create somewhat like disqus.c

Interested to Work with Python,Django,DRF

2022-07-13 Thread Suresh_Chilukuri
Hi All, I am suresh, I want to work with python,django,DRF technologies and I worked on different examples while learning them . I am have 11 months of experience in Software Engineer Role ,Currently I am working as Development Report for banking using Active Reports Tool. I have Knowledge in Pyt

Re: Upload an image to firebase from django Html Page

2022-07-13 Thread Abdul Qoyyuum
You could instead use Whitenoise if Firebase Storage doesn't work out for you. http://whitenoise.evans.io/en/stable/ On Thursday, June 30, 2022 at 2:45:17 PM UTC+8 koushi...@gmail.com wrote: > I want to get image in input tag in Html page and upload it to the > firebase storage when the HTML fo