Re: Dynamic Table

2023-05-25 Thread Anh Nguyen
gt;> these and have to work on this idea only.see image for better understanding. >> >> On Wed, May 24, 2023 at 4:10 PM Anh Nguyen wrote: >> >>> So what is your problems and why do we need a dynamic table? >>> >>> On Wed, 24 May 2023 at 14:34 Helly Modi w

Re: Dynamic Table

2023-05-24 Thread Anh Nguyen
> On Wednesday, May 24, 2023 at 11:06:23 AM UTC+5:30 Anh Nguyen wrote: > >> Even your migrate works fine but you have to reload your runtime to apply >> new codebase to de-encode data. So go back and find another solution. >> >> On Wed, 24 May 2023 at 12:22 Helly Modi

Re: Dynamic Table

2023-05-23 Thread Anh Nguyen
Even your migrate works fine but you have to reload your runtime to apply new codebase to de-encode data. So go back and find another solution. On Wed, 24 May 2023 at 12:22 Helly Modi wrote: > I have to create dynamic table at runtime where user enters the details of > table name,table

Re: Error installing mysqlclient in WSL2, Ubuntu 20.04.

2023-03-29 Thread Anh Nguyen
I highly recommend use docker for it On Tue, 28 Mar 2023 at 04:17 Hernan Gustavo wrote: > This is a problem with the legacy install. Try to install it with the > command pip install mysqlclient --use-pep517 > > El dom, 26 mar 2023 a la(s) 14:42, Muhammed Lawal ( > lawalmuhammed...@gmail.com)

Re: How can i Open binary files with Django?

2023-02-14 Thread Anh Nguyen
Use struct to unpack binary file On Wed, 15 Feb 2023 at 00:57 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: > On 14/02/2023 17.52, Lucas Matos Matos wrote: > > In my case i want to take the file with a input type file from a form, > > that is in binary, open it and

Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Anh Nguyen
Yes. It’s free. On Tue, 13 Sep 2022 at 22:53 Sada Nanda wrote: > Hello sir I am sadananda actually I want to start a ride sharing website > using django and python is that possible sir? > > On Tue, Sep 13, 2022, 7:46 PM Nikalesh Patil > wrote: > >> Write this mail in urdhu >> >> On Tue,

Re: Django DB connectivity to DB running in different server.

2022-09-12 Thread Anh Nguyen
You should ask djongo group On Mon, 12 Sep 2022 at 13:29 Prabakaran Balaji wrote: > *Hello Django Users,* > > Need some support on database connectivity in my django application. It's > trying to connect with localhost even after specifying the IP address. > Getting below error, could someone

Re: Assignment

2022-08-27 Thread Anh Nguyen
Quite hard for a student. I guess On Thu, 25 Aug 2022 at 23:11 Scott Sawyer wrote: > 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

Re: Job -Fullstack python expert ( Django framework)

2022-08-27 Thread Anh Nguyen
Idk why this stack included java? Any additional you wanna tell me more, Just curious. On Sat, 27 Aug 2022 at 00:31 Kazuya Nomura wrote: > I am interested > > On Thursday, August 18, 2022 at 12:04:11 PM UTC-7 pcintegral@gmail.com > wrote: > >> This project is very straight to the point. We

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

