dispatch.fcgi as text

2008-09-01 Thread Ronaldo Z. Afonso
Hi everybody, I'm running Django on a shared-hosting provider with Apache and I walked through the documentation about FastCGI of the Django website but when I try to access some page of my web site, instead of seen the html rendered I just see the dispatch.fcgi as text. Does anyone can help me?

Re: 500.shtml

2008-08-21 Thread Ronaldo Z. Afonso
output it produces. Because we can't help you > with the information you provided. > > Erik > > > On 22.08.2008, at 3:05, Ronaldo Z. Afonso wrote: > > > > > Hi all, > > > > This is my first post to this list. I'm trying to access an Admin page > > and I

500.shtml

2008-08-21 Thread Ronaldo Z. Afonso
Hi all, This is my first post to this list. I'm trying to access an Admin page and I'm being redirected to a 500.shtml page. Does anyone know what could be happening? I'm using Django version 1.0.beta_1. Thanks in advance ... Ronaldo. --~--~-~--~~~---~--~~ You

Re: new to django

2008-02-06 Thread Ronaldo Z. Afonso
Hi, I'm new to djando too, but try issue this command in your project direcotry: python manage.py syncdb. Don't forget to check your database configuration. Good luck. Ronaldo On Wed, 2008-02-06 at 18:38 +0530, Beema shafreen wrote: > Hi everybody i am new to django, > > I am trying to create

Flash and Django

2008-02-01 Thread Ronaldo Z. Afonso
Hi, I'm new in Django and Web development and I just want to know if it's possible to have a flash script showing elements that was retrieve from a data base by django? Any link or documentation would be appreciated. Thanks. Ronaldo. --~--~-~--~~~---~--~~

Re: Django CSS

2008-01-02 Thread Ronaldo Z. Afonso
Hi Thomas, Thanks. It helped me a lot. Ronaldo. On Wed, 2008-01-02 at 06:28 -0800, Thomas wrote: > Ronaldo, have a look here: > http://www.djangoproject.com/documentation/static_files/ > > Thomas > > > On Jan 2, 3:23 pm, "Ronaldo Z. Afonso" <[EMA

Django CSS

2008-01-02 Thread Ronaldo Z. Afonso
Hi all, I'm having some problems with Django and CSS. It seems that my templates just don't load the CSS file. I'm using some think like this: and the "file.css" is in the same directory as all my templates, but all my pages are with no style. So is there any special thing to do to use CSS

Django Web Hosting Service

2007-11-21 Thread Ronaldo Z. Afonso
Hi all, Can anybody recommend me a Django Web Hosting Service? Thanks. Ronaldo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Adding QuerySets

2007-11-13 Thread Ronaldo Z. Afonso
Hi all, Is it possible to join two, or more, querySets? For example: q = q1 + q2 Being q the union of q1 and q2. Thanks. Ronaldo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Not Required Field

2007-11-11 Thread Ronaldo Z. Afonso
Hi all, I'd like to know how I set a field of a Model to be not required when someone is inserting data in the model using the admin interface? Thanks. Ronaldo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups