Re: Django microservice authentication problem.

2023-02-02 Thread Mohammad Anarul
Thanks, guys The Django user group is very helpful. On Sun, Jan 29, 2023 at 12:54 PM Lauro Cesar de Oliveira (olarva) < ola...@gmail.com> wrote: > Hello there. > > First thing: show us the error. > > Getting status code 400? > > Probably a wrong setting of one of those (or maybe all): > >

Django microservice authentication problem.

2023-01-27 Thread Mohammad Anarul
How to communicate and authenticate with multiple Django servers. Is it possible? If possible you can help me, I am trying more than 15 days in this section but not getting any solution. Please share with me any requirements like books, videos, blogs, or code examples. -- You received this

Re: How do django Field type hints work?

2022-09-23 Thread Mohammad Anarul
You can following the article https://www.geeksforgeeks.org/decimalfield-django-models/amp/ On Sat, Sep 24, 2022, 5:09 AM Justin Black wrote: > Hello there, > > If I have a model: > > class Money(models.Model): > price = models.DecimalField() > > m = Money(...) > pycharm knows that

Re: help on how to deploy django app on railway "

2022-09-15 Thread Mohammad Anarul
You can follow the github repo https://github.com/mohammadanarul/railway-action.git On Fri, Sep 16, 2022, 2:32 AM ola neat wrote: > hallo guys, > so i'm having issue deploying my django on railway but once the deployment > is complete the app crash with this err > > > raise

Re: SMTP Authentification error

2022-05-01 Thread Mohammad Anarul
EMAIL_HOST = smtp.gmail.com EMAIL_HOST_USER = your-email EMAIL_HOST_PASSWORD = your-email-password EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_BACKEND = django.core.mail.backends.smtp.EmailBackend DEFAULT_FROM_EMAIL = your-email On Mon, May 2, 2022 at 10:33 AM 'Delvin Alexander' via Django users

Re: hello dear sir i have one dout

2021-04-28 Thread Mohammad Anarul
kindly inbox me. https://www.facebook.com/mohammadanarul24/ On Wed, Apr 28, 2021 at 7:33 PM TOURIST PALACE wrote: > i have one dout how use slug per post i didnot understood > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Mohammad Anarul
kindly shere your code On Fri, Apr 23, 2021 at 5:56 PM ejike@gmail.com wrote: > Good day All, > > I am trying to deploy my django app to heroku but i keep getting this > error in the screenshot attached. > > Please can anyone assist in me in finding a solution to this and where the >

Re: NameError at /account/signup/

2021-03-13 Thread Mohammad Anarul
You did not import the signup form. So showing errors On Sat, Mar 13, 2021 at 5:48 AM Eduardo Agreda López < eduardoagred...@gmail.com> wrote: > Do you have create the SingUpForm. If you use Django auth model, can you > create the forms.py file and import this path: > > from

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Mohammad Anarul
[image: Screenshot_7.png] On Fri, Mar 5, 2021 at 9:36 PM Kasper Laudrup wrote: > If you want someone to help you, please do take the time to write a > proper question. > > Just posting an error message and screaming for help will most likely > not get you a lot of help. > > Learning how to

Re: 'MySQLdb.constants.FIELD_TYPE' has no attribute 'JSON'

2021-02-17 Thread Mohammad Anarul
You can run it pip install mysqlclient==2.0.1 On Wed, Feb 17, 2021 at 8:53 PM Brijesh Soni wrote: > Hello All, > > > I have Install the Python 3.6 32Bit with My SQL 32bit and Install the > mysqlclient==1.3.11 > > but when I am starting the Django with the > > runserver command, I am getting