John
please is there any drawback to using a cookiecutter
Doragonsureiyā
Okay, thanks man.
You're welcome! 😊
Julio
which are the best books of django good practices
Anonymous
What is the basic requirements to start django
Charly
What is the basic requirements to start django
to start django or to start to work with django?
Anonymous
to start django or to start to work with django?
And what roadmap i should follow ...
Charly
First learn
Ohh then youll need python knowledge anda read the django turotial, nothing more
Anonymous
then?
Can i message you in personal if you don't mind
Anonymous
Ohk...i need a good roadmap to start django
Anonymous
What topics i should cover first which one project i take first .
Charly
What topics i should cover first which one project i take first .
Justa start doing projects, youll learn the things as you go
Anonymous
Which one good for backend developer My sql / postgres sql
VarunTheLord
Justa start doing projects, youll learn the things as you go
Any good project recommendation for Django rest api project?
Blessy
How can we integrate BIRT with django can anyone pls help me
Dhiraj
How to implement hierarchical database using django MPTT? Please send sample codes if you have
Dhiraj
If you have some real world example sample codes . Please send
Anonymous
There was one problem. I created a closed site, only those who are registered in the database can access it. I give them a login and password. The problem is that even people who do not write in the database can log in / news or / if students do, they can access the site without going through the login page
Anonymous
Django vs javascript Which is btr Pls suggest me so that I will start soon
Anonymous
Django vs javascript Which is btr Pls suggest me so that I will start soon
Django and javascript are totally TWO DIFFERENT THINGS.
Anonymous
Will you please explain me
Anonymous
Django is a framework for the python programming language. Javascript is a programming language.
Anonymous
Django is a framework for the python programming language. Javascript is a programming language.
Javascript is used for web development also right? And django is also for web development? What is the major difference bro ?
Anonymous
Anonymous
javascript is a language on its own, and it has other frameworks and libraries for you to build websites
Anonymous
Okay bro Thanks
Anonymous
If you are making a modern website you will almost always need to use javascript - at least for the front end even if your back end is in django
cj
🗣 can we keep this group topic to DJango only? please and thank you
hareesh
How can i provide chatting feature in website how to create tables for this chatting
cj
How can i provide chatting feature in website how to create tables for this chatting
have you read about django-channels ? https://channels.readthedocs.io/en/stable/
hareesh
No
cj
No
then read about it
hareesh
then read about it
Thanks for advice 😃
SkyLord
Hello everyone i installed drf-yasg to document my api which i create with drf but, swagger does not see all my endpoints here is my root url for api: https://dpaste.org/cL7a path ('api / v1 /', include ('api.urls')) leads here, from the project url file so, swagger only shows the following api: path ('auth-token /', obtain_jwt_token), path ('auth-refresh-token /', refresh_jwt_token), path ('auth-verify-token /', verify_jwt_token), but this is path('dashboard /', include ('api.dashboard.urls')), it does not see can anyone tell me how to solve the problem?
Anonymous
Hi everyone, I'm trying to connect a simple docker container (which is a simple app built from Django) to a PostgreSQL database that is in local (not a container with postgres). When I docker-compose the django app and then I do "docker logs <container id>" I get: TCP/IP connections on port 5432?
Anonymous
Can anyone help me? Thank you very much 😊
Place
hello everyone i am having some problems and i don't find the answer in google, i made a well good infrastructure for my networking, dockerised and all, i use python 3.7 but i don't know which versions of django AND djongo i should make in my requirements.txt because the latest one compatible with the python 3.7 are making problems so i would like to find someone who had this experience and know which versions of django and djongo are well compatible with each others and with 3.7 python
h
Hello everyone, I'm facing a small issue. I'm contributing to an open source org in which they are using "django-rest-auth" for the authentication purpose. I have to customize the default template which they use to send email. Changes I made to their settings file and serializers are here - https://dpaste.org/0CLy At first it worked fine but when I restarted the whole environment it stopped working. I've already searched on google and tried every method but nothing seems to work, I'm stuck on this issue for past 3 days. Please do let me know if you need more information. Thanks
Nirupam
Hi teams, i m trying to add new column in model but in error it's showing that invalid column name,..i tried to add same field in other model there is showing no error..for a particular model i am getting error
Partha
Show the model
gbnkl
Anyone wanna do a Django project with profit?I am currently developing a online team to work together and share profit. We need you qualified with bootstrap and Django and some Linux knowledge. plz contact me if you are interested in.
Suganesh
Guys, Is it possible to import excel/csv and save data to new DB table as per excel sheet name and column name using django. Please suggest me.
Suganesh
Yes, just use python modules like csv
Is there any lib or packages.
Mirco
Is there any lib or packages.
What did I tell u ? csv is a python library
Harsh
To read csv excel
Vinay
Plz anyone help , I'm getting error while installing psycopg2
Vinay
Error exit status 1
Ramarao
Use pandas
Pandas use it's easy compare openxl or csv
Harsh
Error exit status 1
Start your pgadmin first then try to install it
Mirco
Use pandas
not mandatory, it depends as always
Harsh
I dont think so Its easy Its fast Then why do you think so ??
Mirco
I dont think so Its easy Its fast Then why do you think so ??
because it's an external package, so if it's really needed is ok but if inside the standard library there is something that can do the same, why using another package ?
fn
Hi! If someone knows or has any ideas please share it with me! Link: https://stackoverflow.com/questions/65577317/how-to-get-a-data-and-show-in-the-template-which-is-referenced-with-foreign-key
Harsh
Still getting error
Is it gcc or something else
Mirco
Speed flexibilty
As always it depends.
Anonymous
Hello I’m trying to get data from my model and set it as a value in my form widget. In the template, it returns the location of the data and not its value. Please how can I fix this. Thanks https://del.dog/lonubibupp
Axror
What are the alternatives of LoginRequiredMixin, UserPassesTestMixin on Function Based Views?
Mirco
And for the next one?
@user_passes_test Google is your friend, don't forget it doc https://docs.djangoproject.com/en/3.1/topics/auth/default/#django.contrib.auth.decorators.user_passes_test
Axror
Thank you broo
Doragonsureiyā
Thank you broo
You're welcome! 😊
Aneesh
How to use django rest framework social oauth for Facebook authentication