Hi Abhishek, On Sun, Mar 1, 2015 at 1:16 PM, Abhishek Kumar <[email protected]> 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 internship > experience at Microsoft, India. > > I have some questions which will help me in understanding the tasks > involved in this project better. > > 1)What was the formalised meta that came out of the 2014 soc project..? > Where to find the details of it..? > The new Meta interface is documented as part of Django 1.8: https://docs.djangoproject.com/en/1.8/ref/models/meta/ > 2) I am new to Django. So i would be learning about it. Please let me know > what things i should focus more on w.r.t this project. > The most important part is probably Django's query language - you need to get comfortable with how you construct queries, and what those queries "mean" - both in the sense of the SQL they generate, and the underlying "idea" that the query is trying to capture. It would also be worth becoming familiar with Django's Admin interface - especially with regard to what queries it generates, and when. > 3) Before beginning to work for the project, what things i need to do to > make me eligible for it..? Bug fixes..? > The only hard requirement is to write a project proposal. However, if you get involved with the community, that may improve your chances, as we will get a chance to know you; if there are some details lacking in your proposal, we might be willing to overlook them if we have a better understanding of who you are, and how you interact with the community. Yours, Russ Magee %-) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAJxq848ra-rbFzLZgktfMaU%3D%3DuYQstDSu1NFjD-XwG374401%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
