How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread Srinivasulu Reddy
Hi Guys, How will i contribute to the django project(https://github.com/django/django) ? I'm trying to install the django project local laptop. I'm unable to run the project. I changed the project name `{{ project_name }}.settings` in django/conf/project_template/project_name/ and run the serv

Re: How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread James Bennett
To install and run Django, I recommend reading through the official Django tutorial, which explains how to install Django and create a project you can work with and run: https://docs.djangoproject.com/en/1.10/intro/ Additionally, there is documentation on how to contribute to Django, which is use

Re: How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread Srinivasulu Reddy
On Sunday, October 30, 2016 at 4:50:18 PM UTC+5:30, Srinivasulu Reddy wrote: > > Hi Guys, > > How will i contribute to the django project( > https://github.com/django/django) ? I'm trying to install the django > project local laptop. I'm unable to run the project. I changed the project > name `

Re: How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread Srinivasulu Reddy
I'm talking about the Django install in github project. Not talking about using django how to create the project. I'm an member in all the groups. How will i contribute the coding part of django. How will i assign tickets to myself ?. How will i run the github django project ? To support the dj

Re: How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread James Bennett
Django by itself does not "run" or do anything. Django only does something when provided with settings and applications. If all you want is to run the test suite, to verify that a change you made to Django itself did something, you can do that by following the instructions in the documentation. On