Mirco
I was trying to find one of your examples Jimmy ahah
Abhi
anybody suggest me django otp fo mobile based project
Anonymous
anybody suggest me django otp fo mobile based project
https://djangopackages.org/packages/p/django-otp/
Anonymous
Hey users I found a project on github but I can't run it now can anyone help me. https://github.com/8140171224/Travello
Денис
Hey users I found a project on github but I can't run it now can anyone help me. https://github.com/8140171224/Travello
We do not ask questions. You provide info that you think is sufficient for us to help you. With what you said - we can't.
Anonymous
wut?
He is not responding my questions.
Anonymous
He is not responding my questions.
What are your questions?
Anonymous
What packages I have to install
Денис
He is not responding my questions.
So? You didn't even ask anything. What have you tried already?
Anonymous
There is no any requirements.txt file
Anonymous
So? You didn't even ask anything. What have you tried already?
I installed some basic packages need to be installed
Денис
There is no any requirements.txt file
Look into settings.py. At least this project requires Postgresql, so at least one requirement is psycopg2-binary
Денис
Execute python manage.py runserver, look at the error log you get. Fix it. Repeat until success, that's all
Anonymous
What packages I have to install
Did you run the app? Did it say any error? Can you share that error traceback?
Денис
Yes now I will send it to the group
Not directly. Put it to pastebin or something
Денис
Oh go no! NOT. DIRECTLY. HERE
Anonymous
I CAN'T READ THIS! DELETE AND PUT INTO A PASTEBIN!
Anonymous
Anonymous
https://pastebin.com/3tbFR1cs
Your postgresql database isn't running
Anonymous
If it is running, Django can't connect to it through port 5432
Anonymous
How I can install PostgreSQL and run it on 5432
Anonymous
I have never used PostgreSQL but seen.
Денис
How I can install PostgreSQL and run it on 5432
Not Django-related question. Google it
Денис
DigitalOcean explains it well
Денис
Thank you man.
This is the last time we google something for you. Grab yourself in your hands and start learning at last. https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04 Don't thank for this.
Anonymous
But I use windows pc now. Can I install it with CMD.
Just google how to install postgres on windows
Manik
Can v have function to create a model class from user defined class of python
Manik
Can anybody tell how to do configure localhost to IIS
Manik
But give a hint
Doragonsureiyā
Can anybody tell how to do configure localhost to IIS
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With 41k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
But give a hint
Did you try?
Gabriel
Hi folks, i need a help. i am having some issues on setting mask to the input in the front end
Денис
Hi folks, i need a help. i am having some issues on setting mask to the input in the front end
More info, you make us ask questions while you’re the one to.
Gabriel
More info, you make us ask questions while you’re the one to.
Sorry. i am in the work 😅😅 but lets go
Gabriel
i am using this plugin https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html But, when i add the mask, it dont work. In the example, he do $('.money2').mask("#.##0,00", {reverse: true}); But when i run the application, the field only stay 0,000
Gabriel
any number typed after that, erase all the field
cj
sadly that's not related to Django, sorry
Gabriel
😕 ty
Anonymous
Best ide for django
Anonymous
Suggest me guys?
Doragonsureiyā
Best ide for django
What IDE/Editor to use for Python want to start an IDE war? do that here
Anonymous
Vs code
Anonymous
django.db.utils.OperationalError: no such table: orders_i̇ade
Anonymous
what thast guy ?
cj
what thast guy ?
an error message
cj
Anonymous
ı try migrate
Anonymous
makemigrations not probrlm when ım try migrate
Anonymous
ı see this problem
cj
django.db.utils.OperationalError: no such table: orders_i̇ade
wait wait... orders_i̇ade the i with accent character?
Anonymous
sorry ı dont understand ?
Anonymous
its my project turkish
cj
django.db.utils.OperationalError: no such table: orders_i̇ade
orders_i̇ade, I can see the i is not a simple i, it has some accent on it, am I wrong?
Anonymous
turkish name its
cj
its my project turkish
are you using special characters to name your models? 🤔
cj
turkish name its
that's the problem, don't use "non-standard" characters to name things
Anonymous
yeah how can ı fixed tihs problem mate ?
Agustin
Someone can recommend a library like pykml for python 3
cj
yeah how can ı fixed tihs problem mate ?
use only standard characters 🤷🏻‍♂️
Anonymous
ok mate
Anonymous
ı was delete this models
Anonymous
now ı try add some new model give tihs problem