Mirco
Pinned message contains the link with the message that explains all the rules
Vxvek
Can one help me with adding category and subcategories dynamicly
Anonymous
!paste
Doragonsureiyā
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
Anonymous
Anyone knows of free django compatible html templates sites?
Django is a backend framework. It is compatible with any html templates
Anonymous
You can define a property in Category which return brands
Anonymous
Like this https://dpaste.org/QEif
M
Django is a backend framework. It is compatible with any html templates
search on google you will find lot .. you can even specify your requirements and look for template
M
nvm it will help all who seek
mukul
How to add auto complete in admin pannel city option
Anonymous
Indepedent Busienss Enterprenuer and sofwtare engineer
Hello which local is use for run python or jango project?
Anonymous
How to add auto complete in admin pannel city option
autocomplete_fields = ('field',) in (admin.ModelAdmin):
Indepedent Busienss Enterprenuer and sofwtare engineer
Xamp or Nginx?
Anonymous
Hello which local is use for run python or jango project?
A development server is comes prebuilt with django
Deleted
https://stackoverflow.com/questions/65163930/the-webpage-show-grey-part-when-change-to-a-bigger-screen
Deleted
please help for this, thanks
Anders (izzno / gooood) 🇳🇴
Off topic(sort of...)? Let me know and Ill delete it! Does anyone know of a good pic converter for web? Meaning I am a bit tired of resizing pics in Gimp, it's time consuming and does takes a bit of experimentation for every picture.
Anders (izzno / gooood) 🇳🇴
I actually found a good article which is precise and to the point with good recommendations from may this year. Again keep it for reference or delete it: https://www.shutterstock.com/blog/resize-images-for-web
Anders (izzno / gooood) 🇳🇴
https://stackoverflow.com/questions/65163930/the-webpage-show-grey-part-when-change-to-a-bigger-screen
"Use .container-fluid for a full width container, spanning the entire width of the viewport." One paragraph down on the first page. https://getbootstrap.com/docs/4.1/layout/overview/ Also, not sure if you did not share everything or if you are using "extend" and "content" wrong but I dont see any body, etc... And please look at : https://www.semrush.com/blog/semantic-html5-guide/?kw=&cmp=NE_SRCH_DSA_Blog_SEO_EN&label=dsa_pagefeed&Network=g&Device=c&utm_content=431532401991&kwid=dsa-834686684576&cmpid=9874939334&gclid=EAIaIQobChMI-cOz36jL6wIV0QJ7Ch2_xg3eEAAYASAAEgLf9fD_BwE#header5 Div'orama is not good practise ;)
Anders (izzno / gooood) 🇳🇴
Yup you can use it And like react app, the easier way is to build your Vue app and Django separately and use APIs to communicate
What do you use for authentication and cookie handling? Do you use: https://github.com/SimpleJWT/django-rest-framework-simplejwt And let vue handle the cookies ?
Anders (izzno / gooood) 🇳🇴
Are you running a react app on top of django? No api ?
Anders (izzno / gooood) 🇳🇴
Yeah, JWT but also 0Auth2 + PKCE for some users that can access by using a corporate identity provider
I have looked at OAuth but there's a paywall after 7000 users right ?
Mirco
I have looked at OAuth but there's a paywall after 7000 users right ?
I don't know honestly because I'm not the owner/developer of the identity provider I've just integrated into the solution by using Django
Anders (izzno / gooood) 🇳🇴
I don't know honestly because I'm not the owner/developer of the identity provider I've just integrated into the solution by using Django
I C ;), but your take == django + jwt + Vue is a good combo ? (Say yes as this is my next project (or the stack i landed on after "some" research)) :D
Mirco
https://en.m.wikipedia.org/wiki/Customer_identity_access_management This is what they have built and I've integrated
Anonymous
please i want to delete a todo item its id but anytime i delete one item it deletes the whole items in that query. please how do i solve this
Anonymous
let me share my code
Mirco
I C ;), but your take == django + jwt + Vue is a good combo ? (Say yes as this is my next project (or the stack i landed on after "some" research)) :D
Obviously JWT has some "vulnerability" gap and some others prefer Paseto but I think you can proceed without any issues
Mirco
It's a classic combo nowadays
Anders (izzno / gooood) 🇳🇴
https://en.m.wikipedia.org/wiki/Customer_identity_access_management This is what they have built and I've integrated
I need this after Christmas for our PIM pages!!!! What excellent timing! ;)!! Ill know who to ask hehe. 👍👌🤛 Saved directly on bookmarks bar :D
𝓐𝓵𝓮𝓴𝓼𝓪𝓷𝓭𝓮𝓻
How are you?
Michele
Hi, I'm trying to run a github project to which I should extend some features for a university project (I'm an Italian IT student) and I don't understand what I'm doing wrong. I also followed the directions but it gives me a series of errors. https://github.com/abd1007/Movie-Recommendation-System-Web-Application
Doragonsureiyā
How are you?
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Anders (izzno / gooood) 🇳🇴
That would be great, just pm them at any time!
Mirco
That would be great, just pm them at any time!
I cannot help if you need to build CIAM from scratch but if you already have it and you just need to integrate into your project, I can help u 😁
Anonymous
It depends how you filter queryset
https://del.dog/egaghecrog
Anders (izzno / gooood) 🇳🇴
I cannot help if you need to build CIAM from scratch but if you already have it and you just need to integrate into your project, I can help u 😁
💪👍, ill read the WIKI and than I'll know more, because right now I don't know what that means ;)
Anonymous
Hi everyone. What's the best resource to learn Django?
Doragonsureiyā
Hi everyone. What's the best resource to learn Django?
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Anonymous
https://del.dog/egaghecrog
Todo.objects.get(id=todo_id).delete()
Anonymous
It is safe to mark as deleted by adding is_deleted in models instead of deleting objects
Mirco
It's much easier to keep them separately
Mirco
Argh, good luck
Mirco
Sure, understandable
Anonymous
Todo.objects.get(id=todo_id).delete()
thanks ive figured it out
Anders (izzno / gooood) 🇳🇴
Use a proxy like Nginx and a docker dev environment.
Arezoo
Hi.i want to use generic class in drf...but i need update and list...if i use ListApiView ..just i can use get_queryset..which class of generic i can use that have update and get list
Anders (izzno / gooood) 🇳🇴
You catch the urls in the proxy, you would have to do this anyway on deployment.
Anders (izzno / gooood) 🇳🇴
Never mind, I did not read the part about manually configured react app.
Tony
Guys, is there someone who is good in Django. I want to develop a webapp "Project Approval System" using django. But I am a beginner. So I would love to do it with someone else together. I have learnt django basic
Ghorz
Guys, is there someone who is good in Django. I want to develop a webapp "Project Approval System" using django. But I am a beginner. So I would love to do it with someone else together. I have learnt django basic
Google and YouTube are good in programming. Start something, create a template, build gently, you'll definitely see the windows opening before your eyes.
Tony
Google and YouTube are good in programming. Start something, create a template, build gently, you'll definitely see the windows opening before your eyes.
Bro, I still need someone for it. If someone is good at it, we can discuss, divide work and if I will encounter some problems, i will get some help.
M
hi not going offtopic in my view. need suggestion from admin or community about some projects available like rollbar .. idea is to have a dashboard kind of application where any system of even a small script can send the alert message and it will be displayed on the dashboard . till now i have developed a DRF based such application but that is in very start level and i am facing issue in authentication of users .. luckily i encountered rollbar but it seems not a free project
Ghorz
Have you worked in a team before
Ghorz
Using version control system?
M
by design i found the DRF well suitable for my project since it can communicated in terms of json from so many applications
Krithika
Run-time error : models class django.contrib.sites.models.Sites doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS can anyone help me with this error
Krithika
I wrote my app in installed apps
Doragonsureiyā
Can you send screenshot ??
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