Re: Newbie's questions

2016-11-22 Thread Tim Graham
You may use a PDF editor to sign the contributor license agreement rather than printing and scanning. The contributing documentation describes the ticket triage process. If you have specific questions, please ask. On Monday, November 21, 2016 at 12:34:53 PM UTC-5, ranvir singh wrote: > > > > On

Re: Newbie's questions

2016-11-21 Thread ranvir singh
On Saturday, November 19, 2016 at 3:44:11 AM UTC+5:30, Jeremy Spencer wrote: > > There is extensive details on the django project website on this topic: > >- https://docs.djangoproject.com/en/dev/internals/contributing/ >- > > https://docs.djangoproject.com/en/dev/internals/contribu

Re: Newbie's questions

2016-11-21 Thread ranvir singh
On Saturday, November 19, 2016 at 5:01:45 AM UTC+5:30, sste...@gmail.com wrote: > > Probably want to change that 'secret key' you used on the live site a bit > more private: > > # SECURITY WARNING: keep the secret key used in production secret! > S > S > Thank you for your response. Please el

Re: Newbie's questions

2016-11-18 Thread sstein...@gmail.com
Probably want to change that 'secret key' you used on the live site a bit more private: # SECURITY WARNING: keep the secret key used in production secret! S S On Nov 18, 2016, at 2:23 PM, ranvir singh wrote: > Hello there, > > I want to contribute to the development of this great web developme

Re: Newbie's questions

2016-11-18 Thread Jeremy Spencer
There is extensive details on the django project website on this topic: - https://docs.djangoproject.com/en/dev/internals/contributing/ - https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ On Fri, Nov 18, 2016 at 3:11 PM ranvir singh wrote: > Hello there,

Newbie's questions

2016-11-18 Thread ranvir singh
Hello there, I want to contribute to the development of this great web development framework. I have used this framework to build a website for a local shop and I enjoyed a lot while coding this website. You can find the code for that website up here. https://github.com/singh1114/Djangosite