If you haven't already got all your databases installed on your development machine, I *highly* recommend checking out https://github.com/jphalip/djangocore-box. It's a vagrant VM environment that already has MySQL, PostgreSQL, and SQLite installed (plus most GIS installations), along with various versions of python. Unfortunately it doesn't have Oracle - but being able to run tests on 3/4 databases is especially handy.
Josh On Thursday, 27 March 2014 11:14:35 UTC+11, Russell Keith-Magee wrote: > > > Hi Daniel, > > Nope - other than "cross your fingers" that your proposal is accepted :-) > > But seriously… > > If you haven't already, I'd suggest reading Django's contribution docs, > and getting your development environment set up. Make sure you can run > Django's test suite. If you're particularly enthused, try your hand at > working on a patch for an open ticket so you can get used to the toolchain > and the review process. That way you'll be up to speed with Django's > development process, so when the GSoC period starts, you'll be comfortable > with our basic process, so you'll just have to deal with the actual GSoC > work. > > Yours, > Russ Magee %-) > > On Wed, Mar 26, 2014 at 7:22 PM, Daniel Pyrathon > <[email protected]<javascript:> > > wrote: > >> Hi all, >> >> It's been a while since I submitted my GSOC proposal. Although I am >> currently under exams, is there anything you would recommend me to do at >> this point (other than hope that my proposal is successful)? >> >> Thanks, >> Daniel Pyrathon >> >> >> On Thursday, March 20, 2014 6:05:40 AM UTC, Russell Keith-Magee wrote: >> >>> >>> For the benefit of those reading along at home; I gave some revised >>> notes and had a conversation with Daniel on IRC a couple of hours ago. >>> >>> Yours, >>> Russ Magee %-) >>> >>> >>> On Thu, Mar 20, 2014 at 4:10 AM, Daniel Pyrathon <[email protected]>wrote: >>> >>>> Hi! >>>> >>>> Thanks for all the comments yesterday. They really helped me make the >>>> proposal stronger. >>>> I have changed to proposal to reflect the changes. Would anyone like to >>>> have a look and, possibly, comment more? >>>> >>>> https://docs.google.com/document/d/1yp2_skqkxyrc0egdRv6ofnRGCI9nmvxDFB >>>> kCXgy0Jwo/edit#heading=h.wyxx4xxijubt >>>> >>>> Thanks, >>>> Dan >>>> >>>> On Wednesday, March 19, 2014 7:32:10 AM UTC, Aymeric Augustin wrote: >>>> >>>>> On 19 mars 2014, at 06:27, Zach Borboa <[email protected]> wrote: >>>>> >>>>> > Curious, how do you get REPL shell access to the server with >>>>> DEBUG=True with a vanilla Django deployment? >>>>> >>>>> That part of the discussion was about adding the werkzeug interactive >>>>> debugger to Django’s default error page. >>>>> >>>>> -- >>>>> Aymeric. >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django developers" 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/16264cb7-3f44-434d-865a- >>>> 8c33baa4d921%40googlegroups.com<https://groups.google.com/d/msgid/django-developers/16264cb7-3f44-434d-865a-8c33baa4d921%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Django developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> 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/ad5d6016-2c6a-45b4-91c8-0e4500befc74%40googlegroups.com<https://groups.google.com/d/msgid/django-developers/ad5d6016-2c6a-45b4-91c8-0e4500befc74%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Django developers" 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/70eba10d-cd77-4579-ad3c-ac4be8da6849%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
