Commodity
There aren't many resources to study django channels
5P34R
Oh thank u very much
Priyanshu
The best course to learn Django basics?
Doragonsureiyā
The best course to learn Django basics?
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
Tavde_Nahi_Tabahi
Priyanshu
Priyanshu
Near
How to create flutter app with django backend
cj
How to create flutter app with django backend
one thing is creating a flutter app.... another different thing is creating a Django app... make them separately, divide and conquer 🤷🏻♂️ use Django to build an API and use flutter to consume it
Near
Thanks guys
Andrej
Someone
Hey everyone, I just casted a uuid field as text field in my orm.. However filter is not working bcz there is hyphens in casted field. Am not able to find any solution for this issue and am trying to solve it for whole day now. Any suggestion would be helpful
Kito_Kessian
Hy guy am learning Django but i need a platform to learn ecommerce with Django anyone help
^_^
Pls what extension do I need for visual studio code to highlight errors and imports in my django code
Kito_Kessian
Oky they are gud?
Mihir
dennis is amazzing
not for absolute beginners tho
Kito_Kessian
Prakash
I need Patch API reference in function-based-views
Ghorz
Anonymous
Hey guys please suggest me best course of Django Rest Framework
Svyatoslav
Hi guys,
Can someone provide advice or link to a resource that describe how to design highload application? I want to use Django to receive data from a client that sends 26kb of data per second. The limit of clients per second is 1 thousand.
Ghorz
https://highperformancedjango.com/
Deepak
document.getElementById('styling-1').href= 'css/' + mode + '.css' this code in static/js/script.js. and <link id="theme-style" rel="stylesheet" type="text/css" href=" "> is in templates/index.html.
Deepak
but that js script not working in django
Deepak
help
Svyatoslav
Priyanshu
Pratik
How Django templates works ?? I have a project named basic and a app inside it with name myapp. I have added templates folder to that app and created a new folder in that templates folder where i kept all my html files.I also have added that path to project setting-> templates->DIRS. And it works preety well .Now what if i have another template folder in root directory.How can I call that project template from myapp views ?
enansi
Hi all, on a DRF project I have a ModelSerializer and I want to use a custom JSON encoder that I've exteded from DjangoJSONEncoder. How do I make the serializer itself use my encoder, rather than doing something like serializers.serialize()?
Akash
Hello Everyone
Akash
I am trying to build a dashboard with user inputs in Django web framework. The app should be able to take user input and then run the python code in the background to generate the new output. Basis that output charts should refresh automatically. Anyone can help me with a guided tutorial on this. Thanks
Himanshu
I am not be able to understand database concepts when I used to check django resources could any help help me related to resources
Himanshu
Related to database design and table concepts
Umar
How can I make a form field which will only take the alphabets not numeric value and same for the numeric field
Ghorz
I know Everything except Django😅
No one knows everything, not even bill gate. We strive to be productive with the little we know. The creator of python does not even understand most of the jargon currently in the language.
Ariel
Does anybody have a good tutorial for Selenium-Celery-Django integration?
Deepak
cc_myself = forms.BooleanField(required=False) what is the use of this
Anonymous
when i create virtual Environment , I'm getting Error like This "File "/usr/local/bin/virtualenv", line 6, in <module>
from virtualenv import main
ImportError: cannot import name 'main' from 'virtualenv' "
Anonymous
y2j
Hello
I am Aditya. I am beginner in Django, can anyone suggest me a beginner project in django
Shubham
hello guys
Shubham
caught with a dynamic issue while deploying nltk based django project on heroku
Shubham
https://dpaste.org/fXuZ#L6
Shubham
does anyone have idea?
AKASH
AKASH
Or upgrade pip
Deepak
how to customised each field of form in django
Deepak
using css
Andrej
Andrej
Andrej
Ashok
Hii guys
Ashok
How to create multiple users login and logout forms in django
Anonymous
Is there a certain permission to each user type?
Mirco
Sam
Is there any way to encrypt string and decrypt
Sam
Want to build api and receive data in encrypted format and decrypt
Mirco
study how MRO works
Akash
Gk
http://gyanender.pythonanywhere.com
Admin css is not working here can anyone please help
Gk
?
Ashok
Jai
Send yyhe traceback
Jai
Jai
!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
Najmiddin
hello everybody can i upload multiple image in django admin ? for example:https://demosbs3.krajee.com/widget-details/fileinput
Deepak
contact us form on which i am working but problem is that whenever i enter sender email than i got the email but in email the sender and recipient both are same
Deepak
means i am sending email to myself even sender and recipient both have different email id'
Deepak
any one here
Jai
Share your code
Jai
Deepak
Deepak
from django import forms
class ContactForm(forms.Form):
name = forms.CharField(max_length=100)
subject = forms.CharField(max_length=100)
message = forms.CharField(widget=forms.Textarea)
email = forms.EmailField() forms.py
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
Deepak
ok
Jai
Share the send_mail function