Re: Requiring sqlparse for sqlite introspection

2018-10-28 Thread Adam Johnson
I'm fine with adding it as a dependency, my experience has been that it's a stable, well-maintained package over the past few years I've used it. On Sun, 28 Oct 2018 at 05:00, charettes wrote: > After a bit of work to minimize the cases where sqlparse would be a > required at runtime for SQLite

Re: Standalone is_safe_url() function

2018-10-28 Thread Adam Johnson
> > I needed that functionality on another project that doesn't use Django at > all. > If this was my own project, I would have installed Django and imported the function. Afaict it doesn't depend on settings or any other setup so it should work from an import. The only concern would be size of si

need help to get started

2018-10-28 Thread Harsh Sahu
Hello There! This is Harsh. I'm pursuing master's degree in Computer Science. I'm a intermediate python person and learning full stack development(Flask/Django). Also I'm new to open source and would like to make my contributions to Django. Please help me to get started . Thanks in advance. -

Re: need help to get started

2018-10-28 Thread Tim Graham
Hi Harsh, please read https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/. On Sunday, October 28, 2018 at 9:42:07 AM UTC-4, Harsh Sahu wrote: > > Hello There! > This is Harsh. I'm pursuing master's degree in Computer Science. I'm a > intermediate python person and lear

Re: #29752 Adding a ALLOWED_HOSTS_IGNORABLE_URLS setting

2018-10-28 Thread Peter Baumgartner
I implemented something for this in the django-alive package via a middleware that will bypass the host checking: https://github.com/lincolnloop/django-alive/#disabling-allowed_hosts-for-healthchecks https://github.com/lincolnloop/django-alive/blob/master/django_alive/middleware.py On Fri, Sep 14

Re: Widening participation (Thoughts from DjangoCon)

2018-10-28 Thread Josh Smeaton
I strongly dislike Trac in nearly every way. It's hard to search and the filters are next to useless, and the categorisation features we use are not very useful. I believe the better way to search Trac is to use google and site:code.djangoproject.com which is a red flag itself. On Saturday, 27

python-memcached seems to be unmaintained

2018-10-28 Thread Adrian Turjak
Through some of my last few projects using Django and Memcached I kept running into the problem that python-memcached appears to no longer be maintained[1], and even before that the release frequency was getting quite low. For Django pylibmc is an alternative, but having to rely on an underlying C

Re: Widening participation (Thoughts from DjangoCon)

2018-10-28 Thread Dan Davis
Trac can be made easier to search with Apache Solr - https://www.pycon.it/conference/talks/full-text-search-for-trac-with-apache-solr On Sunday, October 28, 2018 at 6:04:12 PM UTC-4, Josh Smeaton wrote: > > I strongly dislike Trac in nearly every way. It's hard to search and the > filters are n