Here is an easy tutorial on how you can install django on windows
http://techstricks.com/install-django-on-windows-7/ .I am assuming
that you already have python installed on your computer, if not then
First install Python using this tutorial
http://techstricks.com/installing-python-2-7-on-windows-7/ and then
follow the tutorial on installing django.

Cheers

On Wed, Aug 22, 2012 at 7:59 PM, Demian Brecht <demianbre...@gmail.com> wrote:
> Er, it's easy to install on Windows until you want to install a package that
> has C extensions. Then, you're either scouring the web for pre-builts (which
> can be a pain depending on your architecture and your level of paranoia
> about the contents of the binaries) or you're installing a GNU toolchain on
> a Windows machine, which is far from easy for someone new(er) to Python
> development (unless they come from a Linux environment anyway). Examples of
> such modules are MySQLdb and pycrypto.
>
> I also +1 getting used to Linux for Python/Django development. Makes the
> world a happier place ;)
>
>
>
> On Wed, Aug 15, 2012 at 6:00 AM, Jirka Vejrazka <jirka.vejra...@gmail.com>
> wrote:
>>
>> It's easy to install Django on a Windows machine to test it out and
>> develop code. Most of this is covered here:
>> https://docs.djangoproject.com/en/1.4/topics/install/
>>
>> In a nutshell, you need:
>> - Python 2.x (2.7) - install it if you already have not done so
>> - Django (start with a stable release e.g. 1.4, download link on the
>> main Django page)
>> - to install the downloaded Django package (covered in docs)
>> - to find your "django-admin.py" (most likely in C:\Python27\Scripts)
>> and use it to create your first project.
>> - follow the official tutorial to learn the basics
>>
>> https://docs.djangoproject.com/en/1.4/intro/tutorial01/
>>
>>   It's pretty straightforward, most people have trouble locating the
>> django-admin.py which is not on system PATH by default.
>>
>>  HTH
>>
>>    Jirka
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.



-- 
Thanks & Regards
----------------------------

Amyth [Admin - Techstricks]
Email - aroras.offic...@gmail.com, ad...@techstricks.com
Twitter - @a_myth_________
http://techstricks.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to