Posts by Rukado • 105 points
5 posts
-
0
votes1
answer380
viewsA: How to paste text in the same Excel column?
The special gluing option might suit the procedure...…
-
1
votes1
answer91
viewsQ: Python / Django: sending emails resulting in 535 (gmail working)
I have a contact form where I send the message to the system administrator informing him about it. Email configuration information is fully verified and correct. EMAIL_HOST='mail.xxx.net'…
-
5
votes1
answer190
viewsQ: What is wrong with this procedure when saving a form?
I have a registration form and I’m trying to save information on it. When trying to register, it returns a form error saying the email already exists (even if registering different types of email).…
-
2
votes1
answer228
viewsQ: How to allocate a Python (Django) project to a ready and configured server? (Apache, Mysql, Python, Django OK)
I have a server ready and fully configured. Python, Django, Apache, Mysql, all OK. I’d like to replicate an existing project on this server for testing. The files and database are already…
-
2
votes0
answers208
viewsQ: How to edit files and compile them in Python + Django
I edited a file. py, I compiled it but it says I don’t have permission. [Errorno 13] Permission denied: 'models.pyc'