Google generally leads you too all answers anyway, and it's a gr8 idea to
check there first.Via google, I found this:
http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/

On Mon, Dec 8, 2008 at 11:37 AM, Hussain Bohra <[EMAIL PROTECTED]>wrote:

> Hi All,
>
> I am supposed to make a small application using a Django Framework of a
> Python. I have already installed and using Python 2.5, But I am not able to
> set up a Django in a Windows, as I am not able to find out the windows
> installer in net, what I am getting is only linux installer in
> http://www.djangoproject.com/download.
>
> I am trying to follow up the instruction provided in
> http://effbot.org/zone/django.htm,
>  "Installing Django on Windows in less than 5 minutes".
>
> The steps what it is telling is:
> =====================
> Assuming you have Python 2.4 or Python 2.5, 
> exemaker<http://effbot.org/zone/exemaker.htm>,
> and the *svn* Subversion command-line 
> client<http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91>
> .
> Python 2.5 # <http://effbot.org/zone/django.htm#installing-for-python-25>
>
> In a command line window, do:
>
> cd C:\Python25\Lib\site-packages
> svn co http://code.djangoproject.com/svn/django/trunk/django
>
> cd django\bin
> exemaker django-admin.py
>
> Setting up Django # <http://effbot.org/zone/django.htm#setting-up-django>
>
> Create a work directory, and use *django-admin* to create a project
> directory in there.
>
> mkdir c:\mytest
> cd c:\mytest
> django-admin startproject myproject
>
>
> ---------------------------------------------------------------------------------------------------------
>
> I have downloaded 'exemaker-1.2-20041012.zip' and
> 'svn-win32-1.5.4_py25.zip' from net but I didn't able to get how to use
> 'svn-win32-1.5.4_py25.zip', inorder to execute below commands successfully.
> Is 'svn-win32-1.5.4_py25.zip' is a correct package what I have downloaded,
> as I can found many packages at
> http://subversion.tigris.org/servlets/ProjectDocumentList?expandFolder=254&folderID=91
>
> cd C:\Python25\Lib\site-packages
> svn co http://code.djangoproject.com/svn/django/trunk/django
>
> I am stuck here, Any advice or direction is really appreciable.
>
> Regards,
> Hussain Bohra
>
>
> ------------------------------
> Add more friends to your messenger and enjoy! Invite them 
> now.<http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/>
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>


-- 
regards,
Banibrata
http://www.linkedin.com/in/bdutta
http://octapod.wordpress.com
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to