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

2020-07-07 Thread Kye Russell
Lol.


On 8 July 2020 at 10:00:11 am, Divyesh Khamele (pythonmatedivy...@gmail.com)
wrote:

Hi Charles,
Divyesh here,have 4+ years of experience to work as a Django developer. I
 can help you on this.

You need to hire me.

Hourly rate: 8$/hr.

Best,
D

On Wednesday, 8 July 2020, Carles Pina i Estany  wrote:

>
> Hi,
>
> I haven't read all this thread in detail and I might go off-topic. Sorry
> about that.
>
> On Jul/07/2020, '1337 Shadow Hacker' via Django developers  (Contributions
> to Django itself) wrote:
> > Do we really need DJANGO_ prefix on env vars ? In my first years of
>
> I know when having a variable named "DEBUG" instead of "DJANGO_DEBUG"
> affected me... due to a bug in Thunderbird and how, in that machine,
> variables for the Django project were set.
>
> Thunderbird on Debian didn't run at all because the launcher has a bug
> (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960230 ). If DEBUG is
> set it doesn't run. If the bug wasn't there, well, it would have ran in
> DEBUG mode probably or if Django named it DJANGO_DEBUG it would have not
> affected Thunderbird. I thought of prefixing variables when possible to
> avoid these interactions.
>
> Cheers,
>
> --
> Carles Pina i Estany
> https://carles.pina.cat
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers  (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-developers/20200707213034.GA2308%40pina.cat.
>
-- 
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/CAEV-ETTAG-c7UbUqUtowWRKM-kYNPZ3SzaqzL8O-h58sKiHeTQ%40mail.gmail.com

.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CANK-ykkM%2BRrztEmEVTBuDxuasXao%2BZMQXGLhQ_ANV6aaJSwE%2Bg%40mail.gmail.com.


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

2020-07-07 Thread Divyesh Khamele
Hi Charles,
Divyesh here,have 4+ years of experience to work as a Django developer. I
 can help you on this.

You need to hire me.

Hourly rate: 8$/hr.

Best,
D

On Wednesday, 8 July 2020, Carles Pina i Estany  wrote:

>
> Hi,
>
> I haven't read all this thread in detail and I might go off-topic. Sorry
> about that.
>
> On Jul/07/2020, '1337 Shadow Hacker' via Django developers  (Contributions
> to Django itself) wrote:
> > Do we really need DJANGO_ prefix on env vars ? In my first years of
>
> I know when having a variable named "DEBUG" instead of "DJANGO_DEBUG"
> affected me... due to a bug in Thunderbird and how, in that machine,
> variables for the Django project were set.
>
> Thunderbird on Debian didn't run at all because the launcher has a bug
> (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960230 ). If DEBUG is
> set it doesn't run. If the bug wasn't there, well, it would have ran in
> DEBUG mode probably or if Django named it DJANGO_DEBUG it would have not
> affected Thunderbird. I thought of prefixing variables when possible to
> avoid these interactions.
>
> Cheers,
>
> --
> Carles Pina i Estany
> https://carles.pina.cat
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers  (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-developers/20200707213034.GA2308%40pina.cat.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAEV-ETTAG-c7UbUqUtowWRKM-kYNPZ3SzaqzL8O-h58sKiHeTQ%40mail.gmail.com.


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

2020-07-07 Thread Carles Pina i Estany


Hi,

I haven't read all this thread in detail and I might go off-topic. Sorry
about that.

On Jul/07/2020, '1337 Shadow Hacker' via Django developers  (Contributions to 
Django itself) wrote:
> Do we really need DJANGO_ prefix on env vars ? In my first years of

I know when having a variable named "DEBUG" instead of "DJANGO_DEBUG"
affected me... due to a bug in Thunderbird and how, in that machine,
variables for the Django project were set.

Thunderbird on Debian didn't run at all because the launcher has a bug
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960230 ). If DEBUG is
set it doesn't run. If the bug wasn't there, well, it would have ran in
DEBUG mode probably or if Django named it DJANGO_DEBUG it would have not
affected Thunderbird. I thought of prefixing variables when possible to
avoid these interactions.

Cheers,

-- 
Carles Pina i Estany
https://carles.pina.cat

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/20200707213034.GA2308%40pina.cat.


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 first years of
> practicing 12-factor I used such prefix, but the last 5-6 years I let it
> go, because I just ended up with a list full of DJANGO_ variables in a
> containerized where only Django is running.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/3mulSta40m2DoZMPITSVrn3XE4xm_9NBbL1CMxtE8MqCnFqR-KT_RAOpxqfhH7Gn_6he9QkZ0z0HN0O2y2GAz8ifdQFghXcjfOMQF_wsUgs%3D%40protonmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAEE%2BrGrT6wSqWXw-fFTPJTi0YaJ08OtuTubCcvbQDXTja4dseg%40mail.gmail.com.


Accessibility - Using Aria

2020-07-07 Thread Jonathan Homer
I have been working on a public government website that is all about 
disabilities.  I have been using aria to improve parts of the website under 
our control with templates etc.  

However I have come to parts like anchors where the page maintainers add, 
who know little about HTML markup.  I have been looking at the Link Editor 
there seems to be no section (I may have missed it) for adding in such 
values.  This helps when we have a paragraph on information with the "*Learn 
More*" anchor link, not an amazing design I know but a common enough.  If 
we could add for example aria-label we could add a descriptive tag like 
*aria-label="Learn 
more about Autism"* etc.  This means when screen readers get to the link it 
will understand what is happening and would then be able to give a good 
description of where the link goes.

So would that be a possible enhancement?  Or have I missed a more obvious 
route, that is already in CMS that can help?  

This opens up perhaps more questions.  

For example we do have the ability to add description to images, so that is 
easy to improve.  I just wondered if there were any other parts that can be 
simply added to CMS to improve the readability?

What are your thoughts?

-- 
Message URL: 
https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id
Unsubscribe: send a message to 
django-cms-developers+unsubscr...@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"django CMS developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-cms-developers+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-cms-developers/d4414149-f2c2-400b-a46e-b24cb7a7ccffo%40googlegroups.com.


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

2020-07-07 Thread '1337 Shadow Hacker' via Django developers (Contributions to Django itself)
Do we really need DJANGO_ prefix on env vars ? In my first years of practicing 
12-factor I used such prefix, but the last 5-6 years I let it go, because I 
just ended up with a list full of DJANGO_ variables in a containerized where 
only Django is running.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3mulSta40m2DoZMPITSVrn3XE4xm_9NBbL1CMxtE8MqCnFqR-KT_RAOpxqfhH7Gn_6he9QkZ0z0HN0O2y2GAz8ifdQFghXcjfOMQF_wsUgs%3D%40protonmail.com.