0
Can i ask python-django doubts in here ?
If I can , how can I ask that ? I mean there is lot of files , like views.py , urls.py , etc. ... How can I create each one ...?? . If I can't , where I can ask that .? Except stackoverflow. .. I mean is there any other active social media platforms for this.
3 Respuestas
+ 2
Yes you can ask django related questions here.
And link related codes here LIKE THESE AS A EXAMPLE.
https://code.sololearn.com/cUZ59brC3LUl/?ref=app
https://code.sololearn.com/cZvc8NdKFo48/?ref=app
or if your question needs one or two lines from a file, you can directly mention them:
Like:
views.py
=======
return render (request,'index.html')
We will sure help you, ShamsuCm if you see that no one is answering your question. You can freely mention me, I will sure help you.
+ 1
Thank you brother AKSHAY🇮🇳
0
Not really other than xda and thats mostly for modding, you could take the time to look through and underatand views.py and urls.py though.