the result:
(html) ongtrenciudadano@test2djangopenlite:/usr/local/lsws/Example/html/demo$ sudo
chown -R nobody:nogroup /usr/local/lsws/Example/html/demo
(html) ongtrenciudadano@test2djangopenlite:/usr/local/lsws/Example/html/demo$ pytho
n3 manage.py createsuperuser
Username (leave blank to use 'ongtrenciudadano'):
Email address:
ongtrenciudadano@gmail.com
Password:
Password (again):
Traceback (most recent call last):
File "/usr/local/lsws/Example/html/lib/python3.8/site-packages/django/db/backends
/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "/usr/local/lsws/Example/html/lib/python3.8/site-packages/django/db/backends
/sqlite3/base.py", line 413, in execute
return Database.Cursor.execute(self, query, params)
sqlite3.OperationalError: attempt to write a readonly database
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "manage.py", line 22, in <module>
main()
File "manage.py", line 18, in main
execute_from_command_line(sys.argv)
____
File "/usr/local/lsws/Example/html/lib/python3.8/site-packages/django/db/backends
/sqlite3/base.py", line 413, in execute
return Database.Cursor.execute(self, query, params)
django.db.utils.OperationalError: attempt to write a readonly database