imacat
Hi. Is it possible to run the migration by site? I built an application to work on the existing production database, but I still need the migration on the development database.
Anonymous
Hi I am just want to understand hot create a payment functionality in django
Anonymous
Anonymous
thank you
Kamal
Hyy...
Kamal
How to write command in visual studio
Kamal
Ok
Sαi Ganesh
How to write command in visual studio
Do you mean just a code? Or the terminal ?
ford
Hey all..so i have this error when using using coordinates transform function '''Quaryset=data.objects.all ().transform(4326, field_name='geom')''' Errror Queryset object has no attribute transform yet transform is a function
Rony
can i post stackoverflow link?
Mirco
can i post stackoverflow link?
Yup or share the code via pastebin or similar
Anonymous
yes
Rony
hi everyone, i am trying to get current loggedin userlist using django channels, but without using Session, i get all users. even the loggedout users in the list. if i try to use Session, it shows nothing. this is the first time i am using django channels....can any one help me out? here is the link from stackoverflow:: https://stackoverflow.com/questions/63332058/list-of-current-logged-in-users-in-django-channels
Mirco
Mirco
For more info
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
maroong
how do I use get_or_create in a class method to add a particular choice
Rony
Absolutely
and plz let me know why i am not getting any response in stackoverflow? to do something in django is a big piles of codes. i tried to copy all the necessary things. but there is no response. is there any error i have done while asking the question?
Rony
Read the rules before any activity: @PythonRules
sorry.... i will do that. i never needed any help from this forum. but this is a desparate time and next time i will follow the rule. thanx for the warning
kancharla
0.0.0.0:8000/accounts displaying my web page But I want to display it at 0.0.0.0:8000 How can we do that
kancharla
project/URL...?
Eazy
project/URL...?
Yes, or ... in your project url include your app URL.
Eazy
path('myapp/', include('myapp.urls')),
kancharla
kancharla
path('myapp/', include('myapp.urls')),
Ok dude but R R solution works for me
S
Any one give me complete e commerce websites in Django project file I have need
S
Plz
Tush
please help me
Tush
i am stuck in this problem
Anonymous
please help me
What's the error?
Tush
I do not know what I did wrong
Tush
What's the error?
page not found as you can see in my url page after shop i and one more point about but it is work not opening
Anonymous
In line 9 there is " : "
Tush
but didn't work
Tush
In line 9 there is " : "
i don't why my about point not found
Amal
Line 7, add / before about
Amal
Remove : from line9
Tush
Line 7, add / before about
i tried sir but nothing happened
Amal
Show the error then
Tush
Show the error then
404 the current path shop/about/, didn't match any of these
Tush
404 the current path shop/about/, didn't match any of these
i can't understand why pycharm not found my current path which i mentioned
Tush
Can anyone tell me what is the error in this please?
Tush
https://dpaste.org/Vfjf
Tush
https://dpaste.org/Vfjf
for better understanding
Tush
https://dpaste.org/Vfjf
Can anyone tell me what is the error in this please?
Kratøs
https://dpaste.org/Vfjf
Are you making functions in urls.py?
Tush
Rahul
How to implement api with api key ...?
Rahul
So who has api key that user can access that particular api
Tush
In?
i include my function shop in main file
Kratøs
https://dpaste.org/Vfjf
Why your urls and views are in same file?
Tush
Why your urls and views are in same file?
it is not in the same file but i share my code in same file
Kratøs
Oh
Tush
it is not in the same file but i share my code in same file
so that anyone can see that i show me my mistake
Tush
Oh
hey so can you tell me what did i wrong in that file
Kratøs
Try checking path man
Kratøs
I not able catch it with given info
maroong
https://dpaste.org/Vfjf
Add the full trace stack. And a tree of your folder
Eazy
Hello, I want to use the django rest framework to save data to two models in single request using serializer. Models: https://dpaste.org/ALZx Django admin allows this using inlines like so: Admin: https://dpaste.org/SjLV How do i serialize such that I can add data from API to select fields in both 'Poll' model and 'Choice' model?
Tush
Add the full trace stack. And a tree of your folder
i didn't get it should i share all remaining file?
Kratøs
i didn't get it should i share all remaining file?
Try to share more specific info related to your error
Tush
dpaste.org/56Bs https://dpaste.org/56Bs About
Tush
dpaste.org/56Bs https://dpaste.org/56Bs About
i add more specific info should i add trackback view??
Random
I have a base html , which i use every where , but for signin page there is a navbar and footer which i don't want to include
Random
Is there any way
Random
Where i can use base file for sign in but not include those nav bars