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: PermissionError

2023-07-09 Thread Makan Dianka
I mean show the full path of the folder that u want rename Le dim. 9 juil. 2023, 18:50, Makan Dianka a écrit : > can u so the full path of folder that u want rename plz? > > Le dim. 9 juil. 2023, 16:54, Munna Singh a > écrit : > >> Hi, >> I'm using windows sy

Re: PermissionError

2023-07-09 Thread Makan Dianka
can u so the full path of folder that u want rename plz? Le dim. 9 juil. 2023, 16:54, Munna Singh a écrit : > Hi, > I'm using windows system for development purposes on which my code is > working fine but the same code throwing error on remote system(ubuntu). > repo_dir = "xyz" >

Re: Crypto bot

2023-07-08 Thread Makan Dianka
Speak English please Le sam. 8 juil. 2023, 19:38, Leandro Damasio a écrit : > Quem se interessa por comércio automatizado de criptomoedas? Há alguns > anos venho desenvolvendo o Robson, um robô trader, um *client* para a > Binance exchange. Ele é construído com um backend monolito em Python, > f

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Makan Dianka
It is : STATICFILES_DIRS=[ . ] Not : STATICFILES_DIR=[ . ] Just add S in the end of DIR like DIRS and make sur u create static folder in your project root. Le jeu. 15 juin 2023 à 16:52, Ngaga Dancan a écrit : > Use load static first before you use extends > > > On Thu, Jun

Re: Django aws deployment doesn't work, please help

2023-06-04 Thread Makan Dianka
Do you have an account on aws ? Do you have a web server on aws ? Can you ssh into your server aws ? Le dim. 4 juin 2023, 21:17, Francesco Gariboldi < fgfrancescogaribol...@gmail.com> a écrit : > Hi I developed a simple personal blog with Django and Nginx as a reverse > proxy server and want to

Re: Django error while running

2023-03-27 Thread Makan Dianka
Run this command> pip install -r requirements.txt Le mercredi 22 mars 2023 à 13:53:15 UTC+1, James Kalu a écrit : > I think it ushould be 'rest_framework' in settings.py under installed apps. > > > On Wednesday, March 22, 2023 at 4:50:30 AM UTC+3 David Nugent wrote: > >> Any traceback with this a