Jump to content

denisewo

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by denisewo

  1. Ah that's quick thank you!!!

     

    I'm so sorry to bombard you but, last ting, could you also move me to an IP address accessible in China, as I spend half my time there?

     

    Again, so sorry to bother you, and thank you so very much.

     

    I'm so so sorry to bother you. Thank you so so much.

  2. Update, sorry about this, but I think that I might have done something wrong in my dispatch.wsgi or my .htaccess file, as when I try to get into http://praxeum.heliohost.org/mysite/ I get a 400 error. 

     

    I'm unsure what is the error though? Sorry!! Thanks again, so so much, for everything.

    [Mon Aug 10 13:12:19.361964 2020] [wsgi:error] [pid 30003] [client 1.36.32.55:53555]   File "/home/denisewo/public_html/mysite/dispatch.wsgi", line 10, in <module>, referer: http://praxeum.heliohost.org/
    [Mon Aug 10 13:12:19.360184 2020] [wsgi:error] [pid 30003] [client 1.36.32.55:53555] mod_wsgi (pid=30003): Exception occurred processing WSGI script '/home/denisewo/public_html/mysite/dispatch.wsgi'., referer: http://praxeum.heliohost.org/
    [Mon Aug 10 13:12:19.360037 2020] [wsgi:error] [pid 30003] [client 1.36.32.55:53555] mod_wsgi (pid=30003): Failed to exec Python script file '/home/denisewo/public_html/mysite/dispatch.wsgi'., referer: http://praxeum.heliohost.org/
     

    in public_html/mysite:

     

    dispatch.wsgi
    import os, sys
     
    # edit your username below
    sys.path.append("/home/denisewo/public_html/mysite")
     
    from django.core.wsgi import get_wsgi_application
     
    os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'
     
    application = get_wsgi_application()
     

     

  3. Hey guys,

     

    First off, thank so much for this project. I can't believe it's free and it's truly a godsend.

     

    Secondly, I'm having a really silly issue which I'm sure has an incredibly simple answer. I'm very sorry to bother, but I've already checked all the docs and old questions and answers. 

     

    I'm trying to run a django project,

    at: http://praxeum.heliohost.org/

    username: denisewo

     

    However, when I access that site, I get an index of all the files, the django project running?

     

    What should I do? 

     

    Again, thanks so much for this incredible tool. Can't believe it is free.

     

    Best,

    Denise 

     

×
×
  • Create New...