On Aug 8, 2009, at 5:14 PM, justin jools wrote:

> Yes Ive read these docs and I understand certain script changes are  
> needed before running on the server but I want to know about:
>
>  installing Django on the server, do i need to use telnet to do  
> this? or can i upload already executed django directory from local  
> server?

Django is a Python library like any other, so you'll need to be able  
to add new libraries to your webhost's python installation. Whether  
you do that as a svn checkout or upload a directory doesn't matter,  
but you will need access to the python installation (or be able to  
talk them into installing the library themselves). Django doesn't  
really need to be compiled/executed, if you can just get the source  
directory uploaded, into a place that's accessible to the python path,  
that will be enough.

Installing django is extremely easy, provided you've got a host that  
allows you to install libraries. If they don't, then it could be very  
hard/impossible. Unfortunately, free hosts often aren't willing to  
give you shell access, or much put themselves out on your behalf,  
simply because they're free.

Once you've got django installed, your own website is a similar deal:  
a set of files in a directory that needs to be on the python path. If  
you can install django you can install your own website. If you cant  
do one, you can't do the other.

Hope that's what you were after,
Eric

>
> On Fri, Aug 7, 2009 at 10:25 PM, Milan Andric <mand...@gmail.com>  
> wrote:
>
>
> Justin, it's not.  Have you seen the deployment docs?
>
> http://docs.djangoproject.com/en/dev/howto/deployment/#howto-deployment-index
>
> --
> Milan
>
> On Aug 7, 1:56 pm, justin jools <justinjo...@googlemail.com> wrote:
> > thanks for the reply but I have access to a server for free so I  
> wanted to
> > set it up myself, how can it be so difficult? Django is renowned  
> as an easy
> > rapid development framework so why is it so difficult to deploy?
> >
> >
> >
> > On Fri, Aug 7, 2009 at 8:34 PM, lzantal <lzan...@gmail.com> wrote:
> >
> > > On Aug 7, 12:06 pm, justin jools <justinjo...@googlemail.com>  
> wrote:
> > > > This has been driving me nuts for a month.
> >
> > > > I wanted to use a free web server to do development testing  
> and have
> > > > found : 000webhost.com and heliohost.com which apparently  
> support
> > > > Python, but what about Django? Do I install that myself?
> >
> > > > I have read the django book on deployment chapter but find it  
> doesnt
> > > > tell me what I want.
> >
> > > > Could someone please just tell me simply how I can get my  
> scripts
> > > > running on the webserver.
> >
> > > Tryhttp://webfaction.com.
> > > They have super easy install for django through their control  
> panel
> >
> > > hope that helps
> >
> > > lzantal
> > >http://twitter.com/lzantal
> >
> > > > justinjo...@googlemail.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