L
Hello there! Does anyone knows how to implement 3d secure stripe payments in Django?
aadya
Here what is the meaning of 3d?
aadya
You can go and read paytm doc of developer
aadya
It is very secure
Dexter
anyone plz look at this issue https://stackoverflow.com/questions/63052862/django-cms-update-function-not-working-as-intended
Anonymous
data base connection and explain how to insert data and delete data
Anonymous
Hello guys 👋
Wqw
Help me
Insert into values
Wqw
https://www.w3schools.com/sql/sql_insert.asp
Morya
From YouTube: Dennis Ivy, JustDjango, Telusko Udemy : Python and Django Full Stack Web Developer Bootcamp
Anonymous
Insert into values
Please provide clear clarity I am unable to understand
Wqw
Please provide clear clarity I am unable to understand
https://www.w3schools.com/sql/sql_insert.asp
Wqw
Read here
Mirco
data base connection and explain how to insert data and delete data
Just take a Django tutorial and you will understand how you can do that
Anonymous
How can we install uwsgi in windows
Anonymous
Some attribute os error showing when i was using pip
Mirco
!ot
Doragonsureiyā
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Mirco
Or move to @python
aadya
Some attribute os error showing when i was using pip
Install conda or update pip version
Morya
This course use Django 1.10.5 now Django is the 3.0 Version
For those one can refer docs I myself learnt Django 2.x and working with Django 3.x
Morya
But it's one of the best course out there
Siddharthan
Please any one help, how to keep my static files across project level?
Brandon
For those one can refer docs I myself learnt Django 2.x and working with Django 3.x
Ok But i hope the transition from the django 1.x to django 2.x and 3.x it is verry easy
_dvd
Hi everybody I have 3 models:Student, Macro and LTO I need to setup a url path like so 'http:127.0.0.1:8000/students/student_id/macro_id/LTO/' Can I achieve that with drf's DefaultRouter?
_dvd
I've already set 'students' url segment using DefaultRouter. I think setting another route starting wiht 'students/...' will collide with the previous one
_dvd
I need two parameters
_dvd
student_id and macro_id
_dvd
in the future I'll need more
Dexter
https://stackoverflow.com/questions/59218802/i-am-getting-an-error-when-i-am-updating-the-post-it-displays-in-the-comment-se will anyone of you check it
s
Anyone know node. Js
s
I have Some errors
s
Please let me
A Kumar
My static file is not showing Any suggestions why?
Andrej
My static file is not showing Any suggestions why?
Check your urls, path and the static files variable
A Kumar
I have added static URL loaded the static tag Then written the static file variable inside script tag Still it is not working
Lloyd
My static file is not showing Any suggestions why?
Try to validate if your static file path is correct
Brandon
My static file is not showing Any suggestions why?
Add static variable in settings.py
Vikas Singh
How I get all task in a api
Vikas Singh
?
Vikas Singh
Can any one help
Vikas Singh
?
Aito
Guys, no one remembers what sign should be put in order to indicate first the name of the application, and after its class in the templates?
Doragonsureiyā
How I get all task in a api
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you. Include details such as libraries, platform, modules, etc. and also show your code using any pasting service.
Vikas Singh
Okay ..
Ferrum
hi guy please how can i paginate a normal django rest framework apiview
Mirco
hi guy please how can i paginate a normal django rest framework apiview
By adding default pagination into rest Framework settings o set per view
Ferrum
'DEFAULT_PAGINATION_CLASS': 'rest_framework_json_api.pagination.PageNumberPagination',
Ferrum
this didnt work
Ferrum
i am using a normal APIview and no queryset
Mirco
rest framework json api ? it's just rest_framework
Mirco
Anyway without queryset you have to do it by yourself by inheriting from existing classes like BasePagination
Ferrum
🤔🤔let me research on that thanks
Anonymous
i will integrate tinymce in django admin and iw ant to integrated in forent end using model form i will do that it work perfectly on admin site and show code when i inspect on frontend but not show editor
Darth✧
username = request.session.get('username', 'default') print(username) It is not printing current logged in username. Any solution?
Anonymous
https://dpaste.org/a0Y5
Anonymous
Bro can any one help me to change javascript
Anonymous
Sarthak: I have a javascript that toggle dropdown if dropdown 1 is open and i clicked on dropdown 2 it closes dropdown1 and opena dropdown2 But i want if i click on dropdown 2 or one if it is already opened is should close
Mirco
It's not a javascript group, please move the questions in a proper group
Anonymous
Ok sorry
Anonymous
Can you please suggest me any javascript group
Anonymous
Actually i am working on django project that need JavaScript
cj
Can you please suggest me any javascript group
did you really read the rules of the group?
Sourabh Singh
I need django blog project please if you have give me
Sourabh Singh
I try to make one but it giving error even after writing right code
Doragonsureiyā
I try to make one but it giving error even after writing right code
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you. Include details such as libraries, platform, modules, etc. and also show your code using any pasting service.
Sourabh Singh
No reverse match this error is occured
Sourabh Singh
I am just a noob in django just starting learning help me
Abeeb
No reverse match this error is occured
Check the line where the error occurred. At what line?