Posting the same question twice under different titles won't help.

On Jun 25, 10:12 am, geonomos <agr.gianluca.mas...@gmail.com> wrote:
> Hi,
> I'm new in django frameworck and I'm tring to develop a simple application.
> I've a free account in alwaysdata and I've follow instruction in
> "https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/?from=...";
> but if I point with the browser to the  application's url I see only the
> content of django.fcgi:
> /*
>
> #!/usr/bin/python
> import os, sys
>
> _PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
> sys.path.insert(0, _PROJECT_DIR)
> sys.path.insert(0, os.path.dirname(_PROJECT_DIR))
>
> _PROJECT_NAME = _PROJECT_DIR.split('/')[-1]
> os.environ['DJANGO_SETTINGS_MODULE'] = "%s.settings" % _PROJECT_NAME
>
> from django.core.servers.fastcgi import runfastcgi
> runfastcgi(method="threaded", daemonize="false")
> */
>
> Could somebody help me?
>
> Thanks in advance

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