2022-08-24 Thread Anh Nguyen
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 = [ "django.middleware.security.SecurityMiddleware", "whitenoise.middleware.WhiteNoiseMiddleware",

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

2022-08-24 Thread Anh Nguyen
Could you tell us more detail of process flow? On Wed, 24 Aug 2022 at 20:52 Mike Oliver < mikeolive...@open4businessonline.com> wrote: > Hello, > > I want to follow a microservices architecture and have some shared > services I can include in a process flow instead of the 1:1 View:Model > >

Re: I need help with saving data to django database.

2022-08-17 Thread Anh Nguyen
Problem is you try to use sth you can’t control it. You should not modify admin page. Try to create a new one as your knowledge. That way keep you learn and stay away unpredictable issues. On Wed, 17 Aug 2022 at 20:02 Paul Kudla (SCOM.CA Internet Services Inc.) < p...@scom.ca> wrote: > > ok i had

Re: External Authentication with username in header

2022-07-19 Thread Anh Nguyen
https://docs.djangoproject.com/en/4.1/ref/contrib/auth/#django.contrib.auth.backends.RemoteUserBackend.configure_user Django 4.1 now supports ext auth. Never try but hope this helps On Tue, 19 Jul 2022 at 22:32 tcouch wrote: > I did something like this recently when I was trying to get a django

Re: Remote database using ssh

2022-07-19 Thread Anh Nguyen
Public db port but not recommend for security reason and performance. On Tue, 19 Jul 2022 at 22:32 Wennie Catabay wrote: > Hello, > > I am stuck on defining how to connect a remote database from another > server using ssh. I am able to connect the remote database with putty using > ssh, but but

Re: django staticfiles problem

2020-10-14 Thread Anh Nguyen
where is your STATIC_ROOT ? On Wed, Oct 14, 2020 at 5:43 PM Chelsea Fan wrote: > hello everyone, I have an issue, I can't connect css style to my template, > but I can upload images and see it , here is my code, please help me, > thanks for attentions !!! > > STATIC_URL = '/static/' >

Re: Recruitment

2020-09-23 Thread Anh Nguyen
I’m, interested! > On Sep 23, 2020, at 14:23, Harish Thiyagharajan > wrote: > > I want a interested django user , DM mail for more details , all the details > including payment can be discussed ...looking for for you guys . > > -- > You received this message because you are subscribed to

Re: Django + MongoDB

2020-07-23 Thread Anh Nguyen
Nightmares On Thu, Jul 23, 2020 at 20:38 Akshat Gupta wrote: > Hello, > > Ok, first of all, I think Django is really built for Relational databases. > Django ORM fits and works really well for RDBMS. However, the app which I > am building requires MongoDB as a database. I really tried but all

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

Re: Business Opportunity

2020-01-09 Thread Anh Nguyen
Hi, im working with python ~5 years mostly in django. Iam interesting. Please send more info. On Wed, Jan 8, 2020 at 22:17 Philani Mthembu wrote: > Hi, All > > I am a co-founder for Digital Tech Proz (Pty)Ltd, It's a startup web > development agency, I am looking for an experienced programmer

Re: TeenagerStartups looking for Project Interns for Django/React Project

2019-12-23 Thread Anh Nguyen
Hi, Roshan Does remote accept ? On Mon, Dec 23, 2019 at 11:21 AM sagar ninave wrote: > what is name of your firm > > On Sun, Dec 22, 2019 at 10:07 PM Dvs Khamele wrote: > >> Hi Roshan, >> We are Pythonmate, We work extensively on Python, Django, Flask and Js >> based applications, erps, etc.

Re: Looking for a Django co-founder

2019-03-14 Thread Anh Nguyen
Hi Zack, it’s good to see your post. Now I think i can do that. You can check my own blog and production in ‘adaoalive.com’ and ‘chuthe.com ’. Thanks. On Fri, Mar 15, 2019 at 10:41 AM Zack Amaral wrote: > Django users, > > I'm looking for a Django developer that can commit to working 10 hours a

Re: migrating from sqlite to mysql breaks the site

2019-03-14 Thread Anh Nguyen
t; >> However, switching to mysql breaks the redirecting to post details. I get No >> Post matches the given query. >> >> I am not sure why this happens. I thought the Django ORM means that the >> code should work regardless of the >> database used. So I am confused wh

Re: migrating from sqlite to mysql breaks the site

2019-03-13 Thread Anh Nguyen
Could you insert a post on admin panel ? On Wed, Mar 13, 2019 at 10:38 PM Pedram Badakhchani < pedrambadakhch...@gmail.com> wrote: > bump > > On Wednesday, 6 March 2019 10:44:56 UTC, Pedram Badakhchani wrote: >> >> specifically in the get_absolute_url method. >>> >> >> I don't understand why

Re: 'URLPattern' Object is not a mapping

2019-03-01 Thread Anh Nguyen
Try path or re_path instead of url On Fri, Mar 1, 2019 at 8:25 PM Tina Upadhyay wrote: > Please suggest > > On Fri, Mar 1, 2019, 8:22 AM Tina Upadhyay > wrote: > >> This is working fine on my local machine but on server it is not.Can >> anyone suggest that what can i do to fix this?? >> >> >>

Re: Looking for a Django Co-Founder.

2019-02-02 Thread Anh Nguyen
Hi, it there are still able to join ? Sent from my iPhone > On Jan 31, 2019, at 20:13, Alison wrote: > > Hi Zack, > > Yes I am still interested. > > Thanks > Alison > >> On Sunday, November 18, 2018 at 12:29:14 AM UTC+2, Zack Amaral wrote: >> Hi, >> >> I have an idea for a next generation