Jump to content

Leandro Arndt

Members
  • Posts

    14
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://marxismo-online.blogspot.com/

Leandro Arndt's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It's the IP the nameserver points to when we try to reach our websites. Mine is arndt.heliohost.org. An example: ping arndt.heliohost.org PING arndt.heliohost.org (65.19.143.3) 56(84) bytes of data. ^C --- arndt.heliohost.org ping statistics --- 177 packets transmitted, 0 received, 100% packet loss, time 176004ms
  2. I found an interesting page on WSGI: http://pythonpaste.org/do-it-yourself-framework.html A basic Hello World program would seem like this: def application(environ, start_response): start_response("200 OK", [("Content-type", "text/html; charset=UTF-8")]) s = """<html> <head> <title>Hello, World!</title> </head> <body> HELLO, WORLD! </body> </html>""" return [s] I'm still going to use those tips on my Django powered sites, but this should be the way to go. BTW, one should add the wsgi middleware to one's Django settings (django.core.handlers.wsgi), I think.
  3. It's giving me that same time out problem when I try to sync my django application's database.
  4. Ok, everybody knows that already. But there have been some suggestions here that must be considerated. And there are many users here willing to use HelioHost services but not being able to - some anger must be expected. When will MIA be back? Anybody knows that?
  5. Bad-mouthing us doesn't win you internet points. I thought you were leaving? I think it doesn't win HelioHost or HelioNet "internet points" either. The same happens with new accounts not working. It would be better not to accept new users until the problem is solved. Otherwise it will be really bad for HelioHost "internet points".
  6. Maybe, but it's taking very long, isn't it?
  7. I might be switching too, but to where? Everywhere else sucks My problem is that I want to use Python. This is one of the few free webhosts to support this. Actually, I think I'm gonna switch to paid hosting soon, but until then I'd like to host my blog and test some few things on a free host... I don't know why Heliohost has only one admin, but I know that this is a big problem.
  8. Same problem. It dodn't work before, now my domain works but I can't login. Maybe this is because I had clicked the password reset? Anyway, the password reset thingy doesn't work... I only tryed to reset the password after my domain was up and I was unsuccesful on login.
  9. My domain is up now, but I can't log in! I've already tried password reset, but I've received no e-mail up to now. Username: leandroa Domain: arndt.heliohost.org
  10. Any news about this problem? I registered last friday, but my account is not working yet.
  11. Mine still not working... Username: leandroa Domain: arndt.heliohost.org
  12. It seems that I'm having the same problem as everyone here. Username: leandroa Domain: arndt.heliohost.org
×
×
  • Create New...