Re: GSoC 2015: Improved URL Pattern Matching (Draft)

2015-03-28 Thread Alexander Patel
Thanks for the feedback, everyone. The final proposal can be found here . Let me know if you have any questions. Best, Alex On Wednesday, March 25, 2015 at 7:17:31 PM UTC-4, Alexander Patel wro

Re: GSOC 2015 project ideas suggestion

2015-03-26 Thread Tim Graham
It still doesn't interest me enough to provide any additional feedback. On Thursday, March 26, 2015 at 1:20:42 AM UTC-4, Asif Saifuddin wrote: > > Hi, > > I have been updating my proposal and as the deadline is friday Your > feedback will help me to make it better in technical point of view > > h

Re: GSoC 2015: Improved URL Pattern Matching (Draft)

2015-03-26 Thread Aymeric Augustin
Hi Alexander, I won’t repeat what Russell said, just add a few things. A few months ago I had a use case for internationalization that looked pretty simple but turned out to be tricky to implement: https://github.com/oscaro/django-o18n . Resolving is easy

Re: GSoC 2015: Improved URL Pattern Matching (Draft)

2015-03-26 Thread Alexander Patel
Russ - Thanks a ton for the feedback. I really appreciate you taking the time to look over my proposal. On Wednesday, March 25, 2015 at 11:11:02 PM UTC-4, Russell Keith-Magee wrote: > > Hi Alex, > > On Thu, Mar 26, 2015 at 7:03 AM, Alexander Patel < > alexand...@college.harvard.edu > wrote: >

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-26 Thread Marten Kenbeek
I've updated my proposal with a few more changes. Specifically, I've added a small part about reversing namespaced urls without specifying the namespace. In some circumstances this can provide looser coupling between third-party apps and arbitrary, reversible objects. It can also ease the trans

Re: GSOC 2015 project ideas suggestion

2015-03-25 Thread Asif Saifuddin
Hi, I have been updating my proposal and as the deadline is friday Your feedback will help me to make it better in technical point of view https://gist.github.com/auvipy/1da0d96f826bd8da4d47 Regards -- You received this message because you are subscribed to the Google Groups "Django develope

Re: GSoC 2015: Improved URL Pattern Matching (Draft)

2015-03-25 Thread Russell Keith-Magee
Hi Alex, On Thu, Mar 26, 2015 at 7:03 AM, Alexander Patel < alexanderpa...@college.harvard.edu> wrote: > Hello, all, > My name is Alex Patel, and I am an undegraduate at Harvard College in the > United States studying mathematics and philosophy. I intend to submit a > proposal to work on Django's

GSoC 2015: Improved URL Pattern Matching (Draft)

2015-03-25 Thread Alexander Patel
Hello, all, My name is Alex Patel, and I am an undegraduate at Harvard College in the United States studying mathematics and philosophy. I intend to submit a proposal to work on Django's URL dispatch mechanism for this year's Google Summer of Code, and am posting to solicit any feedback, commen

Re: GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Aymeric Augustin
2015-03-25 17:21 GMT+01:00 Asif Saifuddin : > lookign for some feedback from you about my proposal idea > > its still on going to improve my proposal and im working on it > https://gist.github.com/auvipy/1da0d96f826bd8da4d47 > I read it when you first posted it, but I don't have constructive feed

Re: GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Asif Saifuddin
Hi Aymeric, lookign for some feedback from you about my proposal idea its still on going to improve my proposal and im working on it https://gist.github.com/auvipy/1da0d96f826bd8da4d47 On Wednesday, March 25, 2015 at 7:45:39 PM UTC+6, Aymeric Augustin wrote: > > 2015-03-25 14:40 GMT+01:00 Hars

Re: GSOC 2015 project ideas suggestion

2015-03-25 Thread Asif Saifuddin
I have updated the proposal with what I'm planning to acheive in the program and updating with my analysis and plans to acheive the goal. still in draft and am editing according the goal I wanted to acheive/implement in this project proposal. -- You received this message because you are subsc

Re: GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Harsh Vardhan Ladha
Ok! Thanks :) On Wednesday, March 25, 2015 at 7:37:55 PM UTC+5:30, Aymeric Augustin wrote: > > 2015-03-25 14:48 GMT+01:00 Harsh Vardhan Ladha >: > >> Thanks for quick reply. Can you help me to decide whether its good >> project for GSoC or not? and to which Mentor I can submit its proposal if >

