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 useful to read: https://docs.djangoproject.com/en/1.10/internals/contributing/ On Sun, Oct 30, 2016 at 4:20 AM, Srinivasulu Reddy < [email protected]> 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 `{{ project_name > }}.settings` in django/conf/project_template/project_name/ and run the > server (runserver). I'm not able to find the other apps. How will i > contribute to the tickets `https://code.djangoproject. > com/query?status=!closed&easy=1&stage=Accepted&order=priority` > <https://code.djangoproject.com/query?status=!closed&easy=1&stage=Accepted&order=priority> > . > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/6738a4a5-f650-406e-bc67-d0f42043f8ea%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/6738a4a5-f650-406e-bc67-d0f42043f8ea%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL13Cg9oafzNUJQ9sDHnt0oPf-HOCcv_9v74KwwFMkc5YMDfsA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

