yeus
Can someone tell me any resources to learn django rest api in deep
Ghorz
kunmi_od
kunmi_od
Dm?
Anonymous
Oh sorry 😂
kunmi_od
Buh you can download edureka Django video, the second half of the video teaches Django Api
yeus
yeus
Have you researched?
Yes ... But not able to find it on utube ans the documentation is hard to understand
Ghorz
Ghorz
https://youtu.be/sl43oS-36Ms
yeus
Okay thanks
Michael the wolf 🐺
Hi, has anyone used django-tenants before ? I want to know if it's possible to keep the user model for one or more tenants in a seperate schema..so I can group specific number of tenants and use the user model from the seperate schema for login
HASSAN
hi guys
is posible to change on db table fields without migrating in django (i want my data in database not remove )
Mirco
viysh
Hi can anyone knows how to limit instance created in a model?
Samoiddin
Hi guys. I've a problem . When I send message from contact page , it sends but gmail doesn't get . But if I will send message with the wrong email , it receives with the error message template and all previously sent messages too . How Can I fix this ?
Samoiddin
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_USE_SSL = True
EMAIL_PORT = 465
EMAIL_HOST_USER = @gmail.com'
EMAIL_HOST_PASSWORD = ''
Anonymous
Hi guys, I am new to DRF can anybody help me to create token base authentication.
Anonymous
Hello everyone , I added the data in postgresql database but it's not displaying in website
âshîsh
im
Hello, please tell me how from django cms blog to display the name of the categories in the template, namely in the label input radio? example: https://dpaste.org/KxeR
Nikhil
Guys I want to integrate my opencv face recognition/detection to my django project and I am not getting enough resources for help
Nikhil
For ex I want a view that will open camera detect faces and store it in folder so should I write my opencv code in that view or should I make another camera.py and paste code in that but I just how to call that function in that camera.py and don't know how to return some rendered var
HASSAN
Mirco
Sai
Anonymous
E.R
Hi everyone. I am new to django. I have a problem. I installed django successfully and now I want to create a new project using this commancd👇🏻
Django-admin startproject mysite
But the following error is shown to me. Anyone knows how can I solve it?
E.R
Error: django-admin: the term ‘django-admin’ is not recognized as the name of a cmdlet, function, script file, or operable program.
Mirco
E.R
I forgot to do that. I create it now. It works.. thanks...
Talha
can someone tell me how to get a count on exact date
Mirco
use monospace at least if you don't wanna use pastebin.org
âshîsh
can we import function from views inside a core python file ?
Talha
Doragonsureiyā
i dont get it can u write a query
To share code or error tracebacks, be considerate and 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
If you post a wall of text message (many lines), delete it quick or you may get a warn strike.
Talha
How to create an array of dates by date range(date 1,date 2 )?
Talha
i want to display on graph
Salima
Please I need help deploying my API...I'm getting some errors that says "error while running 'python manage.py collectstatic --noinput'
Salima
Error while running '$ python manage.py collectstatic --noinput'.
See traceback above for details.
You may need to update application code to resolve this error.
Or, you can disable collectstatic for this application:
$ heroku config:set DISABLE_COLLECTSTATIC=1
https://devcenter.heroku.com/articles/django-assets
! Push rejected, failed to compile Python app.
! Push failed
Salima
Deleted
https://stackoverflow.com/questions/66436071/raise-ldapinvalidservererror-ldap3-core-exceptions-ldapinvalidservererror
Sunag
I have a search form built using django class based views, I want a page loader or spinner post submitting the form for search option, pleas anyone help, how I can integrate page loader or spinner that will display till output loaded...
Anonymous
Hi, anyone worked on social login using graphql in Django? I tried several things, nothing is working. Any help is appreciable.
Fajar
Sibi
I am having trouble linking django to ml model can anyone help me
Sumit
Kd
Does anyone integrated billdesk payment gateway?
𒂵𒐊𒍝𒊏
hi
how i can fix the css problem
because i doing evry thing bu the css does not work
Anonymous
Hello.. Does anyone knows how to run the run script with command line arguments.. We have a python script and the output is a .svg file.. So i need to display that as webapp..
How will i generate that .svg file from django triggering the same python script
Anonymous
I don't know
Deep
kindly help its beginner problem in JavaScript
i made a program which generate texts dynamically in my console log.
i defined p tag in my html file with an id
now i want to print that console.log items which are basically string in list in my page
kindly help
very good if u give the js code
AGASTRONICS
I guess you won't need the stylesheet
Deep
thanks brother
AGASTRONICS
Anonymous
Can anybody provide me a clean
DRF project structure ?
AGASTRONICS
AGASTRONICS
Renal Eki
hello everybody. how to javascript know data model is changed ?
Mirco
عــمــر
I want to delete all model obejcts at 10pm for example
How can i do that ?
Alikhanov Jakhongir
Renal Eki
Score
UserWarning: Normalizing '0.01' to '0.1'
warnings.warn(tmpl.format(**locals()))
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
Score
Can anyone help me out
Sopan
Ekky
Fred
Hello family.
How do I display in a template the list of birthdays within this month ?
Ekky
Yep use mqtt
Once , I use MQTT to communicate with a microcontroller and works fine
Maybe you would want to use transactional feature from your database
Hamouda
am using django rest, and i added a custom permission to a view set "IsOwner" it's working well for GET, POST the needed element, but everyone can still read all the data
Mirco
Hamouda
i have a Client model, if a Client A want to see Client B info, he get reject works well , but Client A can still see all Client
Hamouda
a view level permission will fix it ?
Prince
Yep use mqtt
Is there any good guide?
I heard django doesn't support mqtt