Re: X-frame options exempt

2021-11-02 Thread bnmng
I think the problem here is Google doesn't want to be embedded and there isn't much you can do about it. If you can test it by replacing Google's URL with another one that works, then I think you proved your code is good. On Monday, November 1, 2021 at 8:53:52 AM UTC-4 greenk...@gmail.com

Issue with django.forms.fields.FilePathField() and callable path

2021-11-02 Thread Chakib Benhabib
Hi, First post here, so I don't know if it's the correct channel for this kind of issue. Sorry if it's not. Since v 3.0 we can set path attribute as a callable in a models.fields.FilePathField(), as discussed here: https://code.djangoproject.com/ticket/29529 and documented here:

Re: help

2021-11-02 Thread Indrajeet Singh Yadav
Hi, Follow these steps:- 1. Check i.e. trace back where exactly did u install python. 2. Trace where you installed django. to do that run this code on python path, pip freeze or pip freeze > requirements.txt(makes a requirements file good for future use), it gives all the install modules in

Re: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

2021-11-02 Thread patel dhruvish
Close with Square bracket [ ' ' , ' '] On Fri, Oct 29, 2021, 19:36 Sabbir Hasan Munna wrote: > > [image: Annotation 2021-10-29 081743.png] > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: New user

2021-11-02 Thread Indrajeet Singh Yadav
Hi, Like you I also started django a while back. And i feel like djangogirls is a good place to start. Its a tutorial site. Search google. They will help you get started with the basics of django. They have quite a well explained tutorial. Also if you find some other way which is good for

Re: New user

2021-11-02 Thread Sebastian Jung
Hello, i find in beginning Django Girls tutorial very helpful: https://tutorial.djangogirls.org/de/ Am Mo., 1. Nov. 2021 um 22:24 Uhr schrieb Dalys Lanzas < lanzasda...@gmail.com>: > Hi, I want to learn Django, so if someone now the best way I appreciate. > > -- > You received this message

Re: New user

2021-11-02 Thread Gwanghyeon Gim
Hi, here are my recommendations for beginner. Youtube: Corey M Schafer Book: Django for Beginners by W. S. Vincent Good luck. On Tuesday, 2 November 2021 at 06:25:18 UTC+9 lanza...@gmail.com wrote: > Hi, I want to learn Django, so if someone now the best way I appreciate. > -- You received