On Thursday 10 July 2008 10:28:30 am Greg Lindstrom wrote:
> Hi Everyone-
>
> I am in the process of putting up my first Django site and am to the
> point of getting it off my laptop and onto a hosted service. The
> company I am doing this for has an existing relationship with web.com
> and wants to stay there, if possible. What do I need to know or ask
> as we get the service up?
Well, you'd need Python, mod_python/wsgi/etc. Check these links for more info.
http://www.djangoproject.com/documentation/modpython/
http://www.djangoproject.com/documentation/fastcgi/
> In particular, do I need to have shell
> access in order to create the project and the models, or can I just
> ftp the files to the server after I create the database?
You can just copy the files up.
> Now that I
> think of it, I really need to run syncdb to create the database on the
> server.
Not necessarily, you can run sqlall on your local copy and then just paste the
resulting sql into whatever admin you have for the database server.
>
> Also, what do I need to do to "see" the media files ("static content")?
http://www.djangoproject.com/documentation/static_files/
>
> Since this is my first site I need some hand holding. If someone is
> willing to walk me through this, I can come up with some modest
> payment. Please email me off line if you are inte4rested/willing.
> gslindstrom at gmail.
>
> Thanks!
>
> --greg
>
>
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---