Re: webfaction django installation

2008-11-02 Thread Tom Badran
Yes, I would second that. They have been great both when i know exactly what
i need them to do, and equally as good when I've been completely useless and
not had a clue about something.

Tom

On Sun, Nov 2, 2008 at 11:11 PM, JoeJ <[EMAIL PROTECTED]> wrote:

>
>
> From personal experience ...
>
> The webfaction support crew is AWESOME and either interact with you at
> a clue-level, if you have one ... or they will reach out and fix stuff
> in your files, if you have somewhat less than a clue.
>
> Their forums, FAQ and how-to docs are well populated.
> And ... those awesome folks actually participate in the forums there.
>
> I can't say enough about how reasonable, basically useful, and
> supportive they are.
>
> --joe
>
>
> On Sep 20, 4:28 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> > hi.
> >
> > I'm setting up a small django project on webfaction and i'm havnig
> > some issues getting my settings.py file correct in regards to media
> > files for both the front end and admin.  Can someone please help me
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-11-02 Thread JoeJ


>From personal experience ...

The webfaction support crew is AWESOME and either interact with you at
a clue-level, if you have one ... or they will reach out and fix stuff
in your files, if you have somewhat less than a clue.

Their forums, FAQ and how-to docs are well populated.
And ... those awesome folks actually participate in the forums there.

I can't say enough about how reasonable, basically useful, and
supportive they are.

--joe


On Sep 20, 4:28 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> hi.
>
> I'm setting up a small django project on webfaction and i'm havnig
> some issues getting my settings.py file correct in regards to media
> files for both the front end and admin.  Can someone please help me
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-11-01 Thread Benn

This article really helped. For all those django and webfaction
newbies out there: this article is a must read. Worked perfect!

Ben

On Sep 21, 1:26 am, tupixo <[EMAIL PROTECTED]> wrote:
> > I had also similar problems, because instead of documentation they have a
> > screencast(?!) and the forum.
>
> Did you at least spend 30 seconds looking for docs before writing
> that?
> They have a Django category in their knowledge base with quite a few
> articles:https://help.webfaction.com/index.php?_m=knowledgebase&_a=view&parent...
> (btw, that link is included in their welcome e-mail).
>
> The "Getting started with Django at WebFaction" article should solve
> Bobby's 
> problem:https://help.webfaction.com/index.php?_m=knowledgebase&_a=viewarticle...
>
> Kevin.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-09-21 Thread Bobby Roberts


> The "Getting started with Django at WebFaction" article should solve
> Bobby's 
> problem:https://help.webfaction.com/index.php?_m=knowledgebase&_a=viewarticle...
>

Setting up a static application was easy and worked perfectly.  Thanks!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-09-21 Thread tupixo

> I had also similar problems, because instead of documentation they have a
> screencast(?!) and the forum.

Did you at least spend 30 seconds looking for docs before writing
that?
They have a Django category in their knowledge base with quite a few
articles:
https://help.webfaction.com/index.php?_m=knowledgebase&_a=view&parentcategoryid=24&pcid=0&nav=0
(btw, that link is included in their welcome e-mail).

The "Getting started with Django at WebFaction" article should solve
Bobby's problem:
https://help.webfaction.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=122&nav=0,24

Kevin.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-09-20 Thread Nikos Delibaltadakis
I had also similar problems, because instead of documentation they have a
screencast(?!) and the forum. This is not the best way, and I am mention it
in order they'll decide to create something, because otherwise their service
is very good.

2008/9/21 Bobby Roberts <[EMAIL PROTECTED]>

>
> hi.
>
> I'm setting up a small django project on webfaction and i'm havnig
> some issues getting my settings.py file correct in regards to media
> files for both the front end and admin.  Can someone please help me
> >
>


-- 
Nikos Delibaltadakis

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-09-20 Thread Erik Allik

You'll have to set up another app for serving static media using the  
control panel. I used a separate subdomain for that app as well to  
speed up media loading by browsers but that's optional. Then simply  
use the URL of that app as your MEDIA_URL.

Erik

On 21.09.2008, at 0:28, Bobby Roberts wrote:

>
> hi.
>
> I'm setting up a small django project on webfaction and i'm havnig
> some issues getting my settings.py file correct in regards to media
> files for both the front end and admin.  Can someone please help me
> >


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: webfaction django installation

2008-09-20 Thread akonsu

hello,

what problems are you having?

btw, did you try the webfaction forum?

konstantin

On Sep 20, 5:28 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> hi.
>
> I'm setting up a small django project on webfaction and i'm havnig
> some issues getting my settings.py file correct in regards to media
> files for both the front end and admin.  Can someone please help me
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



webfaction django installation

2008-09-20 Thread Bobby Roberts

hi.

I'm setting up a small django project on webfaction and i'm havnig
some issues getting my settings.py file correct in regards to media
files for both the front end and admin.  Can someone please help me
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---