Re: GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Aymeric Augustin
2015-03-25 14:48 GMT+01:00 Harsh Vardhan Ladha : > Thanks for quick reply. Can you help me to decide whether its good project > for GSoC or not? and to which Mentor I can submit its proposal if Django > community will not accept it? > This isn't our choice. It's one of the rules of GSoC. It also

Re: GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Harsh Vardhan Ladha
Hi Aymeric, Thanks for quick reply. Can you help me to decide whether its good project for GSoC or not? and to which Mentor I can submit its proposal if Django community will not accept it? On Wednesday, March 25, 2015 at 7:15:39 PM UTC+5:30, Aymeric Augustin wrote: > > 2015-03-25 14:40 GMT+01:0

Re: GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Aymeric Augustin
2015-03-25 14:40 GMT+01:00 Harsh Vardhan Ladha : > I am planning to develop Django based Management Information System for > Institutes to manage their Marks Entry System and Grade Card generation > system efficiently. > Hi Harsh, GSoC only covers the development of Django itself. Projects that

GSOC 2015: Django based Management Information System for Institutes

2015-03-25 Thread Harsh Vardhan Ladha
will be with Django. http://github.com/2wicklers/Management-Information-System This software is currently live and running in NIT Silchar, India at http://mis.nits.ac.in and http://sis.nits.ac.in This project is for GSOC 2015 -- You received this message because you are subscribed to the Google

GSoC 2015

2015-03-25 Thread Billy Ruffin Zafack
Hi I am ZAFACK Billy student at National Advanced School Of Engineering Yaounde, Cameroun. I have gone through your ideas page and am interested in some of your project ideas. I am late but I nevertheless hope to work with you if possible. I admire the work you are doing here. Thanks for having

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Russell Keith-Magee
I agree with Tim's assessment - this is not a compelling proposal at the moment. There is value in converting *some* of the function based views to CBVs, but unilaterally converting all of them doesn't seem especially worthwhile. The key thing is to identify what features need to be factored out.

Re: GSoC 2015

2015-03-24 Thread Russell Keith-Magee
over the 12 week program. If you've got any questions, let us know! Yours, Russ Magee %-) On Tue, Mar 24, 2015 at 6:24 PM, Billy Ruffin Zafack < billy.sum.zaf...@gmail.com> wrote: > Let me first briefly introduce myself to the group as a student developer > and an aspiring GSoC-

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Tim Graham
Sorry, but to be honest I am not enthusiastic about this proposal. I'm not sure there's a great need or value in converting all function based views to class-based views. Your plans regarding django-extra-views and admin improvements have not been described in sufficient detail that give me a g

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Asif Saifuddin
Have a look. though rough draft and many place for improvment https://gist.github.com/auvipy/1da0d96f826bd8da4d47 On Mon, Mar 23, 2015 at 4:43 AM, Tim Graham wrote: > Please explain what you plan to implement in the other apps rather than > what's already been implemented in contrib.auth. You'l

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Asif Saifuddin
For the wont fix ticket I'm considering that to introduce django extra view like features in django will help fix many problem related to FormSet and ModelFormSet and then use them in improving django admin and possibly django-admin2 like features in django. On Monday, March 23, 2015 at 4:43:30

GSoC 2015

2015-03-24 Thread Billy Ruffin Zafack
Let me first briefly introduce myself to the group as a student developer and an aspiring GSoC-2015 Participant Name: Zafack Billy Currently Computer Engineering Student(4th year) at National Advanced School of Engineering Yaounde, Cameroon Have gone through the ideas page and

Re: GSoC 2015

2015-03-24 Thread Russell Keith-Magee
Hi Mesut, It wasn't clear that you were asking a question. Django's GSoC wiki page contains details of what you need to do in order to be a GSoC student for the Django project; the next step from your perspective is for you to do some research on the projects that interest you and write a proposa

Re: GSoC 2015

2015-03-23 Thread Mesut Gülecen
Helooo any body is here? 22 Mart 2015 Pazar 16:14:03 UTC+2 tarihinde Mesut Gülecen yazdı: > > Hi, my name is Mesut Gülecen, currently in second year of engineering > at Canakkale Onsekiz Mart University in Turkey. > I want to contribute to the development of Django. I have working upon > Djang

