Re: delegating our static file serving

2017-03-22 Thread Aleksej Manaev
Am I on the right track with the integration of WhiteNoise into Django? Can Someone lead me to the next steps that need to be done? https://github.com/django/django/compare/master...AleksejManaev:ticket_27325?expand=1 I think "django/views/static.py" can't be deprecated because it is used for

Re: delegating our static file serving

2016-12-25 Thread Aleksej Manaev
I started looking into this but have progressed slowely. At first I put the whitenoise project into the contrib folder of django. Tim Graham suggested not to change much of the integration with the old WSGI interface, so I think the new middleware way would be alright too. On Tuesday, 29

debugging the test suite of django itself

2016-11-21 Thread Aleksej Manaev
I'm working on a django ticket and my changes lead to errors in the django test suite. How can you debug the test suite of django itself in PyCharm? I can run the tests: runtests.py staticfiles_tests I tried Python tests -> Unittests and it says: django.core.exceptions.ImproperlyConfigured:

Re: delegating our static file serving

2016-10-03 Thread Aleksej Manaev
Hello, I would like to work on this in the scope of my study project. Is someone already working on this? I am fairly new to contributing to the framework, can you provide me more information on the current state of the issue, which problems need to be solved and which possible solutions there