Re: Adding a security concerned feature

2020-12-02 Thread 'Aaron C. de Bruyn' via Django developers (Contributions to Django itself)
On Wed, Dec 2, 2020 at 9:23 AM Collin Anderson wrote: > > combination of blocking IPs and having a different admin URL would raise > the bar quite a bit. > > So having a different default admin URL would help, right? > Sure. But so would disconnecting the network cable from your server. :) It's

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 i

Re: Making startproject's settings more 12-factor-y

2020-07-07 Thread 'Aaron C. de Bruyn' via Django developers (Contributions to Django itself)
Not everyone runs containerized. I think some settings shouldn't be prefixed--i.e. DATABASE_URL is a pretty common one. -A On Tue, Jul 7, 2020 at 12:40 AM '1337 Shadow Hacker' via Django developers (Contributions to Django itself) wrote: > Do we really need DJANGO_ prefix on env vars ? In my f

Re: __ne, #5763

2015-11-21 Thread Aaron C. de Bruyn
le > . > > On Saturday, November 21, 2015 at 11:39:18 AM UTC+1, Carsten Fuchs wrote: >> >> Am Samstag, 21. November 2015 02:27:42 UTC+1 schrieb Aaron C. de Bruyn: >>> >>> With all due respect, looking through the ticket and reading responses >>> show

Re: __ne, #5763

2015-11-20 Thread Aaron C. de Bruyn
With all due respect, looking through the ticket and reading responses shows me that the 'pro' side has good use cases for __ne, and the 'con' side basically says "use exclude" or "a core committer close the ticket, stop opening it" with no good reasoning or rationale behind it. -A On Fri, Nov 20

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Aaron C. de Bruyn
On Tue, Mar 24, 2015 at 9:10 AM, Germano Gabbianelli wrote: > Uhm, missing IE9 support. It is the default browser on vista, which has > extended support until 2017 :| "Beginning January 12, 2016, only the most current version of Internet Explorer available for a supported operating system will r

Re: Django Admin New Look

2015-03-11 Thread Aaron C. de Bruyn
Beautiful. It's clean and simple. Great work! -A On Wed, Mar 11, 2015 at 1:20 PM, elky wrote: > Hi everyone, > > I reworked my previous attempt of stylizing django admin and now it looks > more like original in terms of color scheme. See attachments. > > For those who want to play with new the

Re: django model imorting

2015-02-23 Thread Aaron C. de Bruyn
You might want to try the django-users mailing list ( https://groups.google.com/forum/#!forum/django-users). This list is for developers working on writing Django itself. -A On Mon, Feb 23, 2015 at 8:41 PM, Midhun Sudhakar wrote: > error importing model from one app to another app in django

Re: selecting app for syncdb

2013-05-22 Thread Aaron C. de Bruyn
If you have south installed, I believe you can use migrate which takes an app argument. python manage.py migrate myapp -A On Wed, May 22, 2013 at 12:50 PM, Michał Nowotka wrote: > Hello, > > Is the any particular reason why syncdb doesn't have argument with list of > applications to be synced

Re: Djangopeople.net status

2012-05-09 Thread Aaron C. de Bruyn
On Wed, May 9, 2012 at 1:37 PM, Alex Sosnovskiy wrote: >> https://convore.com/djangopeoplenet-development/ - gives http404 > > Djangopeople.net is dead? > > If to be honest I don't understand you, guys! What's the profit of rewriting > views to class-based if djangopeople.net is down for a year ?

Re: GitHub migration planning

2012-04-24 Thread Aaron C. de Bruyn
On Mon, Apr 23, 2012 at 22:30, Tai Lee wrote: > This seems odd to me. Django is generally a very open and community oriented > project, which strives to consult with the community and achieve a > consensus, resorting to a BDFL decision when necessary, after all sides have > put their case. You're

Re: IDE Section for Wiki?

2012-04-23 Thread Aaron C. de Bruyn
On Mon, Apr 23, 2012 at 09:08, Daniel Sokolowski wrote: > Works for me, Aaron why not register for a username (or do it anonymously) > and have the honours of adding it yourself? :) Done. I didn't want to potentially 'deface' a prominent page without at least letting it pass in front of django-d

IDE Section for Wiki?

2012-04-22 Thread Aaron C. de Bruyn
Since everyone lve to ask and answer questions about which IDE is 'best' for Django, I figured I'd save everyone some time and just have a section on the wiki. Here's my start if someone wants to post it. I was thinking the DjangoResources page would be good (https://code.djangoproject.com/wi