Re: Translations & Internationalization in Django Rest Framework

2020-03-10 Thread Alaydyn Gholechragh
Django translations is good for static value but for new value in database? -- 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

Re: Translations & Internationalization in Django Rest Framework

2020-03-10 Thread Aldian Fazrihady
I am using Django translation on DRF. Here is the doc on Django translation. On Wed, Mar 11, 2020 at 1:17 AM Alaydyn Gholechragh wrote: > hi > > which component I can use for translation(Internationalization) in Django > Rest Framework ?? easy and with best documents and examples ?? > > -- > Yo

Re: Active Open Source Project to contribute to

2020-03-10 Thread Johnson
Hi Sam, great, i've sent you a message. Cheers! On Wednesday, March 11, 2020 at 12:28:43 AM UTC+1, Johnson wrote: > > Hi friends, I'm a django/vue js junior developer, does anyone has or knows > beginner friendly open source projects I can start contributing to. > > Thanks. > -- You received t

Re: Active Open Source Project to contribute to

2020-03-10 Thread Sam Perera
Hi Johnson, i am also a django beginner who is looking for a website development project. if you are interested, then we can start a project and update our knowledge. Thank you and looking forward to hear from you. Sam On Wed, Mar 11, 2020 at 10:28 AM Johnson wrote: > Hi friends, I'm a django/

example django rest swagger app done beautifly

2020-03-10 Thread Jan Filips
https://github.com/janfilips/django-rest-beautifly pls star if you like! :) -- 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...@googlegrou

Active Open Source Project to contribute to

2020-03-10 Thread Johnson
Hi friends, I'm a django/vue js junior developer, does anyone has or knows beginner friendly open source projects I can start contributing to. Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

How to resolve account access permission on SendGrid.

2020-03-10 Thread avinash prajapati
I am recently created an account on SendGrid but after first login it is showing error that accounts access permission is not authonaticate. Help to resolve this issue.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Translations & Internationalization in Django Rest Framework

2020-03-10 Thread Alaydyn Gholechragh
hi which component I can use for translation(Internationalization) in Django Rest Framework ?? easy and with best documents and examples ?? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

RE: HELP ME

2020-03-10 Thread ngallen4
Hello Lugano What do you want to know exactly? From: django-users@googlegroups.com On Behalf Of LGBS fine soul coders Sent: Tuesday, 10 March 2020 17:32 To: Django users Subject: HELP ME hello am lugano mwakapuku from tanzania i'm a bigginer in django please i need your help guy

Re: HELP ME

2020-03-10 Thread Kasper Laudrup
Hi Lugano, On 10/03/2020 15.32, LGBS fine soul coders wrote: hello am lugano mwakapuku from tanzania i'm a bigginer in django please i need your help guy Without any further information, I guess you need help on how to ask questions? Maybe some general guidance on how to communicate w

Re: activating models

2020-03-10 Thread Atıl Ardıç
Thanks Shankar :) it worked after putting a comma On Tue, Mar 10, 2020, 08:47 SHANKAR JHA wrote: > I think you forget to put a comma (,) at the last. > > Try using the polls and check if it's working or not. > > It's best practice to put your app at the last because you want all the > package t

Re: HELP ME

2020-03-10 Thread Motaz Hejaze
What do you need ? On Tue, 10 Mar 2020, 4:34 pm LGBS fine soul coders, wrote: > hello am lugano mwakapuku from tanzania i'm a bigginer in django please i > need your help guy > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsub

HELP ME

2020-03-10 Thread LGBS fine soul coders
hello am lugano mwakapuku from tanzania i'm a bigginer in django please i need your help guy -- 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+un

Synchronize db across multiple Django instances

2020-03-10 Thread 'mk.roessler' via Django users
Hi, we are developing an application with some presentation functionality. Presentation has to run without internet connection (local wifi cell) on a trainer's laptop. Students will connect to the server running on the trainer's laptop for some interactive part. There are multiple trainers each

Re: using two foreign keys in one django model

2020-03-10 Thread hunar techie
https://stackoverflow.com/questions/60596945/how-to-create-post-with-different-user-type-two-foreign-key-for-one-post-model here you go On Mon, Mar 9, 2020 at 5:09 PM Ryan Nowakowski wrote: > > > On March 9, 2020 5:13:40 AM CDT, namo wrote: > >i'm working on a project the scenario : teacher mo