Fwd: attempt to write a readonly database

2020-12-23 Thread Parul.
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:

Can anyone please look at this query and help me to make a model for it

2020-12-23 Thread Dhruvil Shah
https://stackoverflow.com/questions/65427344/how-to-select-multiple-person-for-same-project -- 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

Re: Implementing multiple roles user model in django

2020-12-23 Thread Anselme Gildas Tchassem Boutchouang
Absolutely Le mer. 23 déc. 2020 à 22:55, Mike Dewhirst a écrit : > On 24/12/2020 4:38 am, Aakash Verma wrote: > > Hi , which is the best possible way to have multiple roles user model > > in django , I have tried OnetoOnefield with default user model , and > > then having a charField in a user

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Anselme Gildas Tchassem Boutchouang
Cool, thanks Le jeu. 24 déc. 2020 à 00:21, Mai Elshiashi a écrit : > If you're looking for a tool to allow anyone to see your project running > on localhost. There's a cool tool called Ngrok Which exposes your localhost > to be public with a secure tunnel.Check it out. > https://ngrok.com/ > >

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Shazia Nusrat
You also need to add your url provided by Ngrok to your Django settings.py "ALLOWED_HOSTS". Only then it will present your site on that URL. On Thursday, December 24, 2020 at 4:27:00 AM UTC+5 Shazia Nusrat wrote: > Ngrok will help you publish your site for development if you need to show >

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Shazia Nusrat
Ngrok will help you publish your site for development if you need to show your work remotely. Remember you need to run two terminals on terminal 1 you will run your project as you normally do and on other terminal you need to run ngrok. It will provide you with couple of URLs one for http and

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Mai Elshiashi
If you're looking for a tool to allow anyone to see your project running on localhost. There's a cool tool called Ngrok Which exposes your localhost to be public with a secure tunnel.Check it out. https://ngrok.com/ On Wed, Dec 23, 2020 at 11:36 PM Benny M wrote: > I’m going to second Kasper

Mobile social registration for Django Backend endpointe

2020-12-23 Thread Shazia Nusrat
Hi, I am using Django for my web app and DRF to expose my API for mobile applications. I need users to sign in using social accounts at mobile side and need to authenticate via Django API. I've used couple of libraries but couldn't understand the workflow for 1.

Re: Implementing multiple roles user model in django

2020-12-23 Thread Mike Dewhirst
On 24/12/2020 4:38 am, Aakash Verma wrote: Hi , which is the best possible way to have multiple roles user  model in django , I have tried OnetoOnefield with default user model , and then having a charField in a user model Where in choices are provided for different roles and other is trying

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Benny M
I’m going to second Kasper on this. There’s enough affordable options out there that self hosting to a “safe enough” degree would be the more expensive route to go. I did this myself for a little while - had a makeshift cloud service for myself right up until I had a dev-ops friend take a

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Kasper Laudrup
On 23/12/2020 18.46, joseenoc...@gmail.com wrote: Can some one pls explain what steps show I follow to host my django project on my pc and allow anyone outside my network WIFI to see the webiste You don't want to do that, but just in case: You probably want to ensure that you have a static

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread ule...@gmail.com
Hi, You can use https://pythonanywhere.com and create a free account or https://eu.pythonanywhere.com... How to put your site on pythonanyhere is explained on following tutorial https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/ samples : task application : see

How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread joseenoc...@gmail.com
Can some one pls explain what steps show I follow to host my django project on my pc and allow anyone outside my network WIFI to see the webiste -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Implementing multiple roles user model in django

2020-12-23 Thread Aakash Verma
Hi , which is the best possible way to have multiple roles user model in django , I have tried OnetoOnefield with default user model , and then having a charField in a user model Where in choices are provided for different roles and other is trying Third party packages . Can anyone suggest

Re: attempt to write a readonly database

2020-12-23 Thread MALVIYA IT WEB
try from your end or contact me 8696067700 on monday On Wed, Dec 23, 2020 at 9:48 PM Parul. wrote: > OperationalError at /users/ > Request Method: POST > Request URL: http://localhost:8000/users/ > Django Version: 3.0.3 > Exception Type: OperationalError > Exception Value: > > attempt to

Re: attempt to write a readonly database

2020-12-23 Thread Bryan Anderson bautista garcia
hello, I don't know who you are, you're the wrong person El mié, 23 de dic. de 2020 a la(s) 11:19, Parul. (parul.281...@gmail.com) escribió: > OperationalError at /users/ > Request Method: POST > Request URL: http://localhost:8000/users/ > Django Version: 3.0.3 > Exception Type: OperationalError

Re: Django/python free Training

2020-12-23 Thread Shruti Yadav
I am interested On Wed, 23 Dec, 2020, 21:19 rpower, wrote: > interested > > On Friday, December 18, 2020 at 9:27:14 AM UTC-5 rampage...@gmail.com > wrote: > >> Hi guys, >> >> I am manucho from Kenya and am good developer with django and python and >> i want to teach people what i know .I want

attempt to write a readonly database

2020-12-23 Thread Parul.
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:

Re: Django/python free Training

2020-12-23 Thread Surya M
Yes, I'm interested , I already working with Django without any knowledge and guidance,It's useful to me. On Wed, Dec 23, 2020, 9:19 PM rpower wrote: > interested > > On Friday, December 18, 2020 at 9:27:14 AM UTC-5 rampage...@gmail.com > wrote: > >> Hi guys, >> >> I am manucho from Kenya and

Re: Django/python free Training

2020-12-23 Thread Igbinyemi Adeboye Amos
I am interested. On Wed, Dec 23, 2020 at 4:49 PM rpower wrote: > interested > > On Friday, December 18, 2020 at 9:27:14 AM UTC-5 rampage...@gmail.com > wrote: > >> Hi guys, >> >> I am manucho from Kenya and am good developer with django and python and >> i want to teach people what i know .I

Re: Django/python free Training

2020-12-23 Thread rpower
interested On Friday, December 18, 2020 at 9:27:14 AM UTC-5 rampage...@gmail.com wrote: > Hi guys, > > I am manucho from Kenya and am good developer with django and python and i > want to teach people what i know .I want to start a youtube channel for > Django and python based tutorials ..If

Re: Django/python free Training

2020-12-23 Thread Ruhia gr
am interested On Wed, Dec 23, 2020 at 2:56 PM yashwanth .k wrote: > I am interested! > Add me as well. > > On Wed, Dec 23, 2020 at 2:14 PM narendra thapa > wrote: > >> interested to connect with you >> >> >> On Wed, Dec 23, 2020 at 3:07 AM kerolos emad <55522ash...@gmail.com> >> wrote: >> >>>

Re: Django/python free Training

2020-12-23 Thread yashwanth .k
I am interested! Add me as well. On Wed, Dec 23, 2020 at 2:14 PM narendra thapa wrote: > interested to connect with you > > > On Wed, Dec 23, 2020 at 3:07 AM kerolos emad <55522ash...@gmail.com> > wrote: > >> very nice to hear that >> interested >> >> On Fri, Dec 18, 2020, 4:26 PM Python Class

Re: Django/python free Training

2020-12-23 Thread narendra thapa
interested to connect with you On Wed, Dec 23, 2020 at 3:07 AM kerolos emad <55522ash...@gmail.com> wrote: > very nice to hear that > interested > > On Fri, Dec 18, 2020, 4:26 PM Python Class > wrote: > >> Hi guys, >> >> I am manucho from Kenya and am good developer with django and python and