Posts by Bruno Derisso Salvini • 63 points
3 posts
-
2
votes2
answers931
viewsQ: Redirect file to URL via . htaccess
I am using UOL Host for my website and am having problems redirecting the homepage to a subdomain I created. Researching how to do this, I found that the way to do this would be: Redirect 301…
-
4
votes2
answers577
viewsQ: Instance in Django model with problem
I’m working on a multi-app project. The department app model is as follows:: from emails.models import GerenciarEmails class Departamento(models.Model): #modelo de grupos de disciplinas class Meta:…
-
0
votes1
answer108
viewsQ: Using python and Django, querys problem
I’m using Python with the Django framework. This method must return a resulting query, to send e-mail to the corresponding emails from the database. However, the method works for some cases and for…