Ayush
nd pycharm is paid...:(
Ayush
bash
ahhh ok..
Nikolay
nd pycharm is paid...:(
Community version is free
Ayush
does the community version works for django?
Nikolay
does the community version works for django?
Community version works with python :) pro version more integrated with Django but free version still good tool
charlie
Hi all, I am building a celery progress bar for a celery task. It's for downloading an excel sheet. Since it is asynchronous and the request is completed. How can I make the excel downloaded for the user
charlie
Thank you so much landy
Danilo
As items you need to pass an openapi.Parameter
Can you give me an example please?
Mirco
Can you give me an example please?
Let me look for it into my code
Mirco
Can you give me an example please?
What's your signers ? Because it should work if you change Schema to Parameter
Mirco
But it depends on what's signers
Danilo
What's your signers ? Because it should work if you change Schema to Parameter
my signers is a list of signer like that: signers[ name:'Jon', last_name:'Doe' ]
Mirco
If you change from Schema to Parameter it should work as it is
Anonymous
Okay
Mirco
Sergei
Dear members of the group, your help is very necessary I've been dealing with a problem all day here is the code successful message does not work
🔰Zamani🔰
Most I install django on every web development
George
!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
🔰Zamani🔰
Thank you 🙌
Mirco
needs to be a schema of my model
I got u but at this moment I don't remember and the only thing I remember and found on documentation is to use Parameter instead of Schema But why didn't u use auto_schema ?
Danilo
beacuse my model has almost 200 fields and i don't need 200 fields to post a dat only a few
Anonymous
Im getting an error while opening static files that "Directory indexes are not allowed" I have searched stackoverflow and many others but no success
Anonymous
Anyone help me fix
Danilo
How's defined your serializer of that endpoint ?
i got it: 'signers': openapi.Schema( type=openapi.TYPE_ARRAY, items=openapi.Items(type=openapi.TYPE_STRING), example=["str1", "str2", "str3"] ),
Mirco
You need to learn how to explain yourself better 😅
Mirco
If you explained much better, I'd tell you immediately about examples
Mirco
Anyway now you know how to use examples 👍🏻
Omar
How can i get answer section like stack overflow in Django ?
Danilo
If you explained much better, I'd tell you immediately about examples
can you send some? i need one of my examples to be integer
Mirco
can you send some? i need one of my examples to be integer
Never done it, so far I used one type into the array
Danilo
Never done it, so far I used one type into the array
can you send to me, to see if is right?
sravan
Does temp folder get full while generating a PDF and rendering to front end in html template ...or should I delete it from the temp folder after rendering the PDF is done ?
---
Can we make a button just to store time stamp?
Qwerty
While installing libpq-dev I am facing this error: The following packages have unmet dependencies: libpq-dev : Depends: libpq5 (= 10.12-0ubuntu0.18.04.1) but 12.3-1.pgdg18.04+1 is to be installed E: Unable to correct problems, you have held broken packages. Any suggestions??
Anonymous
If there is two app in a django project....where do i need to create template folder
Anonymous
One common template or diff temp for each app
Anonymous
Can anyone clarify i am new to this
Mirco
One common template or diff temp for each app
It depends, usually a base one is always useful 🙂
Danilo
Hi guys can you recomend a package to make my documentation based on my models in django? Currently i’m using drf-yasg but is too long to open my documentation page
Anonymous
How to call a single model from models.py into views.py multiple times
Danilo
Use Django swagger
It’s similar to drf-yasg right?
Nikolay
Hi =) a lot of questions about your code: why users not user? you get only one this code reacts to some buttons on page, or just on browsing page? could you share entire view?
Nikolay
and about error, in users should be User instance not Profile, something like: if users in req_user2_followings.all(): req_user2_followings.remove(users.profile) else: req_user2_followings.add(users.profile)
Yatin
Anyone has hosted django project on aws?
You can try to upload it in elastic beanstack. Its easy compared to ec2
Anonymous
Which library is best for graph in django??
Anonymous
This graph is directly plotted in html page in django??
Anonymous
This graph is directly plotted in html page in django??
I wanted to see all my graph in html page via django
Raudin
This graph is directly plotted in html page in django??
you can try the queries in playground, you can find more information in its documentation.
HaClyLo
I wanted email confirmation in django, how do I do it?
Anonymous
waht's the difference between Profile.objects.create(name = "david") and Profile(name = "davud")
HaClyLo
Mindru
djoser, just google it
HaClyLo
Thanks got it!
Mindru
https://djoser.readthedocs.io/en/latest/getting_started.html
Mirco
This graph is directly plotted in html page in django??
You can use whatever you want frontend side and inject data via context