Search results

  1. O

    Django. Problem Configuring Static Files in OpenLiteSpeed with Django Project

    Content: Hello everyone! I'm trying to set up a Django project on OpenLiteSpeed and am facing some challenges in properly configuring the static files. Based on the user manual's recommendations, I've set STATIC_URL and STATIC_ROOT in my settings.py as follows: Copy code STATIC_URL =...
  2. O

    Title: Problem Configuring Static Files in OpenLiteSpeed with Django Project

    Content: Hello everyone! I'm trying to set up a Django project on OpenLiteSpeed and am facing some challenges in properly configuring the static files. Based on the user manual's recommendations, I've set STATIC_URL and STATIC_ROOT in my settings.py as follows: pythonCopy code STATIC_URL =...
  3. O

    python3 manage.py createsuperuser

    Hello. I need to resolve a situation. I follow all the steps to install django openlitespeed and getting to createsuperuser it doesn't allow to create it: 59: cannot create /usr/local/lsws/admin/mis c/../conf/htpasswd: Permission denied
Top