django download

23 views
Skip to first unread message

harish harish

unread,
Oct 4, 2015, 12:24:48 PM10/4/15
to Django users
hi friends i am new to use django in my ubuntu laptop 
i want to download django in my ubuntu laptop 
please send link how to download

James Schneider

unread,
Oct 4, 2015, 3:03:07 PM10/4/15
to django...@googlegroups.com

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

--
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...@googlegroups.com.
To post to this group, send email to django...@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/3580a25a-2e3f-43c3-a4d0-2368ae20f0ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

술욱

unread,
Oct 4, 2015, 5:18:04 PM10/4/15
to django...@googlegroups.com
Hello,

AFAIK, there's no "download". The best way I know to install Django is
to use virtualenvs. In your ubuntu laptop do:

$ sudo apt-get install virtualenvwrapper

Logoff and login. Now do:

$ mkvirtualenv myapp

That will switch your prompt to something like (myapp) youruser@yourhost:~$

Now do:

$ pip install django

And that's it.

You can now use django-admin.py starproject, startapp, runserver, etc.

Do some reading on virutalenv (and/or virtualenvwrapper) so you don't get lost.

Regards,
Norberto
Reply all
Reply to author
Forward
0 new messages