Recent content by qrsor

  1. Q

    what is OpenLitespeed Django proper workflow?

    so the problem was permissions for python virtual env I've made `sudo pip install psycopg2-binary` and it made the trick
  2. Q

    what is OpenLitespeed Django proper workflow?

    this answer saves lives https://stackoverflow.com/a/55929118
  3. Q

    what is OpenLitespeed Django proper workflow?

    yes! it works now! thank you! but I still have an issue. I can't get how do I apply my changes to the web site. for example. I'm trying to check my database setup $ python3 manage.py shell >>> from django import db >>> print(db.connections.databases) {'default': {'ENGINE'...
  4. Q

    what is OpenLitespeed Django proper workflow?

    it seems like I mistakenly didn't make `chown` to proper user after `git pull`
  5. Q

    what is OpenLitespeed Django proper workflow?

    hi Eric! thanks for your answer. just to double check: does it means OLS watches for changes in the file system and I don't need to perform any reloads at all??
  6. 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...
Top