عــمــر
move to Postgres
Thank you , do you have any course for it ?
D
Use related name and fetch all records by simply .all()
I fetched all but how to store them in orders model?
Anonymous
hey, want to make app like google form. any reference link or tutorial..??
Ismail
did anybody use firebase in django project??
Sai
I fetched all but how to store them in orders model?
No idea. You have to save multiple records one for each order.
Mirco
Thank you , do you have any course for it ?
Nope, but internet is full of resources
Mariya
am having issues on installing twisted on django
Anonymous
am having issues on installing twisted on django
Do you use a virtual environment?
Mariya
yes
Mariya
building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
Mariya
do i need to install C++ for this issue?
Anonymous
yes
use miniconda to solve problem
Mariya
what is miniconda
Mariya
sorry am new to the term miniconda
Mariya
mini version of anaconda ok
Mariya
does that fixes
Mariya
it needs over minimum of 3 gb disk and i need to install one package only twisted
Anonymous
it needs over minimum of 3 gb disk and i need to install one package only twisted
Volume miniconda is smaller than anaconda volume. You can also install this package manually. See the address below.
Anonymous
Mariya
let me check this out
F.
Good day everyone. I just have a quick question. Is it a good idea to use Django as the Backend of a copy trading system? Thanks...
D
No idea. You have to save multiple records one for each order.
I am currently doing that only but it looks messy
Mirco
Thank you
Their documentation is good!
Sai
I am currently doing that only but it looks messy
Even mine was same if you find any let me know
Anonymous
Hi im searching for types and list of django authentication can anyone help
Anonymous
Anonymous
Hi guys.. I was trying to select my tables from postgres database and display on html page as Dropdown list dynamically in django. But i only able fetch table's data. Can anybody help me?
Doragonsureiyā
Hi guys.. I was trying to select my tables from postgres database and display on html page as Dropdown list dynamically in django. But i only able fetch table's data. Can anybody help me?
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
Anonymous
Anyone know about Auto user generate with Django-admin??
M❄️hdi
Hello can anyone explain the differences between FastAPI and Django ?
Rick
funcionarios = Funcionario.objetos.all()
Rick
and i dont receive anything
Rick
Ok, i will try asap
Fazil
Hey all, can we convert a Django app into a standalone format offline desktop app?
Anonymous
https://linkode.org/#LEuyfdDdHVZsgrnqtGisd7
Anonymous
here is my code ...please help me out
cj
Hey all, can we convert a Django app into a standalone format offline desktop app?
you can... technically... but you will have a big bloated package for nothing really useful ... 🤷🏻‍♂️
cj
you'd better distribute your Django app using docker
cj
making it a "standalone offline desktop app" is not what a Django app is meant to be
Finyah
Hello fellas, I was asking, if I implement a system developed in django in a LAN, Will the password recovery process still work without internet?
papillon
i can creat weather app
papillon
is there anyone
papillon
,
Kaleb
Hey guys i was trying to integerate paypal to django-oscar but i can not get API credential...help please
Mehran
Is there a way that I can send sms verification codes to the console just like email? I'm building the app for learning purposes.
Mehran
Which console exactly?
The one you write your commands.
Sai
Why you send their?
Mehran
Why you send their?
for learning.
CHORIBEK
django reporting pdf please
Arsa
How to check if value is None?
Arsa
I use this if value[0] is None: but got an error
Arsa
tuple index out of range
Arezoo
Hi how can i use order_by for persian language...it works for arabic language ...my database is postgres
ㅤㅤㅤㅤㅤㅤㅤㅤㅤNavidㅤㅤㅤㅤㅤㅤㅤㅤㅤ
Friends, if you have an AI group with Python to help with complex issues, I would welcome it. Please provide a PV link.
Anonymous
Hi how can i use order_by for persian language...it works for arabic language ...my database is postgres
its a dependenci in git hub for download i dont now that name but you can search it
Deleted
{% block stylesheet %} <style type="text/css"> .btn-fix { padding: 0; border: none; white-space: normal; } </style> {% endblock %}
Deleted
Why this css only occupy half of my browser?
Deleted
class="d-sm-flex align-items-center justify-content-between mb-4"
Anonymous
Looking for mentor for my django - react application?
Sai
I use this if value[0] is None: but got an error
First check If value: Then check value[0]
Rangubha
Can anyone tell me how we can print live stock market price and chart in pythonDjango web project.
Vaibhav
Can anyone tell me how we can print live stock market price and chart in pythonDjango web project.
use chart.js in frontend and ajax or jquery to get data from backend.
Rangubha
use chart.js in frontend and ajax or jquery to get data from backend.
Thank you and but I can print live stock market price
Vaibhav
https://towardsdatascience.com/best-5-free-stock-market-apis-in-2019-ad91dddec984
Vaibhav
this article will help you.