RE: Question about Guest users and AnonymousUser best practices

2020-03-28 Thread Mike Dewhirst
First an apology for top-posting. Blame my stupid phone.I like django-auth and group permissions to segregate functionality and hide/reveal stuff.I also like your notion of auto-creation of a fresh user.I think it might be worthwhile doing a Django 3rd party app which plugs into the existing aut

Question about Guest users and AnonymousUser best practices

2020-03-28 Thread Charles Thayer
I'm trying to convert an existing project to have a "guest user" experience that is very much like a logged in user with some minor differences. Does anyone have opinions, or a pointer to some guides about the best practices around this? We already have foreign keys in a few places that point t

RE: drawing a venn diagram with css and html

2020-03-28 Thread Mike Dewhirst
Your cms will be actively preventing case and html for security reasons.You need to find another way. Original message From: Perceval Maturure Date: 29/3/20 05:49 (GMT+10:00) To: django-cms Cc: django-users Subject: drawing a venn diagram with css and html Hi teami am tryi

travis sync issue to git with django project

2020-03-28 Thread John McClain
My build keeps failing at this juncture 0.00s$ SECRET_KEY="whatever" ./manage.py test 273/home/travis/.travis/functions: line 109: ./manage.py: Permission denied 274The command "SECRET_KEY="whatever" ./manage.py test" exited with 126. 275 276 277 any ideas? -- John McClain Cell: 085-197

Re: error en ejercicio de principiante, no se que hacer

2020-03-28 Thread cosmos multi
Um pues la verdad te estas complicando demasiado solo configura los archivos template en settings.py es lo que te recomiendo. El sáb., 28 mar. 2020, 4:18 p. m., Federico Gomez escribió: > saludos, tengo un error haciendo una practica en Django con el video Curso > Django. Plantillas I. Vídeo 5,

Re: email": [ "Enter a valid email address." ]

2020-03-28 Thread devyen
Hi Friend, I added domains to the source code of EmailValidator (last line) and it the error is still there. Do you know what I am doing wrong? class UserSerializer(serializers.ModelSerializer): class Meta: model = User fields = ('email', 'password') http -f POST http://127

error en ejercicio de principiante, no se que hacer

2020-03-28 Thread Federico Gomez
saludos, tengo un error haciendo una practica en Django con el video Curso Django. Plantillas I. Vídeo 5, https://www.youtube.com/watch?v=iQN0z6MDrEY . Te envio el pantallazo por si

drawing a venn diagram with css and html

2020-03-28 Thread Perceval Maturure
Hi team i am trying to draw a diagramm using css and html on my cms but it displays raw css and text. any ideas? -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread Andrew C.
I highly recommend not using MongoDB. Sure, they can plaster a banner saying “Google supports us” but many industry leaders have tried and failed using it. It can’t store data that easily once you grow, making it unlikely for usage in the future for employment by any startup or corporation and for

"": "ExtendedUser.user" must be a "User" instance.

2020-03-28 Thread Rahul Singh
i want add these additional field but i am getting this error. somebody plz help me model.py from django.db import models # Create your models here. from django.db import models # Create your models here. from django.db import models # Create your models here. from django.contrib.auth.mode

Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread VenkataSivaRamiReddy
i tried but not getting -- 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 http

Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread Anh Nguyen
You can use Djongo or Django rest framework mongoengine. But I highly recommend DON’T. > On Mar 28, 2020, at 15:09, venna venkatReddy wrote: > > hey guys, > > i am new to Django and Any one can guide me how to setup DjangoRestFrameWork > with Mongo DB, > > My task is: > > i need to create Ap

How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread venna venkatReddy
hey guys, i am new to Django and Any one can guide me how to setup DjangoRestFrameWork with Mongo DB, My task is: i need to create Api for data inserting and updating and delecting that data must in mongodb, I previous work with sqlite3 and postgresql and mysql but this is the first time to w

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-28 Thread VenkataSivaRamiReddy
hi bro, I need help regrading Django rest framework with Monogod, please reply ASAP On Fri, Mar 20, 2020 at 2:05 AM Eswar Subramanyam < eswar.subraman...@gmail.com> wrote: > Hi > > I opted for Djongo to take advantage of Django ORM with MongoDB.. > > but while starting the server, i get the follo