Re: Potential suspension of Channels development

2019-01-20 Thread Shrawan Poudel
Hello, i am interested in helping in this project. Please guide thought the process for helping . I have been using these projects in many of my Production app . On Sun, Jan 20, 2019 at 1:58 AM Carlton Gibson wrote: > Hey Andrew. > > I've been thinking a lot about this. You clearly shouldn't b

Re: Messages without text in the messages framework

2019-01-20 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Sat, 19 Jan 2019 at 16:00, Sebastian Lechner wrote: > Dear Django developer community, > > oft

static templatetag: adding default argument blank

2019-01-20 Thread Mohammad Etemaddar
in the conversion of HTML template to Django template, sometimes it is hard to find&remplce static paths. In current Django template we should change for example this: to as you see we add two parts to the href: We can also do in this order: (2) In this way, we need to do only one find/

Re: static templatetag: adding default argument blank

2019-01-20 Thread Adam Johnson
I would be against adding this. Most text editors support a find-and-replace with regex option that would let you capture the asset path and place it within the {% static '' %} tag; additionally, you could always change your templates to include STATIC_URL globally and just do {{ STATIC_URL }} if y

Re: static templatetag: adding default argument blank

2019-01-20 Thread Mohammad Etemaddar
You are right. This is a better option, {{ STATIC_URL }}. Mohammad Etemaddar * in * Programming services: *Python* & *Linux* On Sun, Jan 20, 2019 at 9:46 PM Adam Johnson wrote: > I would be against adding this. Most text editors sup

Re: Potential suspension of Channels development

2019-01-20 Thread Andrew Godwin
On Sat, Jan 19, 2019 at 12:13 PM Carlton Gibson wrote: > Hey Andrew. > > I've been thinking a lot about this. You clearly shouldn't be maintaining > Channels single-handedly indefinitely. > > I know Channels started out separately, but, it's time to think about > what, if anything of channels, is

Introduction GSoC

2019-01-20 Thread noumbissivalere
Hello Everyone! Am Noumbissi Valere, a student from Cameroon. Am skilled in python and have used django to build some web apps. Am new to open source and will love to contribute to django, hoping to participate for GSoC this Year. Please can anyone help me on how to get started? -- You receive