Re: Chat app using django

2022-08-25 Thread Ryan Nowakowski
On Wed, Jul 20, 2022 at 06:11:08AM +0530, Lakshyaraj Dash wrote: > I'm having a discussion website in django with some sort of user > authentication and I want to inject chat app with rooms made by the users > themselves. I don't want any js framework in the frontend. Just tell me how > to make

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-25 Thread Ryan Nowakowski
On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote: > I am stuck in a loop of confusion. I am trying to build an ecommerce > website and make it production ready. Do i need to build an API for it? No https://twitter.com/htmx_org/status/1561808410856898561 -- You received this

Re: How to Manage User & Create a Model

2022-08-25 Thread Ryan Nowakowski
On Wed, Aug 24, 2022 at 12:48:26AM -0700, Aakash Bhaikatti wrote: > As a User > >- I can signup either as LIBRARIAN and MEMBER using username and password >- I can login using username/password and get JWT access token > > As a Librarian > >- I can add, update, and remove Books from

Re: e

2022-08-25 Thread Ahmed Abdelmonem
Use validate method to output the user details (name, age, ...etc) along side with the token, now you have the token and the user, u don't have to extract the user from the token. use the token and the user together instead of using the token only in React

Re: One model field map to two database columns

2022-08-25 Thread Dann Luciano
Thanks Ryan. On Tuesday, August 23, 2022 at 10:29:59 AM UTC-3 Ryan Nowakowski wrote: > On Mon, Aug 22, 2022 at 05:56:00AM -0700, Dann Luciano wrote: > > It is possible to map one field in a Model to two or more database > columns? > > For example: > > > > class User(models.Model): > >

e

2022-08-25 Thread Aman Stark
Can we use 2-3 level of primary key like . (1/1 , 1/2 , 1/3 ) , (2/1,2/2,2/3) . On Wednesday, 24 August 2022 at 19:24:23 UTC+5:30 dashlaksh...@gmail.com wrote: > Hello everyone, > I want to create a user authentication app using ReactJS and django. But > facing problems in authenticating

Re: Job -Fullstack python expert ( Django framework)

2022-08-25 Thread Rotimi Michael james
am interested in the job On Thu, Aug 18, 2022 at 8:03 PM Each1Teach1 < pcintegral.pcintegr...@gmail.com> wrote: > This project is very straight to the point. We are building a micro > service on top of Django framework. We currently have a virtual private > cloud on DO and will like to migrate

Re: Assignment

2022-08-25 Thread Scott Sawyer
long time lurker here... On 8/25/2022 8:24 AM, shairy wrote: Can anyone help me to solve this problem. Consider a recharge website platform for mobile prepaid recharge like Paytm 1. List down number of apps you would create in Django application As many as are needed to do the functions

Assignment

2022-08-25 Thread shairy
Can anyone help me to solve this problem. Consider a recharge website platform for mobile prepaid recharge like Paytm 1. List down number of apps you would create in Django application 2. Share screenshots of model of every app which you will create in this use case 3. Create following api’s

Django inline admin

2022-08-25 Thread Shivam Kishan
I have a model called "Files" registered with the admin it has two fields "file" and "filename" and in the same page we are showing another model fields in "JobsInline".This inline have "device ", "Lang"," AI_field" it is Multiple Select

Re: Job -Fullstack python expert ( Django framework)

2022-08-25 Thread Kazuya Nomura
I m interested On Thursday, August 25, 2022 at 4:32:38 AM UTC-7 go...@gobidasu.com wrote: > I'd recommend inviting these vetted Django developers > > https://www.ldtalentwork.com/client/select_engineers/Django/ > > On Thu, Aug 25, 2022, 09:00 Desh Deepak wrote: > >> I am Interested >> >> On

Re: Job -Fullstack python expert ( Django framework)

2022-08-25 Thread Kazuya Nomura
I am interested On Thursday, August 25, 2022 at 4:32:38 AM UTC-7 go...@gobidasu.com wrote: > I'd recommend inviting these vetted Django developers > > https://www.ldtalentwork.com/client/select_engineers/Django/ > > On Thu, Aug 25, 2022, 09:00 Desh Deepak wrote: > >> I am Interested >> >> On

Re: page index.html

2022-08-25 Thread ALBERT ASHABA AHEEBWA
No. There is no space. It's just "runserver". One word On Thu, 25 Aug 2022, 15:27 hajar Benjat, wrote: > Sorry Is there any space between runser ver?? > Or am I wrong!... > It must be "runserver" > > > On Thu, Aug 25, 2022, 12:22 PM ALBERT ASHABA AHEEBWA < > ashabaaheebwaalb...@gmail.com>

Re: page index.html

2022-08-25 Thread hajar Benjat
Sorry Is there any space between runser ver?? Or am I wrong!... It must be "runserver" On Thu, Aug 25, 2022, 12:22 PM ALBERT ASHABA AHEEBWA < ashabaaheebwaalb...@gmail.com> wrote: > So what happens when you just run $python manage.py? Does it bring up a > list of commands you can run? If not

Re: Job -Fullstack python expert ( Django framework)

2022-08-25 Thread Gobi Dasu
I'd recommend inviting these vetted Django developers https://www.ldtalentwork.com/client/select_engineers/Django/ On Thu, Aug 25, 2022, 09:00 Desh Deepak wrote: > I am Interested > > On Wed, Aug 24, 2022, 9:02 PM Wennie Catabay > wrote: > >> I'm interested >> >> On Sat, Aug 20, 2022, 2:21 AM

Re: page index.html

2022-08-25 Thread ALBERT ASHABA AHEEBWA
So what happens when you just run $python manage.py? Does it bring up a list of commands you can run? If not you have to activate your virtual environment properly if you are using any. Or path to the virtual environment py script On Thu, 25 Aug 2022, 14:01 REMY TOUITOU, wrote: > Hello here

Re: Can an app subclass a core django class to channge its behavior

2022-08-25 Thread bboy...@gmail.com
It's seem you missed init file. that all. On Thursday, August 25, 2022 at 1:54:53 PM UTC+7 mikeol...@open4businessonline.com wrote: > >>> import mysite.mymiddleware.DoseControllerMiddleware > Traceback (most recent call last): > File "", line 1, in > ModuleNotFoundError: No module named

Re: Can an app subclass a core django class to channge its behavior

2022-08-25 Thread Mike Oliver
Ok will try the shell On Thursday, August 25, 2022 at 2:00:33 PM UTC+8 bboy...@gmail.com wrote: > > Ur config with me are the same. > > [image: Screenshot_2022-08-25-12:50:38-1661406638.png] > But i put it in the bottom of the middleware > > MIDDLEWARE = [ >