[BangPypers] [OT] Git training course

2011-10-07 Thread Noufal Ibrahim
Hello everyone, This is OT for the list but a lot of people expressed interest in this when I spoke to them at PyCon in Pune. I am offering a training on git on the 22nd and 23rd of October in Bangalore. The details are at

Re: [BangPypers] [OT] Git training course

2011-10-07 Thread Kenneth Gonsalves
On Fri, 2011-10-07 at 13:59 +0530, Noufal Ibrahim wrote: This is OT for the list but a lot of people expressed interest in this when I spoke to them at PyCon in Pune. I am offering a training on git on the 22nd and 23rd of October in Bangalore. The details are at

Re: [BangPypers] [OT] Git training course

2011-10-07 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: On Fri, 2011-10-07 at 13:59 +0530, Noufal Ibrahim wrote: [...] if you were to include something on mercurial, it would no longer be OT Arguably but I don't use hg. -- ~noufal http://nibrahim.net.in I distinctly remember forgetting that. -Clara

Re: [BangPypers] [OT] Git training course

2011-10-07 Thread Kenneth Gonsalves
On Fri, 2011-10-07 at 15:23 +0530, Noufal Ibrahim wrote: if you were to include something on mercurial, it would no longer be OT Arguably but I don't use hg. I see some repos on bitbucket - you maintain them with hg-git? (a good topic that you could add) -- regards Kenneth Gonsalves

Re: [BangPypers] [OT] Git training course

2011-10-07 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: [...] I see some repos on bitbucket - you maintain them with hg-git? (a good topic that you could add) No. I can use basic hg (which is what I did to get those repositories). They were basically just bug fixes and things to send back to the original

[BangPypers] How to create HTTPS Proxy server

2011-10-07 Thread deepak gupta
Hi All,   Do any one know , how to create reverse proxy server over HTTPS?   We want to create one HTTPS proxy server:   1. Proxy server (192.168.1.1) : HTTPS port (8000) binding on this server and user will access this server and browse some url's.for ex https://192.168.1.1:8000/xyz 2. This

[BangPypers] Test Driven Django Development

2011-10-07 Thread Sriram Narayanan
https://github.com/hjwp/Test-Driven-Django-Tutorial -- Sriram ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] How to create HTTPS Proxy server

2011-10-07 Thread Nikunj Badjatya
Deepak, Can you give some info. * Like which platform ( linux, windows ) you creating your proxy server.? * Which 3rd party tools you using .? Like apache etc. Not sure about Python based tools but I have done one similar configuration few months back. Apache server may help you. Just google for