Re: GSoC 2015

2015-03-23 Thread Mesut Gülecen
Hi I am nterested in participating in the Google Summer of Code and I look web side. I want to work "Test Framework Cleanup" or SQLAlchemy / NoSQL integration parts. I think if you can help me I can accomplish. 22 Mart 2015 Pazar 16:14:03 UTC+2 tarihinde Mesut Gülecen yazdı: > > Hi, my name is

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Yichun Duan
Got it. Thanks. 在 2015年3月23日星期一 UTC+8上午7:22:30,Russell Keith-Magee写道: > > Hi Yichuan Duan, > > I've taken another look; many of the same comments from last time still > apply - especially those related to time estimates. > > When we say we want a detailed plan, we mean *detailed*. *Nobody* - I

Re: GSoC 2015

2015-03-22 Thread Russell Keith-Magee
On Sun, Mar 22, 2015 at 4:12 PM, Mesut Gülecen wrote: > Hi, my name is Mesut Gülecen, currently in second year of engineering > at Canakkale Onsekiz Mart University in Turkey. > I want to contribute to the development of Django. I have working upon > Django already and I want to learning somet

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Russell Keith-Magee
Hi Yichuan Duan, I've taken another look; many of the same comments from last time still apply - especially those related to time estimates. When we say we want a detailed plan, we mean *detailed*. *Nobody* - I don't care how long they've been working with software - *Nobody* can estimate "3 week

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Tim Graham
Please explain what you plan to implement in the other apps rather than what's already been implemented in contrib.auth. You'll also need to explain your reasoning for addressing a ticket that's been marked as "won't fix." On Sunday, March 22, 2015 at 4:36:26 PM UTC-4, Asif Saifuddin wrote: > >

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Asif Saifuddin
I do belive to implement auth patch cleanly wont take more then a few days. But I have plans with django admin app and others which will need more tasks and also thinking about working with formset . The part I posted here is just a very little/start point of my proposal :) And I am working on a d

Re: GSoC 2015: Template engine optimisation

2015-03-22 Thread Oleksii Oleksenko
Hi, I've run this benchmark (https://github.com/prestontimmons/templatebench) on my laptop and received following results – http://pastebin.com/kkyTcfi7. >From what I see, internal caching mainly solves a problem with parsing. However, rendering is still an issue, so I tried to figure out wh

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Tim Graham
I see there's already a patch attached to the ticket that implements your proposal. While it likely needs to be updated to apply cleanly, I don't imagine that will take more than a few days? On Sunday, March 22, 2015 at 2:19:37 PM UTC-4, Asif Saifuddin wrote: > > Hi All, > > during my analyzing

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Asif Saifuddin
Hi All, during my analyzing and making proposal for django best practices updates (class based view etc) I found this ticket related https://code.djangoproject.com/ticket/16256 [though closed by a core dev I think this should be addressed to resolve some issues in admin as per https://code.d

GSoC 2015

2015-03-22 Thread Mesut Gülecen
Hi, my name is Mesut Gülecen, currently in second year of engineering at Canakkale Onsekiz Mart University in Turkey. I want to contribute to the development of Django. I have working upon Django already and I want to learning something with you. I know some Flask,mongoDB Blog: www.mesutgu

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Yichun Duan
Thanks. Updated. :) 在 2015年3月18日星期三 UTC+8上午6:39:46,Russell Keith-Magee写道: > > Hi Yichun Duan, > > Thanks for submitting a proposal - what you've submitted is a good start, > but it needs some more detail and clarification. > > 4.1: You say you're going to save the database-specific tests "to anot

Re: Gsoc 2015: SQLAlchemy / NoSQL integration

2015-03-21 Thread Daniel Pyrathon
Hi Abhishek, I am in the process of updating the mailer in the next month. I will let you know when this has been done. Regards, Daniel 2015-03-16 11:53 GMT+01:00 Abhishek Kumar : > Hi, > > I was trying to run the django-mailer > written by Daniel. On

Re: Gsoc 2015

