Prakash
Throwing errorClashes the foreign key
Anonymous
Anyone there ??
Anonymous
yes
Anonymous
Need help related to virtual environment
Anonymous
?
Anonymous
Dm me Aao
Durgesh
Kisine Django me website banake Google pe Dali hai kya
Deepak
put code between ``` ```` this is best way
Nikolay
for django you can go for Dennis ivy
His videos are full of bad practices. Prefer JustDjango, Corey Schafer and Red Eyed Coder Club
snc
😂😂😂
snc
💯
Nikolay
their is nothing like bad practices... just dirty fixes xd
nope, he is not professinal developer, just amateur who pretty with the words. You could fix his dirty fixes in code, but not in project arcitecture
Ghorz
His videos are full of bad practices. Prefer JustDjango, Corey Schafer and Red Eyed Coder Club
We can't judge, remember teaching is different from writing real world production code.
Ghorz
For me I'll prefer bug based teaching than clean code
Nikolay
We can't judge, remember teaching is different from writing real world production code.
I don’t judge just compare, bug based teaching works when teacher knows or could find his bugs.
Ghorz
You got a point
Ghorz
Django is great though but I think it need to move fast towards full fledged Asynchronous Web framework
Ghorz
And preferably merged with DRF
Harsh
Code with harry is the best channel on YouTube for django.
Nikolay
Django is great though but I think it need to move fast towards full fledged Asynchronous Web framework
I think developers are trying to find a way to keep it fullstack, with more flexible async template engine. Anyway we always could migrate to fastAPI =)
Nikolay
Code with harry is the best channel on YouTube for django.
A lot of c++ and php, django course only in hindi :(
Harsh
Yes, but some videos made in English also
Harsh
He prefer hindi,because who are not know English very well, they can get good knowledge through him channel
kancharla
How to know a user is authenticated or not I am using my own model If I use auth.user model . isAuthenticate() helps me to resolve this issue But how can I do that for my own model
Anonymous
Hi guys
snc
Corey highly follow this
not bug... but encourage to improve the feature in tutorial
Nikolay
Corey highly follow this
You are talking about Corey Schafer?
Nikolay
yup
He is great developer and teacher. I talked about Dennis Ivy
Mr
How to connect django with postgres
Mr
I got connection error but i dont know how to solve this problem
ɱσσɳ
installed python & django in linux, but django-admin command not working. what i do
Nikolay
I got connection error but i dont know how to solve this problem
Did you create db in postgres? Driver installed? All needed in settings? Could you show traceback (on dpaste)?
Nikolay
I got connection error but i dont know how to solve this problem
https://www.digitalocean.com/community/tutorials/how-to-use-postgresql-with-your-django-application-on-ubuntu-14-04
Sayli
Cannot connect to amqp server while working with rabbitmq in celery. Also it is notifying 'no connection could be made because the target machine actively refused it'. Can anyone help in solving this
Anonymous
"FastAPI" https://fastapi.tiangolo.com
Nikolay
its heartbreaking man.. i am following his video damn..
Its ok if you can see his mistakes, but I’m strongly recommend to watch 3 channels that I mentioned
Deepak
yeah i know corey scheffer.
Subhajit
Hi Guys I am looking for timesheet application where I can get the view as day wise like users can be able to go to the portal and tick their attendance in the particular day and it'll save
Mr
https://www.digitalocean.com/community/tutorials/how-to-use-postgresql-with-your-django-application-on-ubuntu-14-04
I also try this one buy i get only one error again and again...connection error with username
Mr
you should share error that you get =)
Sent personal message Sir if you dont mind
Anonymous
If i have a HTML file in templates so can i call it without making url path for it , i mean by /file_name.html in this way
Nikolay
Sent personal message Sir if you dont mind
When you share code here anyone could help you =) Its up to you
Nikolay
If i have a HTML file in templates so can i call it without making url path for it , i mean by /file_name.html in this way
urlpattern for view, in view you specify path to html. If you're using generic CBV it could have default path and name to template, and you don't have to specify if they match
Subhajit
Amos
Anyone with an idea on how to configure django with mysql or postgresql, django 3.0.2, python 3.8, all the solutions I have tried ain't working I keep getting error loading MySQLdb
Anonymous
Just write on Django rest api, for website you can use (react, angular, vue)
https://pastebin.com/91dRb8sU , https://pastebin.com/kkACkcbr Please suggest me
Nikolay
Write below code in project level init.py file.. Import pymysql Pymysql.InstallAsMysqlDb
he's trying to connect postgres, but error about Mysql, i think there is a problem 😉
Amos
he's trying to connect postgres, but error about Mysql, i think there is a problem 😉
Not really I have the option of using either of them, when i try to connect to postgresql I get the psycopg2, however am more familiar with MySQL, postgresql was like a fallback plan
Nikolay
Site can't be reached
its not a site, its a file name... with double dashes on sides
Mr
onnect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: FATAL: password authentication failed for user "Vampire"
Mirco
!paste
Doragonsureiyā
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
Mr
https://pastebin.com/jdmH5qgt
Mr
https://pastebin.com/jdmH5qgt
When i migrate manage.py show me this type of error how to connect psql with django
Mr
Maybe some mistakes in login/password?
No its work fine on psql shell no error generate
Nikolay
No its work fine on psql shell no error generate
do you have a password in the postgres?