Install pymongo package by > pip install pymongo
or, better practice
make a virtual environment directory where all your dependencies will be
installed.
> python -m venv myvenv (assuming you name it myvenv)
If you are in Windows
activate virtual environment with:
> cd in directory where
I am not able to connect Postgresql , due to miss connectio string. also
filling DB confi table:
Engine=""
Name=""
User
pass
Host: ?
Database_port: ?
thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and sto
This looks like your Mysql user can login without password in localhost
(are you sure, your user has correct permissions?).
Try to create a user with password and allow login from localhost, and
change your django settings, also try to connect with your user with mysql
client from localhost.
El
Thanks Nick!
On Friday, March 20, 2020 at 8:12:41 AM UTC-7, Nick Sarbicki wrote:
>
> If you are just looking for help the #django channel on the python
> developers slack workspace (pyslackers.com) is pretty active.
>
> Full disclosure - I'm an admin of the slack workspace.
>
> - Nick
>
>
> On Fr
Deploy it the same, just make sure the devices have access to the server
where you have it deployed.
I you want some help to deploy and read spanish, here this tutorial
http://debsconsultores.blogspot.com/2018/12/deploy-django-21-en-ubuntu-server-1804.html
Dios L@s Bendiga
Saludos,
[image:
What's the database variable in your settings.py file
On Friday, March 20, 2020 at 2:54:05 PM UTC+1, Ifeanyi Chielo wrote:
>
> Hello,
> I am new to Python django, I have been making efforts to connect a django
> application to mysql without success. Bellow is the information that I got
> PS C:\U
Its active buddy
On 20 Mar 2020 17:34, "Matthew Leung" wrote:
> I tried it...there is nobody in there :(
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email
Hello guys, how do i run a django app on my network so i can access it from
other devices on that network? Thank you
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
Hi,
I am tying to use the EmailField in my AbstractBaseUser Class see below.
However the serializer does not recognize any emails as valid (I tested
with this one, which is clearly valid)
Can you help me?
Thank you so much!
models.py
class User(AbstractBaseUser, PermissionsMixin):
emai
Hola,
Revisa la siguienten documentación
- https://docs.djangoproject.com/en/3.0/topics/db/multi-db/
- https://docs.djangoproject.com/en/3.0/howto/legacy-databases/
La idea es que puede hacer una app que sea una conexión a la db a travez de
modelos creados con inspectdb (debe hacer algunas correcc
Django permite realizar SQL fuera de su ORM, es decir, puedes hacer una
confección db externa con el correspondiente código SQL.
Lo que te quiero decir es que, puedes escribir un queryset personalizado.
Ese es el link directo a la documentación para que sepas cómo hacerlo:
https://docs.djangopro
Buenas
Me gustaría saber si existe una herramienta en django capaz de llamar datos
de cualquier base de datos externa, coloco ejemplo especifico, estoy
haciendo una herramienta en un empresa y quiero sacar algunos datos de la
base de datos que tiene su ERP esto en tiempo real obviamente y hast
If you are just looking for help the #django channel on the python
developers slack workspace (pyslackers.com) is pretty active.
Full disclosure - I'm an admin of the slack workspace.
- Nick
On Fri, Mar 20, 2020 at 2:14 PM Andréas Kühne
wrote:
> Currently the django project recommends using t
This is of course possible. If you look at the restframework examples you
can run it in a html browser that returns different values than the api
itself.
Regards,
Andréas
Den fre 20 mars 2020 kl 09:47 skrev Sai Sandeep Rayanuthala <
rayanutha...@gmail.com>:
> Yeah possible. Use content disposi
Currently the django project recommends using the forums:
forum.djangoproject.com
Regards,
Andréas
Den fre 20 mars 2020 kl 14:59 skrev Shishir Jha :
> Yes I also want to ask for django official discord server
>
> On Fri, Mar 20, 2020 at 7:23 PM B.Ramburn wrote:
>
>> we could use a discord se
Yes I also want to ask for django official discord server
On Fri, Mar 20, 2020 at 7:23 PM B.Ramburn wrote:
> we could use a discord server?
>
> Regards,
>
>
> B.Ramburn BSc LLM#
> Snr. Quantity Surveyor
>
>
> On Fri, 20 Mar 2020 at 12:04, Matthew Leung wrote:
>
>> I tried it...there is nobody i
Hello,
I am new to Python django, I have been making efforts to connect a django
application to mysql without success. Bellow is the information that I got
PS C:\Users\IFEANYI CHIELO\divine> python manage.py migrate
Traceback (most recent call last):
File "C:\Users\IFEANYI
CHIELO\AppData\Local
we could use a discord server?
Regards,
B.Ramburn BSc LLM#
Snr. Quantity Surveyor
On Fri, 20 Mar 2020 at 12:04, Matthew Leung wrote:
> I tried it...there is nobody in there :(
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsu
did you migrate?
On Friday, 20 March 2020 12:05:09 UTC, Liu楽叁 wrote:
>
> I am using windows and I started a server by 'py manage.py runserver' in
> the powershell, It works
>
> [image: 1584673561(1).jpg]
> and I also can visit the web I writed for test
>
> [image: 1584673711(1).jpg]
> but when
Have you set up your admin.py?
Bruckner de Villiers
083 625 1086
From: on behalf of Liu楽叁
Reply to:
Date: Friday, 20 March 2020 at 14:05
To: Django users
Subject: A question about the Django server
I am using windows and I started a server by 'py manage.py runserver' in the
power
I have already coded the user login and signup page. Now I want to add
arithmetic captcha to my signup page.I have not used the models form or any
form.form..How to implement the arithmetic captcha??
--
You received this message because you are subscribed to the Google Groups
"Django users" gr
I tried it...there is nobody in there :(
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To view this discussion on th
I am using windows and I started a server by 'py manage.py runserver' in
the powershell, It works
[image: 1584673561(1).jpg]
and I also can visit the web I writed for test
[image: 1584673711(1).jpg]
but when I try to login the background, the server is break down
[image: 1584673916(1).jpg]
I
Hi to all ,
Help me to fix this problem .
Into the table the data is inserting for every 5 minutes. But I want to get
the data for every one hour from the table and want to send the response to
the JSON or UI .
Thanks and regards
Devendra.
--
You received this message because you are subscribe
HI Eswar,
May Peace, Blessings & Mercy of Almighty God be on you!
I should I realized it earlier. It would have saved your time.
In Python, we read the last line in the list of errors & do not really care
for the earlier errors.
Thanks you very much for the update.
God Bless You!
God Bless Indi
here is the complete log of the error: https://del.dog/ujiruhawag.txt
there's no other primary key set. using the default id which is set by
django.
i would request to give fix for this error.
thank you
--
You received this message because you are subscribed to the Google Groups
"Django user
Hi Khaleel and whoever this may help in the future,
Actually you were right Khaleel, on those lines i checked this thread which
was useful to me.
https://stackoverflow.com/questions/122327/how-do-i-find-the-location-of-my-python-site-packages-directory
Following which i was stareing at the exce
Thx
On Tue, 24 Dec 2019, 6:50 pm V.K. Vanama, wrote:
> The following steps are useful on Microsoft Windows Platform, I am using
> Microsoft Windows 10 64-bit
>
> Step 1: Create a django project either through command line interface or
> through any IDE such as JetBrains PyCharm, Atom, etc...
> S
Hi Khaleel
God bless you and your family too.
I understand your point, but i have only one python 3.8 installed. And
Django version is 2.2.1. other package 1.3.1 isnt Django but Djongo, so i
am not able to figure out where this is issue is cropping up. i cleaned
also the pyharm packages but still
Yeah possible. Use content disposition.
On Thu, 19 Mar 2020, 13:01 Suraj Thapa FC, wrote:
> No
>
> On Thu, 19 Mar 2020, 10:53 am venna venkatReddy,
> wrote:
>
>> It is Possible to send html File through Django Rest API. I need how to
>> send Template/one.html file to Other Application when they
30 matches
Mail list logo