2015-03-20 Thread Tim Graham
Unless you can pose some more specific questions, I think it's probably not a good choice for you. On Friday, March 20, 2015 at 4:20:15 AM UTC-4, Sharad Boni wrote: > > Hello, > > My name is Sharad Boni, currently in the third year of engineering > (Information Technology). > I want to contrib

Gsoc 2015

2015-03-20 Thread Sharad Boni
Hello, My name is Sharad Boni, currently in the third year of engineering (Information Technology). I want to contribute to the development of Django. I have worked upon Django before and had made a image search engine upon it. I am fluent in python,have considerable knowledge about django an

Re: GSOC 2015: Improving the less popular database backends

2015-03-17 Thread Russell Keith-Magee
Hi Yichun Duan, Thanks for submitting a proposal - what you've submitted is a good start, but it needs some more detail and clarification. 4.1: You say you're going to save the database-specific tests "to another place" - Can you give specifics, or at least an idea of you current thinking? How wi

Re: GSOC 2015: Improving the less popular database backends

2015-03-17 Thread Yichun Duan
Thank you for your suggestions. I'll try. And I've written a draft proposal according to this Shai's idea. Maybe you will be willing to take a look at it. draft proposal 在 2015年3月16日星期一 UTC+8下午11:04:51,Tim Graham写道: > > I

Re: GSOC 2015: Improving the less popular database backends

2015-03-17 Thread Yichun Duan
I've written a draft proposal according to your idea. draft proposal I'm looking forward for your feedback. Thank you for your help. 在 2015年3月16日星期一 UTC+8下午7:22:40,Shai Berger写道: > > I can't answer for sure because there ar

Re: GSoC 2015: Django Best Practices Update

2015-03-16 Thread Tim Graham
Please put some more time into fleshing out the details of your proposal. As it stands now, you haven't presented much to discuss. Looking for related tickets is part of your job in researching and writing the proposal. On Sunday, March 15, 2015 at 1:59:54 PM UTC-4, Asif Saifuddin wrote: > > Hi,

Re: GSOC 2015: Improving the less popular database backends

2015-03-16 Thread Tim Graham
I like the idea of establishing a convention for discovering backend specific tests. As it is now, it seems that third-party backends need to have a customized version of Django's own runtests.py which duplicates a lot of code. Example for django-mssql: https://bitbucket.org/Manfre/django-mssql/

Re: GSOC 2015: Improving the less popular database backends

2015-03-16 Thread Shai Berger
I can't answer for sure because there are still open issues there (e.g. what do you do in the face of multiple databases using different engines). But for the "clear cut" issues, my estimate is that they shouldn't take more than a few days. Shai. On Sunday 15 March 2015 14:03:44 Yichun Duan wr

Re: Gsoc 2015: SQLAlchemy / NoSQL integration

2015-03-16 Thread Abhishek Kumar
Hi, I was trying to run the django-mailer written by Daniel. On doing migrate or runserver i am getting the following error: django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues: ERRORS: : (admin.E106) T

Re: GSoC 2015 Proposal: Twelve Factor Django

2015-03-15 Thread Mitchel Cabuloy
Hey there, Thanks a lot for your feedback. With regards to your first point, I've actually done quite a bit of research on how to make Django 12 factor-ish. I'm fascinated by good project structure and best practices and all that. I've actually already built a yeoman generator a few months ago

Re: GSoC 2015 Proposal: Twelve Factor Django

2015-03-15 Thread Russell Keith-Magee
Hi Mitchel, Thanks for submitting a proposal (and for starting the process earlier than 2 days before the deadline). You get extra credit for being ambitious and proposing something that isn't on the suggested projects list :-) I have three concerns about this project: Firstly, what's the curren

GSoC 2015: Django Best Practices Update

2015-03-15 Thread Asif Saifuddin
Hi, Having a new thread for my gsoc project idea 2015. Analyzing for more then a month I have decided to work on django best practices updates project. Tim graham and Russels suggestions helped me to have some ideas related to this project. In this thread I hope to have a in depth discussion fo

GSoC 2015 Proposal: Twelve Factor Django

2015-03-15 Thread Mitchel Cabuloy
First of all, here's an incomplete draft of my proposal for Google Summer of Code 2015. I'd like to receive some feedback about the idea. It's an obvious one, and it's not very technical, but I just want to throw it out there. Would this so

