Gaurav
Ansab
Help me to create a orm query to find sum in each month😭😭😭
Ansab
Month wise total
Gaurav
I have extended the auth_user table by adding gender to it... but when I run sqlite command there is no gender coulumn in the schema.... why is that... https://pastebin.com/zfTvDE7B
Gaurav
table schema: https://pastebin.com/XibRGgD5
inchidi
Gaurav
maroong
Can I use save() twice in views
Ansab
Help me to create a orm query to find sum in each month😭😭😭
Pedro
Anonymous
Arafat
hello how we can do chat on django
Mirco
Arafat
thank
Adarsh
Can someone help me in making API for e kyc
Yar
Anonymous
Hello, can any one me what is Meta class in django and what's the use of that?
JZA
hi I am getting this error when starting django on virtualenv, Cannot use cached_property instance without calling __set_name__() on it.
JZA
I am on version 3.6.0a1 of python
JZA
using Django 3.0.2
Sanjay
Hi guys,
I have a django project which is ready to golive, I dont want give my source code to client Is there any way I can do that?
cj
Yar
Yar
Also, you can try things like nuitka, pyinstaller(very undesirable, can be decompiled by uncompyle6).
Yar
Anyway, you're developer of the product, and also you can backdoor it, if you get data privacy issue.
Sander
Can anybody please have a look at this question; https://stackoverflow.com/questions/59586257/profile-id-not-stored-in-user-after-creation-django
Михаил
Михаил
It doesn't answer your question, but do you really need Profile model?
Yatin
Is there a way to connect drf and mongo? I had googled it found one library restframework-mongoengine. But no tutorial is available
Ghorz
Yatin
nigga
Mirco
nigga
Okok. I was affraid something new unknown was out...
Yatin
Muslim
Django is not the language, it’s framework built on Python programming language. There’s no big difference, learn by needs of companies, where u apply
Muslim
They both have same functionality, similar MVC structure, active record ORM. Django is built on top of Python, which means it has more libraries for DS/ML. Companies use what their developers know, nothing about power
Arjun
Can anyone explain what is ORM?
sheikh
How to learn advanced ORM?
Anonymous
Can anyone explain what is ORM?
Dude, there's lots of resources of ORM, please ask if you got some problem which is not solvable without personal assistance
Cesar
Doragonsureiyā
Can anyone explain what is ORM?
Step 1: Open a browser
Step 2: Write down https://google.com or https://duck.com and press Enter
Step 3: In the search box write down the same words you asked here
Step 4: Read the firsts results
Reginald
Please anytime I run the server I have Improper Url Configured
cj
Anonymous
Reginald
If I did not I would not have asked
Reginald
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list:
- https://hastebin.com
- https://del.dog
- https://linkode.org
Anonymous
Yep
Go to the django documentation copy Nd paste the urls.py files and change the URL Patterns then
Adonis
Hi there. is there a command or a package which can allow me to print all the sql queries used to create the current db ?
cj
Muflone
Bjorn
cj
Adonis
This is called backup
i've already did a backup... it contain a lot of thing... just want few tables queries (only the one i did in my class diagram actually, that is why i wanted to be able to generate it per apps at least)
Muflone
Adonis
Adonis
i have remove the insert sql queries in the backup already
Adonis
the current solution for me is to squash all migrations and run sqlmigrate on each apps
Adonis
Anonymous
Is there any way to change the color for part of a picture?
#
i built up custom user model and i create user using createsuperuser commandline and it finish ok, but when i try login, i couldn't logged in. any idea about?
Doragonsureiyā
Opeyemi
Anonymous
#
#
Anonymous
#
This is my new error
#
from my UserRegisterAPI