Re: Model Generation for CSV, XLS Files

2020-11-25 Thread Arvind Nedumaran
Hi Muskan, There isn’t anything that directly lets you load a CSV and generate models for it as far as I know (I may be wrong). But check out the Django documentation’s HOWTO on integrating with legacy databases - https://docs.djangoproject.com/en/3.1/howto/legacy-databases/. One possible

Model Generation for CSV, XLS Files

2020-11-25 Thread Muskan Vaswan
Hi everyone, I am Muskan and am very new to this community however not that new to django itself. Contributing to django is something I would really like to do, and I might also be participating in GSoc for the same. I have an vague idea of what I want to fix, because I myself have used

Re: Request for Comment: settings growth configuring Email Backend.

2020-11-25 Thread Michiel Beijen
Hi Carlton, On Tue, Nov 24, 2020 at 11:35 AM Carlton Gibson wrote: > Ticket 31885 Update SMTP Email Backend to use an SSLContext came in for which > there's a PR adding `EMAIL_SSL_CAFILE` settings to match the existing > EMAIL_USE_SSL settings. > > The PR looks fine in itself. > > I do

Re: Adding a security concerned feature

2020-11-25 Thread 'Aaron C. de Bruyn' via Django developers (Contributions to Django itself)
That's security through obscurity that isn't too difficult to get past. It certainly raises the bar a bit, but like you said, the root problem is someone finding a login box and hammering away trying to guess usernames and passwords. I'm betting your 'standard' login box isn't difficult to find

Re: Adding a security concerned feature

2020-11-25 Thread Collin Anderson
Hi All, I think at minimum we should change the default admin url for new projects, as that's very easy to do, and it does provide a lot of value for new projects. This helps Django to be secure by default. I use the default /admin/ url for my projects and bots are regurarly trying different