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
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
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,
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
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
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