Anonymous
that's all
Anonymous
I've configured it for python, html and css
Anonymous
Is for ???
you are asking why I've made those configurations?
Anonymous
to enhance the experience of the editor
Anonymous
Take a look at "Vim Quick Reference" https://play.google.com/store/apps/details?id=com.llerrad.vimreference
N S
Sure
Anonymous
Vim ?
search on YouTube for more
Anonymous
Vim ?
you'll see that a lot of programmers use Vim
Anonymous
awesome, my question was snubbed👍🏽👍🏽😂
Anonymous
no, it's a text editor
Anonymous
So it's a language ?
but if you are working on windows... it would be easier to go with sublime
Jimmies San
put the sendmail inside a try catch and catch from smtplib import SMTPException
Anonymous
Sublime text??
https://goo.gl/search/Sublime+Text Sublime Text, Software
Django Bot
>> Links - Django Production Deployment on GCP with Kubernetes
N S
Inside a function in view to get the name of the user we use request.user.username in the same way how to get this inside the init function of a modelform that is accessed by the same user
Anonymous
Hai
Anonymous
??
Dcruz
Hi everyone!
Dcruz
I have a csrf error when i try to log in a user from other PC , its because the dev server?
Dcruz
yeah @inchidi , i dont know what is wrong :S ,i use Django 2.6
inchidi
i dont think django 2.6 have been released yet. maybe its 2.0.6
Dcruz
sorry @inchidi it is Django 2.0.6.. my bad :(
Jimmies San
or maybe he is john titor !!!
Jimmies San
😂😂😂
Anonymous
Excuse me! Is there any complete tutorial website for Django and Django rest API?
Dcruz
jajaja im being crazy! , there was no error guys..
Anonymous
Excuse me! Is there any complete tutorial website for Django and Django rest API?
Check this site, https://www.codingforentrepreneurs.com/ you can find any tutorial
Combot
SAA (0) has increased reputation of Carlos (1)
Dcruz
has anyone used ReportLab whit Django?
Furkan
I'd like to save a profil photo for each user.instance.id is returning None when upload image.I'm waiting for your help.
Furkan
here is my code
Furkan
https://paste.ubuntu.com/p/4XN2Ycx9rH/
Django Bot
>> Links - How to write an API in 3 lines of code with Django REST framework
inchidi
https://paste.ubuntu.com/p/4XN2Ycx9rH/
your UserProfile doesnt have any relationship with User? it should have it if you want user.user_profile.profile_image possible
Jimmies San
Furkan
can you write a code example?
inchidi
can you write a code example?
class UserProfile(models.Model): user=models.OneToOneField(User, on_delete=models.CASCADE) profile_image = models.ImageField(upload_to=get_image_path, blank=True, null=True)
Furkan
thanks
Eka
Check this site, https://www.codingforentrepreneurs.com/ you can find any tutorial
Dcruz
someone has used reportlab on DJango???
inchidi
someone has used reportlab on DJango???
thats meta question, you can ask directly about your problem
Giulliano
Hey everyone. I have experience in Python, but I'm beginning in Django. I'm going to develop a admin system with fullcalendar to schedule events. Can I integrate Django with admin templates like AdminBSB? And is there some module to build fullcalendar?
Rhinoceros🦏
😄
Rhinoceros🦏
someone have a blog system using django? can Share?Thanks
Jimmies San
someone have a blog system using django? can Share?Thanks
https://djangopackages.org/grids/g/blogs/
Django Bot
>> Links - zenwalker/django-micro: Django as a microframework - Django - The Tao of Mac
Django Bot
>> Links - GitHub - zenwalker/django-micro: Django as a microframework
N S
is the request from a form
Yes i got the answer though i solved it
Ajay
I have a html form with name as user_data.html which asks user some data like name, phone number and i want to store in my database. I'm using django. How can i do it??
cj
I have a html form with name as user_data.html which asks user some data like name, phone number and i want to store in my database. I'm using django. How can i do it??
use ModelForm, so you will have Model part to store the data and the Form part to render inputs in template and validate data in backend, .
Ajay
This one?
Ajay
Where can i link my html?
Ajay
Itself it is creating a form right
cj
Where can i link my html?
you can use a FormView or CreateView
cj
https://docs.djangoproject.com/en/2.1/ref/class-based-views/generic-editing/#django.views.generic.edit.CreateView
Ajay
you can use a FormView or CreateView
https://stackoverflow.com/questions/32423401/save-form-data-in-django Like in that link the last answer right??
cj
https://stackoverflow.com/questions/32423401/save-form-data-in-django Like in that link the last answer right??
yes, but using a CreateView reduces the code even more, you can try both options and keep the one that fits your needs
Ajay
Ok
Ajay
Thanks bro
cj
YW, any doubt you can still asking 👍
Ajay
Sure
Django Bot
>> Links - wafer - GitHub - klen/mixer: Mixer -- Is a fixtures replacement. Supported Django,
8 € ∆ $ "|"
hey guys