Re: GSOC 2015: Improving the less popular database backends

2015-03-15 Thread Yichun Duan
And another question, how long will this task take in your opinion? I can hardly estimate it now. 在 2015年3月15日星期日 UTC+8下午7:07:11,Shai Berger写道: > > On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > > Thank you. When you say "backend-provided tests", do you mean MySQL > > scripts, Oracle sc

Re: GSOC 2015: Improving the less popular database backends

2015-03-15 Thread Yichun Duan
Got it. Thanks. 在 2015年3月15日星期日 UTC+8下午7:07:11,Shai Berger写道: > > On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > > Thank you. When you say "backend-provided tests", do you mean MySQL > > scripts, Oracle scripts or something else like these? Or just some tests > > based on django standard

Re: GSOC 2015: Improving the less popular database backends

2015-03-15 Thread Shai Berger
On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > Thank you. When you say "backend-provided tests", do you mean MySQL > scripts, Oracle scripts or something else like these? Or just some tests > based on django standard, which have marks to tell test runner the backend > they suite? > I mean

Re: GSOC 2015: Improving the less popular database backends

2015-03-14 Thread Yichun Duan
二 UTC+8上午8:10:49,Russell Keith-Magee写道: > > > > > Hi Yichun, > > > > > > On Mon, Mar 9, 2015 at 4:13 PM, Yichun Duan > > > > > > wrote: > > >> Hi, > > >> > > >> I'm Yichun and I'm interested in

Re: Project Security Enhancements for Gsoc 2015

2015-03-14 Thread Tim Graham
Hi Adhyan, If you don't have a background in security, I'd recommend a different project. I'm not too sure if we have a mentor for it either. Tim On Saturday, March 14, 2015 at 6:27:54 AM UTC-4, Adhyan Srivastava wrote: > > Hi, > I am Adhyan learning django from the past 6 months.During this ti

Project Security Enhancements for Gsoc 2015

2015-03-14 Thread adhyan2095
Hi, I am Adhyan learning django from the past 6 months.During this time I learned several concepts but not all of them in depth as I am still a novice.The feature CSRF protection interests me more and I want to learn more about by contributing something to it.I have read it about (CSRF feature)

Re: GSoC 2015: Template engine optimisation

2015-03-13 Thread Sam Cooke
Even with the cached template loader? Before realising it was unnecessary one of the first things I did was hack something together that took the nodelist from the include and stuck it straight into the for loop's nodelist at compile time and it didn't make much difference. Sam On Fri, 13 Mar 201

Re: GSoC 2015: Template engine optimisation

2015-03-13 Thread Aymeric Augustin
2015-03-13 12:21 GMT+01:00 Sam Cooke : > The test template we were using to test the performance was a simple: > {% for item in item_list %}{% include "item.html" %}{% endfor %} > Bad luck -- including a template in a loop is one of the known pathological performance cases of the DTL :-( -- Aym

Re: GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-13 Thread Cody Scott
You are not too late for GSOC 2015. Here is some more information with potential projects. https://code.djangoproject.com/wiki/SummerOfCode2015 On Thursday, 12 March 2015 07:23:42 UTC-4, Saurabh Jain wrote: > > Hello, > My name is Saurabh Jain, currently pursuing bachelors

Re: GSoC 2015: Template engine optimisation

2015-03-13 Thread Sam Cooke
Preston - I'll send the template to you directly, I'm not sure how useful it will be so I don't want to spend time checking if it's fine for public consumption unnecessarily. The test template we were using to test the performance was a simple: {% for item in item_list %}{% include "item.html" %}

Re: GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-12 Thread Collin Anderson
ow that > its too late to start now for GSOC 2015, but still I would like to > contribute to the organisation no matter whether I get selected or not. > > Thanks > -- You received this message because you are subscribed to the Google Groups "Django developers

Re: GSoC 2015: Template engine optimisation

2015-03-12 Thread Preston Timmons
> > I've done a couple of days of investigation into template performance > recently trying to speed up our site and my main takeaway was that there > was no silver bullet - no particular node taking up all of the time. I was > mostly trying to optimise a particularly complicated template we re

Re: GSoC 2015: Template engine optimisation

2015-03-12 Thread Sam Cooke
I've done a couple of days of investigation into template performance recently trying to speed up our site and my main takeaway was that there was no silver bullet - no particular node taking up all of the time. I was mostly trying to optimise a particularly complicated template we render a lot in

Re: GSoC 2015: Template engine optimisation

2015-03-12 Thread Preston Timmons
> > After a while I believe layers and layers of caution have accrued, and > nobody is sure any more where these have overlapped excessively. > Do you have examples of which layers these are? Escaping seems to happen in Variable, VariableNode, FilterExpression, and render_value_in_context. I d

Re: GSoC 2015: Template engine optimisation

2015-03-12 Thread Curtis Maloney
I have convinced my self [with absolutely no hard evidence, just familiarity with the code] that the template engine is overly cautious when it comes to ensuring values are strings and are escaped properly. After a while I believe layers and layers of caution have accrued, and nobody is sure any m

GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-12 Thread Saurabh Jain
that its too late to start now for GSOC 2015, but still I would like to contribute to the organisation no matter whether I get selected or not. Thanks -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)"

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-12 Thread Marten Kenbeek
I came across an app named django-url-namespaces[1]. It provides support for declarative style url patterns, very similar to the declarative style of models and forms. I'm not particularly for or against this style or the current style, but I wanted to put this out here for discussion. It can s

