Anonymous
Anyone have knowledge of geodjango?
Doragonsureiyā
Anyone have knowledge of geodjango?
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 a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
I want to add city wise temprature in geodjango app
Muflone
Odoo is best then Django and not difficult
I think Odoo is a lot more difficult than Django
Luis
Hi..all, anybody know about oodo frame work in Python ? Is oodo or Django is best for choosing as career path ? Please advice me.. I have just started with Django now. But find very difficult to get an entry in Django
Odoo and django are diferent things, odoo its an ERP with an easy to use framework, but it really constrains you as a developer. I advice you to learn strong python fundamentals, learn django and finally get to odoo if thats really what you want.
cj
Odoo is best then Django and not difficult
with Django you can build things like Odoo 🤷🏻‍♂ they are totally different things
Maz
with Django you can build things like Odoo 🤷🏻‍♂ they are totally different things
I think he meant it in terms of the job market and future prospects,
cj
I think he meant it in terms of the job market and future prospects,
well, if you can build things like Odoo with Django, that could give you an idea about that path 🤷🏻‍♂
Maz
well, if you can build things like Odoo with Django, that could give you an idea about that path 🤷🏻‍♂
You can build things like odoo, but NOT Odoo. Trust me. That's the difference between Django and the magic in Odoo.
cj
they exist separately because a reason
Cheap
You can build things like odoo, but NOT Odoo. Trust me. That's the difference between Django and the magic in Odoo.
there is no point in this statment, maybe many people would like to debate in offtopic group
Maz
there is no point in this statment, maybe many people would like to debate in offtopic group
I was just answering a statement from a group admin bro, relax. Cheers though.
imacat
Hi. I wonder if it is possible to add a pseudo attribute to a data model that is not mapped to a field in the database. I.E. class Record(models.Model): count_male = models.PositiveIntegerField() count_female = models.PositiveIntegerField() count_total = count_male + count_female How can I do that?
Anonymous
For writing django code what I refer?
Anonymous
Pls help
Doragonsureiyā
For writing django code what I refer?
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Rajesh
I having error after create a new user to customer page through admin
Rajesh
Is it fault with creation
Doragonsureiyā
I having error after create a new user to customer page through admin
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
Rajesh
Why can't i share photo here?
Doragonsureiyā
Why can't i share photo here?
Read the rules before any activity: @PythonRules
Rajesh
https://imgur.com/a/s0iwQuh
Rajesh
https://imgur.com/a/s0iwQuh
see this link please
Michael
Please can someone explain this error to me The above exception (relation "marketting_signup" does not exist LINE 1: SELECT (1) AS "a" FROM "marketting_signup" WHERE "marketting... ^ ) was the direct cause of the following exception:
Michael
I got confused I figured it out already
Michael
Don't know why I get confused even at something I know already ......guess maybe it's because I'm still new to the community
Michael
Can someone recommend projects ideas to work on as a beginner learning Django
Neeraj
Hii Everyone, please send the Django Ebook (pdf) if anyone can have. Please
sidhumoosewala
Hello I'm a beginner in django i am also a flutter dev i want to develop apis which i can use in my app so which thing should i learn first django or django REST what is the major difference between both of these ... Anyone help??
Neeraj
Piyush first you learn the Django
Pankaj
Hello Guys i am Beginner in django
Pankaj
Can Anyone Guide me
Pankaj
??
Pankaj
How i can start which Source are best for django
Kratøs
I want to create a list field in models.... What attribute i should use?
Kratøs
While creating models
Doragonsureiyā
How i can start which Source are best for django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Kratøs
I think ListCharField
.models has no attribute ListCharField
Pankaj
I don't No well 😔
Pankaj
Because I am Beginner
Dhruva
Because I am Beginner
Always answer if you are sure
Kratøs
Because I am Beginner
It's fine man i am a begginer too
Kratøs
Because I am Beginner
And it's good u answered
Nirupam
Hi guys, there is no changes detected in db after makemigrations,migrate, command
Nirupam
I facing this issue
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
Pankaj
Oki sorry
Rahul
Anybody has idea how to get data from google ads api using django and python
Rahul
From Google my business
Gourav
Any one has example of authentication with email/mobile number
Unknown
Which is the most used template pack of django crispy forms?
Sαi Ganesh
any recommendation for connecting CSV file to database in Django
Unknown
I think Bootstrap
I also think that bootstrap will be ok but docs of django-crispy-forms is highly trying to promote uni-form.
Shanu
I want to make image forgery detection please suggest some tecniques
Ajmal
any recommendation for connecting CSV file to database in Django
If just import/export to-and-from the DB, then try Django import-export. I recently tried the Django import-export module, that is giving better results for me.👍
Sparsh
Hey I looking for remote work .I have 3 year experience in django
Root
any recommendation for connecting CSV file to database in Django
I think you must keep location of csv files by using URL field model and use numpy for processing csv files
ford
I want to add city wise temprature in geodjango app
Hey did you get help if not i can help
Ganesh
By using {{ form.as_p}} I am modelchoice fields in front end
Ganesh
If I select one field a textbox has to open. How to do this
Ganesh
After selecting the button how to open popup
Charan
Django ImageField not taking input from user form but works fine on admin. I have enctype attribute on form but the image is not getting uploaded. I have other things fine like in settings media ,... ImageField (upload_to='img')