Avnish
Ok
Avnish
Youtube??
Anonymous
Youtube??
Coding for enterpruter try dango series
Anonymous
https://www.youtube.com/playlist?list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW
Mirco
Doragonsureiyā
Youtube??
Check out PythonRes, a channel for Python resources (links to help you out).
cj
Sunil
Can I copy data from one field and paste it in other field of the same model
Gourav
Yup
Gourav
If they are same type of fields
Sunil
Field1 = models.CharField(max_ length = 40)
Field2 = models.CharField(max_ length = 40)
I want to copy data from Field1 to Field2 .... Can you help me with function or something as tried searching online but was not able to get the desired Output
Gourav
Do u want to do it models??
Gourav
Or views
Sunil
Yes
Sunil
Models
Sunil
This changes should reflect in Database
Gourav
DM me
Gourav
I'll send u image
Anonymous
Guys I am unable to ping Google my site map using $manage.py ping_google ['/sitemap.xml']
Anonymous
I also tried providing the site map path on Google webmaster. And there too it says failed to parse it
Anonymous
Is there any other way of doing this ?
Anonymous
Should I remove the time frequency and stuff if I am going to pass it Google webmaster?
Anonymous
Any heads-up would be great
Anonymous
Hi guys . I just got my google login via social_core working. But I need to access the middleware response data in view (to modify request.session). How do I pass the data from middleware to views?
N
Can any one help me with django project
Loki
How can i authorized custom model in Django 3.0
Sunil
Below is the line of code written in models.py file
Current_Month_Data = models.CharField
Prev_Month_Data = models.CharField
How do I write a function so that on click of a button I should be able to copy data from Current_Month_Data to Prev_Month_Data as Current_Month_Data could be amended multiple times but need to compared with Prev_Month_Data ( one which will be copy pasted initially on click)
Swapnil
Any one can tell me how to add videos in webpages
Anonymous
Anonymous
I deployed my project but the uploaded image is not showing on the page...
img src is "{{obj.img.url}}"
What can I do?
Gourav
Anonymous
Gourav
Have u added the setting conf for django_heroku in settings.py
Anonymous
Gourav
Added Whitenoise??
Anonymous
Vikash
Can anyone help me how to install or make available bootstrap in my Django framework or project
Vikash
?
Gourav
Asking that have u added the Whitenoise for static files in ur settings
Anonymous
Gourav
Is the image shown for sometime and after sometime it gone?
Gourav
Anonymous
Gourav
Have u set media path in ur project lvl urls.py
Anonymous
Gourav
Can u share me the link of ur herokuapp
Gourav
DM me
ten
How we can work Django with anaconda
maroong
Same way, download the library into Spyder
Pruthvi
Best tutorial for django rest framework???
Ricardo
The default tutorial and the API guide is all you need
Ricardo
marvelous documentation
Anonymous
i have two html forms in the same page and they using same POST method so how can use in html form in view.py ?
Mirco
Nurbek
Hi! I have 2 slugs from 2 models and 1 CBV how can i pass the 2nd slug from other model to my URL? Thanks!
Muhammed Enes
I have a image field on the html. I want to upload image with ajax. How can i do it? Please help me
Mirco
Anonymous
I have a image field on html.
When I Upload a image that image is stored in media folder. And if DEBUG = True
That image is showing on html img tag. But if DEBUG = False img is not showing plzzz help me
Mirco
Anonymous
Nurbek
Mirco
Ok
There's an entire topic about it
Anonymous
Anonymous
Tq
Mirco
Official docs is your best friend 😊
Anonymous
George
Doragonsureiyā
Official docs is your best friend 😊
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
Anonymous
But its working when DEBUG = True
Anonymous
Nikkey
Any one have experience in working with Django and razorpay
Mirco
Doragonsureiyā
Any one have experience in working with Django and razorpay
Please don't ask meta questions like:
"Any user of $x here?"
"Anyone used technology $y?"
"Hello I need help on $z"
Just ask about your problem directly! With 49k+ people the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Yash
self.status.split(' ',1)[0], self.bytes_sent
AttributeError: 'NoneType' object has no attribute 'split'
Yash
Bunty chhatri wala..
In todo app..I always get MULTIDICTKEYVALUE error when i try to update a field which is already added by a user. Using HTml forms..not django forms..
Mirco
Bunty chhatri wala..
How to resolve that?