I got the same error when I deployed my Django web app over Nginx server
and tried to access Django admin. If anyone knows the solution please
revert back.
regards,
govind



On Wed, 30 Dec 2020 at 20:45, RANGA BHARATH JINKA <bharathjink...@gmail.com>
wrote:

> hi,
>
> Try running as the root user using sudo permissions.
>
> All the best
>
> On Wed, Dec 30, 2020 at 8:18 PM Steven Mapes <st...@jigsawtech.co.uk>
> wrote:
>
>> This normally means that the user you are running your project as does
>> not have access to the SQLLite database file. I can see that you are
>> running on windows so fine the database in the file system and check and
>> change the owner as well as ensuring that the owner/group has read/write
>> access to the file.
>>
>> On Thursday, 24 December 2020 at 07:23:24 UTC parul....@gmail.com wrote:
>>
>>> Can anyone help with this?
>>>
>>>
>>> OperationalError at /users/
>>> Request Method: POST
>>> Request URL: http://localhost:8000/users/
>>> Django Version: 3.0.3
>>> Exception Type: OperationalError
>>> Exception Value:
>>>
>>> attempt to write a readonly database
>>>
>>> Exception Location: 
>>> C:\Users\parul\anaconda\envs\MyDjangoEnv\lib\site-packages\django\db\backends\sqlite3\base.py
>>> in execute, line 396
>>> Python Executable: C:\Users\parul\anaconda\envs\MyDjangoEnv\python.exe
>>> Python Version: 3.8.5
>>> Python Path:
>>>
>>> ['C:\\Users\\parul\\Desktop\\Djangoforms\\ProTwo',
>>>  'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\python38.zip',
>>>  'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\DLLs',
>>>  'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib',
>>>  'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv',
>>>  'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib\\site-packages']
>>>
>>> Server time: Wed, 23 Dec 2020 16:14:46 +0000
>>>
>>>
>>>
>>> --------->>> Also, i checked the properties in db.sqlite3, all the
>>> permissions are checked...write permission also
>>> can anyone help
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Thanks and Regards
>
> J. Ranga Bharath
> cell: 9110334114
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAK5m3151VcaY1uoYhapa5e8cRdNwtzm8OND3Gf9k7qxtwOP_6Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAK5m3151VcaY1uoYhapa5e8cRdNwtzm8OND3Gf9k7qxtwOP_6Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWZkWQEOFsVFxyYV1nc6yt6ODEwvaQaL0r%3DdNrbbPDi8GdFqA%40mail.gmail.com.

Reply via email to