Django bugfix release: 3.1.4

2020-11-30 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2020/dec/01/django-bugfix-release-314/ -- 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,

Re: Is it possible to use REST API on Django template ?

2020-11-30 Thread Kris A. Stern
Hey, Guess you are making some baseless assumptions about the so-called templates... Can the original poster of the question please clarify what you really meant before we get more and more confused? K.S. On Tue, 1 Dec 2020 at 10:03, Liu Zheng wrote: > Hi, > > Guys earlier have provided

Re: Is it possible to use REST API on Django template ?

2020-11-30 Thread Liu Zheng
Hi, Guys earlier have provided useful links for consuming APIs. Just want to emphasize some concepts between server-side and client-side codes. A django template is rendered into a page on the *server side*. That means, the server does the work and prepares the html content before sending it to

Re: Looking to join a team in a Django Project to gain Experience

2020-11-30 Thread Monaco investment
I am also interested. Get Outlook for Android From: django-users@googlegroups.com on behalf of boyuanl...@gmail.com Sent: Monday, November 30, 2020 7:35:31 PM To: django-users@googlegroups.com Subject: Re: Looking to join a team in a

Ordering objects within a category

2020-11-30 Thread andrew.f...@gmail.com
Hi All. I’m trying to solve an annoying issue with ordering. I have a site that displays lists of objects. These objects also belong to categories. The site defaults to show the objects from all the categories. I can order these objects based on a model. However, if I select a category,

Re: Looking to join a team in a Django Project to gain Experience

2020-11-30 Thread boyuanl...@gmail.com
I'm also interested. On Monday, November 30, 2020, 07:01:48 AM PST, Md Reyajuddin wrote: hi, I am interested. On Tue, Sep 22, 2020 at 6:09 AM ahmed.he...@gmail.com wrote: Hi all, I am looking for a team of developers to join them in a project to enhance my skills and add to my

Re: Can't create custom user model

2020-11-30 Thread Vasiliy Chernykh
You didn't provide any information. Suggest you want to skip login as default user name. Check USERNAME_FIELD param in NewUserModel(AbstractBaseUser). Also, use class NewUserAccountManager(BaseUserManager): with createuser and createsuperuser functions. Check this as well:

Re: Looking to join a team in a Django Project to gain Experience

2020-11-30 Thread Md Reyajuddin
hi, I am interested. On Tue, Sep 22, 2020 at 6:09 AM ahmed.he...@gmail.com < ahmed.heshamel...@gmail.com> wrote: > Hi all, > > I am looking for a team of developers to join them in a project to enhance > my skills and add to my portfolio. I am available part time. > > Thanks > > -- > You

Re: Looking to join a team in a Django Project to gain Experience

2020-11-30 Thread Carlos Romero Martin
I'm interested Regards Carlos Romero Martin Le lundi 30 novembre 2020, 5 h 16 min 24 s CET Nagaraju Singothu a écrit : > I'm interested > > On Mon 30 Nov, 2020, 8:56 AM , wrote: > > Hi Cesar, > > > > > > > >

Re: Exception Type: TemplateSyntaxError at /login/ Exception Value: Invalid block tag on line 23: 'csrf_tocken', expected 'endblock'. Did you forget to register or load this tag?

2020-11-30 Thread jay goldymae lamsen
{% endblock %} On Friday, November 27, 2020 at 8:16:43 PM UTC+9 zica...@gmail.com wrote: > It is misspelled, the right is *csrf_token* > > Em quinta-feira, 26 de novembro de 2020 às 14:57:37 UTC-3, > dils...@gmail.com escreveu: > >> hi friends, >> >> please help me to resolve this issue.. >>

Re: Looking to join a team in a Django Project to gain Experience

2020-11-30 Thread Naresh Saini
Hi I am interested. On Mon, 30 Nov 2020, 08:56 , wrote: > Hi Cesar, > > > > If you can send me you email to contact you as I am interested > > > > Ahmed Khairy > > ahmed.heshamel...@gmail.com > > > > *From:* django-users@googlegroups.com *On > Behalf Of *Cesar Alvarez > *Sent:* Monday,

Re: Looking to join a team in a Django Project to gain Experience

2020-11-30 Thread Mahendra
I willing to join in Eveningtime Mahendra Yadav On Tue, 22 Sep 2020, 06:09 ahmed.he...@gmail.com, < ahmed.heshamel...@gmail.com> wrote: > Hi all, > > I am looking for a team of developers to join them in a project to enhance > my skills and add to my portfolio. I am available part time. > >

Guidance for Django-React

2020-11-30 Thread Dhruvil Shah
I am currently learning Django and made many projects in it. And I have also made DRF API projects. So, now I am thinking of learning React for frontend development and will make projects with React and Django. Afterwards, I am also thinking of making Django Rest API of any