Re: Installing Django @ Shared Host

2012-06-22 Thread Kurtis Mullins
I recommend building your application locally (on your own computer). You
can follow the tutorial and use Django's built in server for testing.

Once your application is ready to go live, then find a Django-Friendly
host. They're not too expensive.

I wouldn't recommend getting a django-friendly host before you build your
application because you may, or may not, decide that Django is right for
you.

Good luck!

On Thu, Jun 21, 2012 at 5:51 PM, Miguel Guirao  wrote:

> Hi all,
>
> I have a hosting service from ApolloHosting.com. I don't have SSH access
> neither unsecure telnet to my account.
> I can FTP into my account. I have Python 2.5.
> I'm under Linux.
>
> Is there a way I could install django under these circunstances??
>
> Best Regards,
>
> Miguel Guirao
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/EyZwRUMFIy8J.
> 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.



Re: Installing Django @ Shared Host

2012-06-22 Thread Segundo Acosta Delgado
De ninguna manera, lo mejor es que veas si el hosting soporta django, sino 
deberias cambiar de proveedor.

El jueves, 21 de junio de 2012 16:51:46 UTC-5, Miguel Guirao escribió:
>
> Hi all,
>
> I have a hosting service from ApolloHosting.com. I don't have SSH access 
> neither unsecure telnet to my account.
> I can FTP into my account. I have Python 2.5.
> I'm under Linux.
>
> Is there a way I could install django under these circunstances??
>
> Best Regards,
>
> Miguel Guirao
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/mYarjukSnqoJ.
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.



Re: Installing Django @ Shared Host

2012-06-21 Thread Cal Leeming [Simplicity Media Ltd]
Unless they provide some sort of SaaS service where they take care of
deployment for you, then you need shell access. There are plenty of Django
friendly shared hosts if you are not comfortable deploying your own stack
on a dedi/colo/IaaS cloud - see previous threads on this topic.

Personal advice - don't go with dreamhost... we had the misfortune of
migrating our legacy customer apps from one of their crashed slices.. and
the stupidly random timeouts and stack problems that were intermittent and
impossible to debug.. not a fun experience.

Also, Python 2.5 is almost 6 years old now, and Django doesn't officially
even support 2.5 any more.. you should consider moving to 2.6.6 as a
minimum.

Hope this helps

Cal

On Thu, Jun 21, 2012 at 10:51 PM, Miguel Guirao  wrote:

> Hi all,
>
> I have a hosting service from ApolloHosting.com. I don't have SSH access
> neither unsecure telnet to my account.
> I can FTP into my account. I have Python 2.5.
> I'm under Linux.
>
> Is there a way I could install django under these circunstances??
>
> Best Regards,
>
> Miguel Guirao
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/EyZwRUMFIy8J.
> 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.



Installing Django @ Shared Host

2012-06-21 Thread Miguel Guirao
Hi all,

I have a hosting service from ApolloHosting.com. I don't have SSH access 
neither unsecure telnet to my account.
I can FTP into my account. I have Python 2.5.
I'm under Linux.

Is there a way I could install django under these circunstances??

Best Regards,

Miguel Guirao

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/EyZwRUMFIy8J.
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.