Ayush
Ayush
nd pycharm is paid...:(
Nikolay
Ayush
Ayush
does the community version works for django?
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
Landy
charlie
Thank you so much landy
Mirco
Danilo
Mirco
Mirco
But it depends on what's signers
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
Danilo
🔰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
Mirco
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
Mirco
Anonymous
Anyone help me fix
Mirco
Mirco
You need to learn how to explain yourself better 😅
Danilo
Danilo
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
Mirco
Danilo
Mirco
Danilo
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??
Mirco
Doragonsureiyā
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
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
Emeafu
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
Anonymous
Which library is best for graph in django??
Shubham
Anonymous
Anonymous
This graph is directly plotted in html page in django??
Anonymous
Anonymous
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")
Mindru
HaClyLo
Mindru
djoser, just google it
HaClyLo
Thanks got it!
Mindru
https://djoser.readthedocs.io/en/latest/getting_started.html
HaClyLo
Anonymous