>
> I am a fresher to django... can any one explain me how to install django.
> and what all are the requirement needed. I tried by searching google still
> am not able to do it. So any one please help me.
> Tank you.


Hi Santhosh,

Have you installed Python? (2.7 or 3.4 is best right now - 3.5 has just
been released but there seems to be some bugs with the windows install).

If you have, and it is the latest version of 2.7 or 3.4, try opening up a
command prompt window and typing in:

    *pip install django*

That would normally install it for you.

If that doesn't work send any error messages you receive.

Here are the formal instructions to install Django:

https://docs.djangoproject.com/en/1.8/intro/install/

And here is the tutorial for getting started on a project:

https://docs.djangoproject.com/en/1.8/intro/tutorial01/

They are both pretty good so give them a read.

- Nick.



- Nick

On Tue, Sep 15, 2015 at 5:47 AM, Santhosh Acharya <santhoshnitt...@gmail.com
> wrote:

> I am a fresher to django... can any one explain me how to install django.
> and what all are the requirement needed. I tried by searching google still
> am not able to do it. So any one please help me.
> Tank you.
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4c5614d9-9c77-4338-acc6-1831f79abc23%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/4c5614d9-9c77-4338-acc6-1831f79abc23%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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGuvt93cSyDEd1DWRWCELYQb8BMds%3DSZiBpSotpXvCBNgBhNww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to