Rohan
Tx got it 😎
Rohan
I will not repeat this 👍
Anonymous
Noted.
Shihasz
Noted.
Not here only. Don't promote piracy anywhere.
MR_X
hello
MR_X
can anyone help me ?
Doragonsureiyā
can anyone help me ?
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
MR_X
if I install django registration-redux in my project
MR_X
can i use another template
MR_X
means in any register/login template how to i use .. django registration redux
MR_X
why no one replying me ?
Mirco
why no one replying me ?
Because no one has time or experience about your question
Jai
How do I connect my react app to django models?
DarkCoder💻
want to start with Django. suggest some good resources
Doragonsureiyā
want to start with Django. suggest some good resources
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
DarkCoder💻
thank you @pyflare
Dhruva
Reverse for 'user-posts' with arguments '('',)' not found. 1 pattern(s) tried: ['user/(?P<username>[^/]+)$']
Dhruva
https://dpaste.org/QF0u
Florencio
Do you know packages similar to mutmut for mutation testing on Django?
Anonymous
Anyone user login tracking in django rest framework.
Anonymous
How to merge more than 2querysets for same model?
Anonymous
You can give the static css file using jinja format. {% url 'pathofyourcssfile' %} and in the top don't forget to mention this command. {% load static %}
Bunty chhatri wala..
Saving some data to current logged in user..and only that user can see.. user= request.user User_data= models.UserProfile(photo=p_photo , user = User) User_data.save()
stack
Back to this group after upskilling myself since 5 months
Anonymous
hi guys can ı get tripadvisor comment to my django project ??
maroong
How to save a list in a field in models?
Andrej
Back to this group after upskilling myself since 5 months
👍 which topics have you used the most in that 5 months? Would be interesting to see what other people use.
Mirco
How to save a list in a field in models?
Have a look at Array Field if you are using Postgres as database
maroong
Have a look at Array Field if you are using Postgres as database
I've checked this before. There aren't much examples on it in the docs. It's very vague.
DTN
Does someone knows how to implement in Django the bulma calendar ?
DTN
If there is some repo to see the implementation it would be great to see it
Anonymous
Good news for IT companies! Govt relaxes work from home norms till the end of the year  | Business News https://www.timesnownews.com/business-economy/industry/article/good-news-for-it-companies-govt-relaxes-work-from-home-norms-till-the-end-of-the-year/625137
Baku
Hi, I have 3 models (Test-> Question-> Choice of Answer). The Variant model has a boolean field “is_correct” by which the correct variant is determined or not. It is necessary that only one Variants record of all that belongs to this question has the value True in the “is_correct” field. Ie, only one option can be correct, how can this be implemented?
CodeCypher
i just texted u
Can we work together
Jamil
its an asset management system
cool man.. pretty interesting. Care to go into details(not interested working as I am following a course), but r u doing this for an ecommerce store or something
Sagar
I want internship in Django please help me to find this!
Anonymous
Hello people
Anonymous
Am.new here
Anonymous
Anyone want to be my partner in Django?? Having little issues though
Anonymous
Having difficulties in sign up,sign in and log out authentication field , please someone'help me out?? ❤️❤️❤️
Shreehari
Hey guys How can i handle database error? I want to return it as an exception when it occurs
Anonymous
Hello everyone How to implement user login tracking in django?
Anonymous
Yes
Bunty chhatri wala..
When i save through admin: /media/profile_image/filename.jpg But when a file is saved through Html forms. Its directory is: /media/filename.jpg For saving media files, default directory is: /media/profile_image/
Anonymous
No
Anonymous
No
Anonymous
How?
Bunty chhatri wala..
Yes
Bunty chhatri wala..
Through admin panel its going to right directory but when a user upload through a web page..it goes to wrong directory
Anonymous
I have 4 roles in my project. How to know that which user login ?
Anonymous
Yes
Anonymous
Yes
Anonymous
In backend side,I m not using template
Bunty chhatri wala..
I tried enctype but then its not worming
Anonymous
I m using drf
Jamil
guys
Jamil
i am in a big mess with my tests right now
Jamil
i am getting 405 instead of 400
Jamil
what is this 405 error?
Jamil
File "/app/user/tests/test_user_api.py", line 58, in test_password_too_short self.assertEqual(res.status_code, status.HTTP_400_BAD_REQUEST) AssertionError: 405 != 400
Anonymous
Same documentation I referred.
Jamil
Guys, I am struggling alot
Jamil
cannot bypass this error
Jamil
405 or whatever
Jamil
evrytime i run a unittest
Jamil
i get response status code 405 instead of my other codes
noob
hey, can anyone suggest me how to access logged in userId in another application of the project in django rest framework.
Rohan
Follow field in instagram is onetomany or manytoone field?
Anonymous
Does anyone know why I get this error when migrating? Does not point to a specific file or line ‍‍‍django.db.utils.OperationalError: (1366, "Incorrect string value: '\\xD9\\xBE\\xD8\\xB1\\xD9\\x88...' for column 'name' at row 1")
Shreehari
Has anyone use django on windows? If yes is the dev server too slow ?
Dheeraj
I've used Django on windows.... It is a bit slow
Dheeraj
But workable