django

  1. I

    Virtual host configuration for Django, Postgresql & angular web app 500 error

    I have been trying to deploy a web app which uses django and drf with postgres db api with an angular front end on an ubuntu vps but without success. I have installed all the necessary dependencies and have set up a virtual environment. I am hosted on Hostinger and used the Ubuntu 22.04 with...
  2. N

    Easy WSGI reset for Python/Django/Wagtail hosted websites

    If your OpenLiteSpeed setup is pointed to the wsgi.py file in python it can be confusing when changes made in your local python app won't update as expected when changes are pulled to your website or pushed. Graceful (from OLS Backend), Soft & Hard (from Linux command line) OLS server resets...
  3. maicol07

    How to configure OLS LSWGI with a DJango app

    Hi, I'm trying to install Weblate, a DJango app. I've followed this guide: https://openlitespeed.org/kb/python-wsgi-applications/#Set_up_Django_with_a_Virtual_Environment and installed LSWGI and configured the context app server with these parameters: When I try to go to the website, I get a...
  4. bluxiv

    Django File System Encoding

    Hello everyone, I've been trying to solve this problem for weeks now but i just can't seem to get it to work. My website works fine till someone uploads a file that has non-ascii characters in it, where it returns the following error: "UnicodeEncodeError 'ascii' codec can't encode characters in...
  5. artertendean

    lswsgi cant handle unicode

    It works in my localhost, but not in openlitespeed. In some cases, when there are emoji in there, the server will return 500 errors.
  6. artertendean

    Django: How to Apply New Changes

    How to apply my changes in Django app in openlitespeed? For example, in Cpanel, I just need to run 'touch tmp/restart.txt'
  7. Q

    what is OpenLitespeed Django proper workflow?

    I have deployed OLS Django from the AWS Marketplace. but it is not clear to me how I do apply my code changes. I've committed the default `demo` project into private github repo and push changes from my local computer. git pull works sometimes. sometimes it not works. I can't get the system...
  8. M

    Why does OpenLiteSpeed Django app give errors when save or delete very simple model in admin view ?

    I have an OpenLiteSpeed Django app in Google Cloud Compute Engine which connects a SQLite DB. I've created some models and views, in these views I can show lists and graphics of SQLite data. I am also able to list and search the data in admin views. However in admin view when I try to make some...
  9. 2

    django in a subdiretcory of wordpress

    Hi I am trying to install Django under WordPress subdirectory for 3 days but can't make it done anyway... no tutorial available. I am hosting my WordPress site on digitalocean openlitespeed wordpress droplet. WordPress installation location /var/www/html/ I want to server Django from...
  10. violetcode

    Django perpetual 404s when visiting project directory URL

    I have a very strange problem with Django and OLS. I am using the OpenLitespeed Django one click install droplet on Digital Ocean (https://cloud.digitalocean.com/marketplace/5c3cbc84abd08a149ee3c827?i=f49202). In both my custom app and the example app in the droplet, if I visit a URL that...
Top