Alexander
nothing... may be some kind of decorator on drf-yasg swagger.yaml view?
cj
Alexander
there are several generators but they use 2.0 version
Alexander
https://github.com/axnsan12/drf-yasg/issues/33
Alexander
this package look extremely dirty (and other generators too), it look simpler to find some type of external converter and convert 2 to 3 by request (use view decorator or something like that), may be with cache decorator
G
Hello everyone, Someone knows a book that I can use to learn how to improve the search engine databases on my website
Aadhi
Guys, Anyone knows how to integrate Razorpay in Django payment. Any documentation or sample code something
Charly
Charly
https://github.com/razorpay/razorpay-python
Charly
the even have a demo app (in flask): https://github.com/razorpay/razorpay-python-testapp
Yusniel
Dear colleagues, I am starting a new project with Django. I was wondering if you could give me your opinion about which choice should I take. The first one, write backend and frontend using Django only. The second one is using Django + DRF for the backend and React for the frontend. Which one should I take?
Charly
Doug
I like django+react
Guillermo
Yusniel
I'm backend developer but in my team we have frontend developers as well.
Charly
Charly
I bet they preffer the second option
Anonymous
Hello guys, how to record user url history not just one ?
Guilherme Kenzo
Charly
Charly
I mean, you don't need to have a mobile app, justa a spa
Charly
non-responisve if you want to mess mobile users anyway
Charly
and if you have a rest api you are going to need to build a mobile app?
Charly
dude, I bet you can use DRF and don't create a mobile app
Charly
but maybe I'm a crazy guy
Yusniel
However, I'm not sure if this approach applies for any project.
Yusniel
What is your recommendation in these cases?
Charly
I already said it, use DRF and a independient front end
Yusniel
Its
is there any django full project available any like blog or any thing thanks if you can provide a link to download
Charly
Charly
😡
Its
cj
Guillermo
Its
OUHBOY
Hey guys anyone know how to set up environ variables for storing secret_keys, api_keys etc???
Ajay
Guys at admin side my objects displaying like object(1) object (2) and so on insted of its name
Ajay
How can I resolve this
Ajay
?
R
cj
Михаил
Hello! What should be done to nested serializer accept PK or None for update and return object data?
Anonymous
Where i can find django sample projects for beginner
Mirco
Mohit
Михаил
Question not clear to me
Thank you, Mohit. I found solution https://stackoverflow.com/questions/36189303/django-rest-framework-receive-primary-key-value-in-post-and-return-model-object
Mohit
Mirco
Hey guys, today starts DjangoCon 2019
if some of you is unlucky ( like me ) and don't have the chance to attend it live , here is the live stream on YT
entropy
entropy
Mirco
is it on pause?
yup, 11AM CET next talk
you can find the schedule on official website
entropy
Ajay
How to set decrement timer on
Django
Ajay
I want to set 24hr time limit for placing order
Ajay
In e-commerce
Ajay
So how I can i
Shubham
Hello I got an error in docker build .
007
#error :-django.urls.exceptions.NoReverseMatch https://dpaste.de/qNBk
007
#error :- django.urls.exceptions.NoReverseMatch
#======== template ============
<a href="{% url 'doc' type='example' %}"> input </a>
#========== urls.py ===========
url(r'^doc/(?P<type>\w+)/$',views.doc,name='doc')
#========= views.py ========
def doc(request,type):
if type == "example":
print("example")
Mirco
Scrim
hello all. I'm trying use django-filter with modelchoicefilter to make dropdown select itens. So when i did it, i cant submit query
Mirco
Scrim
https://pastebin.com/KWvxbYUq
007
Mirco
django 1.1
is it a project requirement or are you studying django ?
007