developing a data logger

2023-07-11 Thread o1bigtenor
Greetings It seems to me that Django together with a database (I'm thinking of using postgresql) would make a good fit for rolling a datalogger for some sensors. Am I complicating things needlessly? Is there another path? Please advise TIA -- You received this message because you are subscrib

Re: Emali Response From the Django server.

2023-07-11 Thread 'Kasper Laudrup' via Django users
On 11/07/2023 12.54, Prateek Lodhi wrote: I am using the app password for the email, as I said it's working on a local server. but it's not working on hosting server. Never used CPanel but this should tell you everything you need to know to get it working: https://support.cpanel.net/hc/en-

Re: Freelance Django and Python work

2023-07-11 Thread mitali ramteke
Hello there I'm interested for freelance work I have 2+ years of experience as python developer Programming Languages : Python, SQL Web Framework : Django, Flask Web Designing :HTML, CSS Web Service : REST-API, JSON, DRF (Django Rest Framework) Database :MySQ

Re: Django Channels with Queue (Lobby) Manager

2023-07-11 Thread Alec Delaney
Nicee On Tue, Jul 11, 2023, 11:56 AM Alex R wrote: > Hello dear Community! > > I need help with Django channels and Websockets (i guess) for an > application I am building. The project is online Chess game with Django as > a backend and vanilla JavaScript (ajax, jQuey and some bootstrap). We are

Re: new project

2023-07-11 Thread Nature Green
Hi, I have a website but it is based on PHP and MySql databases, So it is possible for me to convert my website into Django without losing any data or design. Sneaker India Trending Update *The websi

Django Channels with Queue (Lobby) Manager

2023-07-11 Thread Alex R
Hello dear Community! I need help with Django channels and Websockets (i guess) for an application I am building. The project is online Chess game with Django as a backend and vanilla JavaScript (ajax, jQuey and some bootstrap). We are using custom chess engine written in python. Previously

Re: iNTRODUCTION

2023-07-11 Thread Fidel Parabacuto
Welcome! I'm here to help you. Let's learn together! El domingo, 9 de julio de 2023 a las 11:54:55 UTC-3, Emmanuel Kasirivu Lugoloobi escribió: > Hello guys im studying network systems engineering in college and > intrested in becoming a full stack web developer. I am currenlty on break > wil

Re: Emali Response From the Django server.

2023-07-11 Thread Prateek Lodhi
I am using the app password for the email, as I said it's working on a local server. but it's not working on hosting server. On Tue, 11 Jul 2023 at 16:17, Makan Dianka wrote: > Your email or password is incorrect. If u use Google email such Gmail. You > need to have a token. Google no accept pas

Re: Emali Response From the Django server.

2023-07-11 Thread Makan Dianka
Your email or password is incorrect. If u use Google email such Gmail. You need to have a token. Google no accept password. Le mar. 11 juil. 2023, 08:56, Prateek Lodhi a écrit : > Hi, > I am trying to send a mail to the end user after the user > successfully password reset to the webapp, an

Re: Running migrations with multiple databases

2023-07-11 Thread shahee...@gmail.com
Thanks: just what I needed to know! On Tuesday, 11 July 2023 at 02:48:48 UTC+1 David Nugent wrote: Migrations are executed according to how your db routers is setup. See setting DATABASE_ROUTERS. Note that normally you would be replicating secondaries, so migrations are normally not applied on