Re: Unable to write to database

2023-05-24 Thread Jun Say
May i have a question related to Django? On Tuesday, May 23, 2023 at 5:14:57 AM UTC-7 William Nash (Bill) wrote: > > The system permission solved the issues. Thank you. > > On Monday, May 22, 2023 at 10:51:13 AM UTC-5 Dev Femi Badmus wrote: > >> I have similar error is due to system permission

Re: Unable to write to database

2023-05-23 Thread William Nash (Bill)
The system permission solved the issues. Thank you. On Monday, May 22, 2023 at 10:51:13 AM UTC-5 Dev Femi Badmus wrote: > I have similar error is due to system permission are you running on Linux? > > chown www-data:www-data /home/username/project-folder > > chown www-data:www-data

Re: Unable to write to database

2023-05-22 Thread aung naing12
Hello sir can I talk to you about our community On Mon, 22 May 2023, 11:00 pm Larry Martell, wrote: > On Sun, May 21, 2023 at 10:54 AM William Nash (Bill) > wrote: > > > > I'm new to django and I'm trying to learn as I program a small website > for my scuba diving business. I'm running into

Re: Unable to write to database

2023-05-22 Thread Larry Martell
On Sun, May 21, 2023 at 10:54 AM William Nash (Bill) wrote: > > I'm new to django and I'm trying to learn as I program a small website for my > scuba diving business. I'm running into a error that when I try to add a > diver the database does not update. When I goto >

Re: Unable to write to database

2023-05-22 Thread Dev Femi Badmus
I have similar error is due to system permission are you running on Linux? chown www-data:www-data /home/username/project-folder chown www-data:www-data /home/username/project-folder/db.sqlite3 -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Unable to write to database

2023-05-22 Thread William Nash
I can get the website to come up, but I can't save anything to the database. Django is installed in a .venv folder and activated with source .venv/bin/activate. William Nash Padi Instructor#367103 (972) 372-4557 | wrna...@gmail.com Website: http://ascubadiving.com/ Texas Mason A.F.& A.M.:

Re: Unable to write to database

2023-05-21 Thread Michael Edet
Did you install django??? And said you put py manage.py runserver On Sun, 21 May 2023, 18:55 William Nash (Bill), wrote: > I'm new to django and I'm trying to learn as I program a small website for > my scuba diving business. I'm running into a error that when I try to add > a diver the

Re: Unable to write to database

2023-05-21 Thread William Nash (Bill)
I do not see any error messages. On Sunday, May 21, 2023 at 12:56:45 PM UTC-5 Abdulrahman Abbas wrote: > Send your error message > > On Sun, May 21, 2023, 18:54 William Nash (Bill) wrote: > >> I'm new to django and I'm trying to learn as I program a small website >> for my scuba diving

Re: Unable to write to database

2023-05-21 Thread Abdulrahman Abbas
Send your error message On Sun, May 21, 2023, 18:54 William Nash (Bill) wrote: > I'm new to django and I'm trying to learn as I program a small website for > my scuba diving business. I'm running into a error that when I try to add > a diver the database does not update. When I goto >