Re: GSoC 2015: Template engine optimisation

2015-03-11 Thread Preston Timmons
Hi Oleksii, I found that cProfile isn't that helpful when rendering templates. There are a lot of function calls and the output is too verbose to really reveal where Django spends it's time. Also, keep in mind that rendering is only one step of the template cycle, and usually only a small part

Re: GSoC 2015: Template engine optimisation

2015-03-11 Thread Shai Berger
On Wednesday 11 March 2015 23:40:39 Oleksii Oleksenko wrote: >- Profiling > - run profiler (cProfile?) on all of these tests. As I see, basic > algorithm (pseudo code) will look like this: > > for context, template in zip(contexts, templates): > t = Template(template) > c =

Re: GSoC 2015: Template engine optimisation

2015-03-11 Thread Oleksii Oleksenko
Also, I would like to know, if I understand this task correctly. Here is how I see the implementation. It will consist of the following pars: - Test suite - write templates for all types of template constructions: - variables - filters - inherited templates

GSoC 2015: Template engine optimisation

2015-03-11 Thread Oleksii Oleksenko
Hi, My name is Oleksii Oleksenko, I'm a master student in Distributed System Engineering at TU Dresden (Germany) and I want to participate in GSoC by contributing into your project. I decided to apply to Django because Python is my main and favorite programming language and I work mostly in the

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-11 Thread Alexandr Shurigin
Hi all. You can take a look of http://phpdude.github.io/django-macros-url/.  --  Alexandr Shurigin Sent with Airmail Включено 11 марта 2015 г. в 16:57:25, Marten Kenbeek (marten.k...@gmail.com) написал: I came across an app named django-url-namespaces[1]. It provides support for declarative

Re: GSOC 2015 project ideas suggestion

2015-03-10 Thread Asif Saifuddin
== >>>> ERROR: test_extract_method_no_to_path (utils_tests.test_archive.Test >>>> Bzip2Tar) >>>> -- >>>> Traceback (most recent call last): >>>> Fi

Re: GSOC 2015 project ideas suggestion

2015-03-10 Thread Tim Graham
;> File "/home/asif/foss/django/tests/utils_tests/test_archive.py", line >>> 37, in test_extract_method_no_to_path >>> with Archive(self.archive_path) as archive: >>> File "/home/asif/.pyenv/versions/3.4.3/lib/python3.4/site- >>> pac

Re: GSOC 2015: Improving the less popular database backends

2015-03-10 Thread Shai Berger
Mar 9, 2015 at 4:13 PM, Yichun Duan > > > > wrote: > >> Hi, > >> > >> I'm Yichun and I'm interested in the Project ' Improving the less > >> popular database backends' in GSOC 2015. I major in computer science in > >> Peking Univ

Re: GSOC 2015: Improving the less popular database backends

