Re: [Feature Request] Having an middleware to be able to force authentication on views by default

2020-03-19 Thread Fabio Caritas Barrionuevo da Luz
> I'm surprised nobody has mentioned django-stronghold in this discussion which does exactly what you're looking for. Same here. django-stronghold has been working well in my projects for me for years. https://github.com/mgrouchy/django-stronghold Em quinta-feira, 19 de março de 2020 07:

Re: Adding Quantum Encryption to Django Project

2019-05-08 Thread Fabio Caritas Barrionuevo da Luz
What do you mean by Quantum Encryption/Quantum hashing? It would be nice to explain what it is and / or send some links to more information. That said, I think for anything to be integrated into the core of django, it should first, as far as possible, prove its concept as an external django a

Re: translate django documentation

2018-10-30 Thread Fabio Caritas Barrionuevo da Luz
Hello Adson, Brazilian community has a Telegram Group to talk about translation (of Python and related technologies) and help new translators: please run this code to get the link to the Telegram group: print(''.join([chr(i - 105) for i in [209, 221, 221, 217, 220, 163, 152, 152, 221, 151, 214

Re: Set formfield.initial when created using modelformset_factory

2018-05-24 Thread Fabio Caritas Barrionuevo da Luz
try https://django-autocomplete-light.readthedocs.io/en/master/ Em quarta-feira, 23 de maio de 2018 15:58:20 UTC-3, Brock Hallenbeck escreveu: > > Thanks Collin, that does help. > > I guess I am going to have to take a fundamentally different approach to > accomplish what I want. > > I have att

Re: Improving MSSQL and Azure SQL support on Django

2016-01-25 Thread Fabio Caritas Barrionuevo da Luz
is there any update about the progress of this? -- Fábio C. Barrionuevo da Luz Palmas - Tocantins - Brasil - América do Sul Em terça-feira, 13 de outubro de 2015 18:12:55 UTC-3, Tim Graham escreveu: > > If anyone is interested in listening in on the meetings with Microsoft > engineers (Wednes

Re: delegating our static file serving

2015-12-31 Thread Fabio Caritas Barrionuevo da Luz
A question: are there any plans to also improve MEDIA files (user uploaded files) in any foreseeable future? Perhaps this is outside the scope of Django, but I believe Django could provide by default, any option to get a little more control over who can and can not access the MEDIA files. Most

Re: Config file for startproject.

2015-06-23 Thread Fabio Caritas Barrionuevo da Luz
for example, check whether this level of customization capabilities of the generated project that you need: pip install tox cookiecutter cookiecutter https://github.com/ionelmc/cookiecutter-pylibrary.git The ionelmc cookiecutter-pylibrary project uses the cookiecutter hooks to customize post

Re: Looking for Django mentor to help with an ongoing project.

2015-05-19 Thread Fabio Caritas Barrionuevo da Luz
Hi, this mailing list is about the development of django itself, please post to django-users instead. Em terça-feira, 19 de maio de 2015 12:25:13 UTC-3, SB escreveu: > > Hi, > We are a group of students and are putting together a website

Re: [Database based on country]

2015-03-07 Thread Fabio Caritas Barrionuevo da Luz
Hello xino12. This group is for the discussion of the development of Django itself. If you want to ask questions about using Django, please post on django-users . -- Fábio C. Barrionuevo da Luz Em sábado, 7 de março de 2015 16:52:35 UTC-3

Re: Making the test suite run faster

2015-02-07 Thread Fabio Caritas Barrionuevo da Luz
Parallel is different than concurrent, did you come to look at the package "testtools", I think it implements something similar to what you want to do https://github.com/testing-cabal/testtools/blob/master/testtools/testsuite.py#L38-L198 http://stackoverflow.com/a/17059844/2975300 Em sexta-fei

Re: GSOC 2015 project ideas suggestion

2015-02-02 Thread Fabio Caritas Barrionuevo da Luz
Some ideas. (which still require approval of the core developers): * Improve database backend base API and related features(including introspection feature used by inspectdb), so that it is less complicated to add in the future support the specific features of some backends. eg multiple databa

Re: Pull request builder now on Ubuntu 14.04

2015-01-27 Thread Fabio Caritas Barrionuevo da Luz
Tim Graham, I plan to work on the tickets [1][2], how can I replicate the test servers in my own infrastructure? I'm still learning, so do not like to consume resources with my implementation attempts. [1] https://code.djangoproject.com/ticket/6148 [2] https://code.djangoproject.com/ticket/226

Re: [ANNOUNCE] Django 1.8 alpha 1 released

2015-01-16 Thread Fabio Caritas Barrionuevo da Luz
Em sexta-feira, 16 de janeiro de 2015 20:10:37 UTC-3, Tim Graham escreveu: > > We've made the first release on the way to Django's next long-term support > release, Django 1.8! With only two and a half months until the scheduled > final release, we'll need prompt testing from the community to en

Re: Adding hard dependencies to Django's test suite

2014-11-27 Thread Fabio Caritas Barrionuevo da Luz
python 2.7.9 rc1 include a backported version of python3 ensurepip see: https://hg.python.org/cpython/rev/592a5414fabd https://docs.python.org/2/library/ensurepip.html -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django its

Re: inspectdb and non "public" schema in postgresql

2014-05-21 Thread Fabio Caritas Barrionuevo da Luz
On Monday, May 19, 2014 11:38:20 PM UTC+2, Fabio Caritas Barrionuevo da > Luz wrote: >> >> Hello Django core developers. >> Sorry if this is not the correct place to handle this. >> >> I have a legacy database in PostgreSQL, which is still in production. >> I wan

Re: error in "makemessages" command on latest django version (1.8dev)

2014-05-02 Thread Fabio Caritas Barrionuevo da Luz
it was really a bug apparently solved in https://github.com/django/django/commit/d1799233f46c39379fe429a4ece128d96b128006 Is it still necessary create a new ticket for this? Em quarta-feira, 30 de abril de 2014 23h35min59s UTC-3, Fabio Caritas Barrionuevo da Luz escreveu: > > Hello so

error in "makemessages" command on latest django version (1.8dev)

2014-04-30 Thread Fabio Caritas Barrionuevo da Luz
Hello sorry if this is not the correct place for these questions I was testing the latest version of Django[1] directly from Github and am having this problem. In this link you can see all the steps I did to get this error https://asciinema.org/a/9213 I try: python manage.py makemessages Resu