Shubham
getting some other errors
Manik
Flask or Django mostly used in industry?
Felipe
Hello guys, I'm using weasyprint to generate a pdf from an html template, but I'm having a problem. It is rendering only part of the template (generates only one pdf page) The html template was made by front using email foundation, I believe it could be some problem with CSS tags. Has anyone had a similar problem or have any idea how to solve?
Anonymous
@shubham joshi Try with default =" ",
Felipe
How sophisticated is that CSS? WeasyPrint uses its own html renderer so it doesn't support all the CSS that modern browsers support.
The CSS was generated by email foundation template. There's a lot of tags. I think I'll have to do it again without framework and testing step by step
Felipe
Cool, what is X server?
Ori
Cool, what is X server?
The thing that renders GUI on most linux distros
Felipe
Cool
Felipe
Thx
Andrew
Hello, someone has an example of implementing user registration using Facebook, I'm only interested in the backend part, I just can’t find correct information for this
Anonymous
Hi, how can i make one executable file from django project, what I want is I don't want my project to be reused by other people
Anonymous
hi can anyone help me??
Anonymous
please
Anonymous
obj = deploy_dtl.objects.order_by('envid','compid') this gives a ascending order of list for envid and comp id one env has many comp
Anonymous
in data envid 1 can have data with compid 1 two time
Anonymous
i want to hve 1 env with respective compid which is the latest updated
Matheus
How can i create a searchbox in django admin list view
Matheus
?
Ghorz
obj = deploy_dtl.objects.order_by('envid','compid') this gives a ascending order of list for envid and comp id one env has many comp
How can we help you. Use pastebin, paste your code and traceback, secondly I can't decipher your English
Ghorz
?
Inherit admin.ModelAdmin, search_fields = [. ] register(model, inherited modeladmin)
#
to include svg icons i try "<figure> <use xlink:href="{% static 'img/sprite.svg#icon-play' %}"></use></figure>. but it doesn't work. i think the problem is '#' symbol how can resolve or replace it?
Shubham
https://dpaste.de/gx3q
Shubham
in this case Im getting " return self.cursor.execute(sql, params) django.db.utils.ProgrammingError: column "deptno" referenced in foreign key constraint does not exist"
Anonymous
@Snj1507 don't give the same field name for foreign-key tabel, i.e(deptno) try other variable name
Shubham
okay
Shubham
same result
Shubham
@deeraj_03
Fil
How use Django + SweetAlert? Help
Anonymous
sorry shubham joshi , i don't know how to solve , it .I will try to find it.
Anonymous
okay
you are getting the error on migration or while saving the instance?
Anonymous
How use Django + SweetAlert? Help
Are you using reactJs for frontend?
cj
How use Django + SweetAlert? Help
just like any other js library
Anonymous
How to sort a list of items accordingly by user rating by other features dynamically
Михаил
user__profile__rating
Vaibhav
Anyone can suggest me that what project should I make for my final year major projects. I want to work on ML DoEEP LEARNING AND Djqngo so please suggest me some best projects I am very nervous about my final year project
Margavya
Can anyone suggest me a django project?
d3vsh3d
Try to make your Portfolio
Денис
Can anyone suggest me a django project?
Any from Django by example book. They are awesome
godmode
Can anyone suggest me a django project?
Make a simple blog like cactus hexo theme Style
Anonymous
latest_updates = Locations.objects.order_by('location', '-update_time').distinct('location')
Anonymous
can some one help me to use in mysql as it is not working in mysql backend
Kapil
Did anyone created paginated json in python so that when we select any page on html table only ten rows would be rendered ?
Михаил
How do I configure logging in django to send all ERROR and WARNING messages to the sentry but DEBUG and INFO messages to the console?
Михаил
Here is my config https://dpaste.de/t5BJ
Михаил
It sends to the sentry, but no messages in my console
Isaías
Hello.
Isaías
has anyone had trouble trying to install psycopg2 on mac OX
Isaías
pip install psycopg2
Михаил
What's your error message?
Isaías
1 min
Isaías
photo upload not allowed
Mirco
photo upload not allowed
Why don't u like to read !rules ?
Doragonsureiyā
Read the rules before any activity: @PythonRules
Isaías
Ok
Anonymous
Django ORM question I have question model with fields version, question_type and others. I need to choose questions that have max version for every question_type. How can I do this in django orm? Different question_types may have different max version
Anonymous
New to Dj.... a quick question ...are virtual environments required when creating any project in Dj?
Anonymous
thanks
Anonymous
Different question_types may have different max version
Anonymous
I can do such queries: for every question_type get its max version select all questions that have this question type and this version combine all querysets but I think it is too much queries for such problem can I do this with one query?
Rajesh
Hi, any github links for webscrapper using Django and storing the output in db
Justin
I am using django-allauth for authentication what package can be used to create an authentication API for the mobile app
Yash
When i import image from database then path is imported but image is not showing