2015-03-09 Thread Yichun Duan
Thanks a lot for your suggestions. I'll try. 在 2015年3月10日星期二 UTC+8上午8:10:49,Russell Keith-Magee写道: > > Hi Yichun, > > On Mon, Mar 9, 2015 at 4:13 PM, Yichun Duan > wrote: > >> Hi, >> >> I'm Yichun and I'm interested in the Project ' Improv

Re: GSOC 2015: Improving the less popular database backends

2015-03-09 Thread Russell Keith-Magee
Hi Yichun, On Mon, Mar 9, 2015 at 4:13 PM, Yichun Duan wrote: > Hi, > > I'm Yichun and I'm interested in the Project ' Improving the less popular > database backends' in GSOC 2015. I major in computer science in Peking > University. I've worked with C+

Re: GSOC 2015 project ideas suggestion

2015-03-09 Thread Asif Saifuddin
Django-1.9.dev20150303124612-py3.4.egg/django/utils/archive.py", >> line 58, in __init__ >> self._archive = self._archive_cls(file)(file) >> File "/home/asif/.pyenv/versions/3.4.3/lib/python3.4/site- >> packages/Django-1.9.dev20150303124612-py3.4.egg/django/utils

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-09 Thread Marten Kenbeek
After all the feedback I got here and at the sprint, I think the core of my proposal will be the revamping of the current dispatcher and creating a public API. I'll keep in mind the other features and in general the extendibility of the new dispatcher, and if there is time left I'll start imple

GSOC 2015: Improving the less popular database backends

2015-03-09 Thread Yichun Duan
Hi, I'm Yichun and I'm interested in the Project ' Improving the less popular database backends' in GSOC 2015. I major in computer science in Peking University. I've worked with C++, Java, Python and I've written several webapps using Django. I have some questio

Re: Gsoc 2015: SQLAlchemy / NoSQL integration

2015-03-08 Thread Daniel Pyrathon
Hi Abhishek, I am the GSOC 2014 student who refactored the Meta API, please contact me if you need any details on my work, or if you want to know more about implementation and/or design of the new Meta API. You can also find me on IRC as pirosb3. Good luck! Daniel 2015-03-02 1:32 GMT+01:00 Russe

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-06 Thread Tom Christie
> E.g., flask uses a simple `` to match an integer and capture it in the `id` parameter. Support to check for conflicts would be a lot simpler with those patterns. It would definitely be a best-effort feature. >From my point of view, this by itself would make for a really nicely-scoped GSoC pro

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-05 Thread Marten Kenbeek
To respond to the other issues raised: On 2 March 2015 at 17:14, Tim Graham wrote: > I think it would be helpful to motivate this with some pseudocode of > specific use cases you are aiming to solve. Have you looked into whether > there are any related third-party projects related to your idea

Re: GSOC 2015 project ideas suggestion

2015-03-05 Thread Tim Graham
ned successfully") > tarfile.ReadError: file could not be opened successfully > > -- > Ran 9087 tests in 214.033s > > FAILED (errors=5, skipped=535, expected failures=7) > Destroying test database for alias

Re: GSOC 2015 project ideas suggestion

2015-03-05 Thread Asif Saifuddin
ztar2 or something like that and gnu readline I was preparing to work on some old tickets actually. Although not sure its the right place to post this issue. regards On Tuesday, January 27, 2015 at 11:15:20 PM UTC+6, Asif Saifuddin wrote: > > Hi, > > Although probably It's qui

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-03 Thread Marten Kenbeek
First of all, thanks for the feedback. There are some good points here that I hadn't thought about. Behaviour similar to a `ContinueResolving` exception is one of the things I was aiming at. However, I can't see how to raise this in a view while maintaining backwards compatibility with view mid

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-02 Thread Curtis Maloney
On 3 March 2015 at 03:57, Marten Kenbeek wrote: > Hey all, > > I'm working on a proposal to extend the URL dispatcher. Here, I'd like to > provide a quick overview of the features I propose. > > I'd like to: > - Allow matching based on request attributes such as the subdomain or > protocol, and b

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-02 Thread Marc Tamlyn
A collection of thoughts: I think allowing the url dispatcher to inspect the database for the existence of certain objects is potentially somewhat dangerous. However, good support for a view raising a "continue resolving" exception along the lines of https://github.com/jacobian-archive/django-mult

