Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,386
  • Joined

  • Last visited

  • Days Won

    909

Krydos last won the day on November 1

Krydos had the most liked content!

About Krydos

Profile Information

  • Gender
    Male

Recent Profile Visitors

102,187 profile views

Krydos's Achievements

Grand Master

Grand Master (14/14)

  • Reacting Well Rare
  • Well Followed Rare
  • Very Popular Rare
  • Conversation Starter Rare
  • Dedicated Rare

Recent Badges

2k

Reputation

  1. WSGI control access has been enabled on the domain softhauz.ca. To restart your Django app and load new code changes in simply edit /home/softhauz.ca/httpdocs/softhauz/softhauz/dispatch.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues. Just let us know when you're ready to turn it off. We generally try to respond to support requests within 24 hours. Also keep in mind that most of your posts above were at 4:00am - 4:30am range my time, so I am basically never awake at that time, and support requests will take longer during those times of the day.
  2. Glad to hear it's working so far. One other thing that tends to confuse people when they're working on a Django website is the server side caching https://wiki.helionet.org/Django_on_HelioHost#WSGI_Uses_Server_Side_Caching What this means is if you visit your site, and then change some code, and then visit your site again, it's possible the changes appear or it's possible the old code still shows up. If you make multiple changes it's possible for multiple older versions of your code to continue showing up in the browser for up to 2 hours. One way to deal with this is to make a change, and then wait 2 hours before you make another code change, and then wait another 2 hours to make the next change, etc. This is obviously a very slow process. The other way to deal with this server side caching is to request WSGI restart access. If WSGI restart access is enabled you can clear the cache whenever you want so your code changes appear instantly. The downside to this though is your memory usage will be 260 GB per day, or more which means a bill of $1.91 per month or more. Let us know if you'd like to enable WSGI restart access so you can clear your server side cache.
  3. After installing django_countries I tried loading your Django page, and it gave a 500 error. I checked the logs and it looks like you needed faker, and django_auto_logout as well. I installed those modules, and now the 500 error is gone. It looks like some images or CSS might be missing now, but you should be able to take it from here.
  4. Installed. You can see the current list of installed modules and their versions for Morty's Python 3.12 at https://krydos3.heliohost.org/pyinfo/info3.12.py
  5. Does it show as 4000 MB now?
  6. Remote access enabled. host=65.19.154.94 port=5432 user=softhauz_architect dbname=softhauz_live password=<set in Plesk>
  7. Did you make more than 1 account?
  8. $20 with the $19+ prepay discount gives you $25.2632 additional balance. Your previous balance was $8.7766 plus $25.2632 brings your total to $34.0998. Based on the last 30 days of usage your estimated expiration date is now 2026-03-27. Thanks for being a Morty customer.
  9. Glad it's working for you now. Let us know if you need help with anything else.
  10. Does it work now?
  11. What is the name of the database?
  12. Thank you so much.
  13. I noticed you randomly received a review invitation link emailed to you on 2025-08-07. We would really appreciate it if you could click the link in the email to give us a 5 star review. It will only take you a couple minutes to write a sentence or two about your support request today, and it goes a long way to help us out. We recommend using the link that was emailed to you because 5 star reviews that don’t click the email link pretty much all get deleted. Our volunteers don't get paid in money because we are a non-profit, but our volunteers do get paid in smiles whenever someone lets us know they appreciate our work by giving a 5 star review. Thanks again!
  14. DKIM, SPF, and DMARC have been set up for the domain wds657.helioho.st. We recommend sending a real email (not just the word "test" or a blank email) to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
×
×
  • Create New...