cj
so you didn't read about 12-factor app, did you?
oh I see your overriding/updating things
cj
what's the result of prod_db?
Anonymous
what's the result of prod_db?
To connect with the db that heroku provides ..via url
Sachin
When l run the server .. It showing a error that settings is not configured ... set your DJANGO_SETTINGS_MODULE ... PLZ HELP ....
Yash
Hello Folks, I have created an app for users in my project. In which the user table have (username, email, password, team, band, project ) attributes. And have created CRUD API for the same. So, whenever I am calling create API it is able to make a new user, but the problem here is It is not storing in auth_user table. I have to seprately give command to create superuser, then only I am able to login. So how can I insterest the data of user in auth_user table automatically whenever I am creating a new user..?
Yash
Can anyone please help, kinda stuck here from last 24 hours
_rudra_2848
Anyone have compelete E commerce shopping project... Plz share for reference... It is very urgent.... NEED YOUR SUPPORT GUYS
Yash
option like custom user model is there, but not getting any proper explanatory video which is gonna solve it
Amen
but it isn't free
Amen
just like sopify Dm for details
blank_
How to solve type error "Http status code must be an integer"
Shreehari
Guys i have a created a job serial serializet and used it in different 4 different views(create,update,delete,details) How can i add apply now in details view?
Shreehari
When user clicks on apply button, it will be a post request, you only need user_id and job_id. user_id through we can fetch user profile and job_id with give job data.
Shreehari
If someone has code regarding please do share.
Ghorz
{% url 'app:link' userid=x jobid=y %}
Ghorz
Make sure your view and url accepts the two parameters and
Shreehari
Make sure your view and url accepts the two parameters and
i have to write backend part of the code for apply
Rajesh
Getting circular dependency error while migrate
Rajesh
Creating migration for one table only
Rajesh
del.dog/yckyrrijol.txt
Rajesh
Here is my model
Day
This is on Django Channels,,,following the just Django Tutorial,
Day
return Database.Cursor.execute(self, query, params) UNIQUE constraint failed: chat_message.content WebSocket DISCONNECT /ws/chat/day/ [127.0.0.1:54907] WebSocket HANDSHAKING /ws/chat/day/ [127.0.0.1:54909] WebSocket CONNECT /ws/chat/day/ [127.0.0.1:54909]
Day
group messages keep connecting and disconnecting and prompting blank messages, someone help on The reconnecting websocket.
Amen
The connect and disconnect handler methods
Day
Send snippet from your consumer class
let me send a zip file on your DM
Propa
I want to start learning django from scratch Best resource?
Propa
How are Corey Schafer videos on Django?
ᐯᑌᏞᏦᗩᑎ📈
Propa
Highly recommended
Better than new Boston?
Pandu
Hy I need help models in django.(one to many, one to one, many to many relationship)
Anonymous
Better than new Boston?
New Boston isn't updated Corey uses Django 2.1 Goto Udemy.com it has a course on Django 3
Pandu
I want to check if two person objects share at least one department. example, if person P1 works in departments D1 and D2, and person P2 works in department D2 and d3, then they both work in D2 then output should be True
Pandu
https://stackoverflow.com/questions/60900551/django-intersection-of-manytomany-using-through-model
Anonymous
Honestly, django barely has any concepts It's more about using the correct statements like linux Too much cmd involved Try skimming the basic stuff then create sites using django docs
S Sidharth
Alright Thanks But who teaches concepts in a better way?
U can even check Dennis ivy and telusko in YouTube
Propa
Alright Thank you
AM
hello i am beginners of python
AM
i want to make a website with help to django
AM
can anyone help me
Doragonsureiyā
i want to make a website with help to django
Check out PythonRes, a channel for Python resources (links to help you out).
Anonymous
#OFFTOPIC: can someone fully explain the relationship between microprocessor and assembly language..please ASAP
Bjorn
#OFFTOPIC: can someone fully explain the relationship between microprocessor and assembly language..please ASAP
Didn't you ask the same question in python offtopic group with different username. Stop crossposting .. and this is a django specific group. Don't ask such questions here at all.
sheikh
How does validation is performed in django form internally? Any source other official docs?
R
Nope. I like that the admins and participants here keep a tight ship and everything on topic. Thanks Bjorn
Doragonsureiyā
#OFFTOPIC: can someone fully explain the relationship between microprocessor and assembly language..please ASAP
looks like you need an offtopic group, please continue this conversation at @pythonofftopic
Shreehari
Yes
Done Thank you
Nitish
please anyone can send me the user registration api code i am getting trouble while creating the api
Nitish
django rest framework user registration code
Mirco
Why do we need to send it to u ? Just study a bit more
Dcruz
🤦‍♂️
Mike
allauth and rest_auth.registration.
Lelouch
Best project in django? Any unique idea?
Maz
please anyone can send me the user registration api code i am getting trouble while creating the api
Yes master. Would you like a soda or coffee with that, master? 🙄
Yash
Anyone?
Gil
Anyone?
How are you extended/inhered user model? , or how are you dealing with data ?
Ali
'django.contrib.auth.models.Group' must inherit from 'InlineModelAdmin'
Ali
how do i solve this error
N
No such table:main.auth_user_old Guys any one can tell me how to resolve this errror
N
I have updated django version Also makemigrations and migrated still this error
N
?