Re: attempt to write a readonly database

2020-12-30 Thread Govind Kumar Yadav
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 wrote: > hi, > > Try running as the root user using sudo permissions. >

Re: deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
;> webapp, but when I tried to deploy this time I got the error message which >> I had posted earlier. >> In simple words I'm not able to migrate in my already existing >> webapp(it's on postgresdb on my local machine too). >> Regards, >> Govind >>

Re: deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
y already existing webapp(it's on postgresdb on my local machine too). Regards, Govind On Wed 30 Dec, 2020, 2:39 AM Kasper Laudrup, wrote: > Hi Govind, > > On 29/12/2020 21.57, Govind Kumar Yadav wrote: > > Like if I am trying to deploy a new project from beginning I am abl

deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine. Help me to get over the issues. regards , Govind -- You received this message because you are subscribe

Re: A learner following a Mosh Tutorial on Django and having a problem saving a product to SQLite

2020-05-04 Thread Govind Kumar Yadav
can you pls share how your admin.py file looks like On Monday, 4 May 2020 12:33:03 UTC+5:30, ia...@serenityscotland.co.uk/webmail wrote: > > Hi Folks, > > Here is models.py: > > from django.db import models > > class Product(models.Model): > name = models.CharField(max_length=255) > price = mode