Re: Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-02 Thread Tim Graham
Hi Marten, I think it would be helpful to motivate this with some pseudocode of specific use cases you are aiming to solve. Have you looked into whether there are any related third-party projects related to your ideas from which you could draw inspiration? Tim On Monday, March 2, 2015 at 11:5

Extending the URL Dispatcher (GSoC 2015 proposal)

2015-03-02 Thread Marten Kenbeek
Hey all, I'm working on a proposal to extend the URL dispatcher. Here, I'd like to provide a quick overview of the features I propose. I'd like to: - Allow matching based on request attributes such as the subdomain or protocol, and business logic such as the existence of a database object. - M

Re: Gsoc 2015: SQLAlchemy / NoSQL integration

2015-03-01 Thread Russell Keith-Magee
Hi Abhishek, On Sun, Mar 1, 2015 at 1:16 PM, Abhishek Kumar wrote: > Hi, > > I am Abhishek and am interested in the project titled "SQLAlchemy / NoSQL > integration". I am good at data-structures and algorithms and have worked > with C,C++, PHP, Python,C#, Javascript and Mysql. I have an interns

Gsoc 2015: SQLAlchemy / NoSQL integration

2015-03-01 Thread Abhishek Kumar
Hi, I am Abhishek and am interested in the project titled "SQLAlchemy / NoSQL integration". I am good at data-structures and algorithms and have worked with C,C++, PHP, Python,C#, Javascript and Mysql. I have an internship experience at Microsoft, India. I have some questions which will help m

Re: GSOC 2015 project ideas suggestion

2015-02-25 Thread Asif Saifuddin
Thanks Russell. Investigating contrib apps I can see some are django apps using django framework and some are modules which is used to extend django frameworks functionality. For admin app theres is no use of urls.py for the admin app but admin_urls in template tags, admin_lists etc. isn't it pos

Re: GSOC 2015 project ideas suggestion

2015-02-23 Thread Russell Keith-Magee
Hi Asif, The "Best Practices" project requires a bit of investigation on your part. The project description gives one suggestion (expanding the use of Class-based views), but essentially, pick any feature that has been added in the last 5 years, and see if Django is making good use of that feature

Re: GSOC 2015 project ideas suggestion

2015-02-22 Thread Cheng Chi
What about a built-in models.BitField ? Or a generic tagging function giving related items recommended by TF-IDF ? On Monday, February 23, 2015 at 4:01:11 AM UTC+11, Asif Saifuddin wrote: > > Seems my previous idea

Re: GSOC 2015 project ideas suggestion

2015-02-22 Thread Asif Saifuddin
Seems my previous idea is not well suited for gsoc right now. have to look for more convanient ideas then. what about best practise update? where will I get Ideas about what are considered as best practise in django 1.8/+? or other suggestions? Regards On Sun, Feb 22, 2015 at 6:36 AM, Russell Kei

Re: GSOC 2015 project ideas suggestion

2015-02-21 Thread Russell Keith-Magee
To my mind, the goal of this project isn't to replace Django's routing infrastructure - as Josh and Florian have pointed out, unless you can provide a backwards compatible interface as well as tangible API improvements, we're unlikely to adopt that code. However, there *would* be benefit in making

Re: GSOC 2015 project ideas suggestion

2015-02-21 Thread Josh Smeaton
To expand on Florians reply, why do you think replacing the routing infrastructure is a good idea? Is there any tangible benefit in doing so? Can you demonstrate that you can stay completely backwards compatible while realising those benefits? If there answer is no to benefits or backwards comp

Re: GSOC 2015 project ideas suggestion

2015-02-21 Thread Florian Apolloner
Hi Aisf, while it theoretically would be possible to replace all of Django's request/response handling with Werkzeug, there is not much gain in it currently -- especially when considering backwards compatibility etc… Cheers, Florian On Saturday, February 21, 2015 at 9:14:27 PM UTC+1, Asif Saif

Re: GSOC 2015 project ideas suggestion

2015-02-21 Thread Asif Saifuddin
Hi, Analyzing django code base docs and other tools I'm thinking of using werkzeug's routing infrastructure for developing django's one. django http mechanism can e re written using webOb/werkzeugs utilities too. this will need working django urlresolve, urls, middlewares, views, http and some mor

  1   2   >