Re: #27485 new New feature Allow ALLOWED_HOSTS to accept an IP-range / wildcard

2016-11-18 Thread Florian Apolloner
On Thursday, November 17, 2016 at 5:07:07 PM UTC+1, Tom Evans wrote: > > Or: > from socket import gethostname, gethostbyname > ALLOWED_HOSTS = [ gethostname(), gethostbyname(gethostname()), ] > That a) adds your hostname and b) (assuming you properly configured your system) 127.0.0.1 -- s

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,

Re: Django

2016-11-18 Thread ranvir singh
On Tuesday, November 1, 2016 at 8:09:49 PM UTC+5:30, bhaskergaddam128 wrote: > > Hi everyone, > I am new to django,i want learn django indepth,could please let me know > ,how to start learning django and how start django practice ,could please > help me ,if any one have idea about how to fluent

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

Re: DatabaseWrapper.needs_rollback and transaction.rollback()

2016-11-18 Thread Mark Young
I created an issue for this https://code.djangoproject.com/ticket/27504 , and created a pull request as well: https://github.com/django/django/pull/7577. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To