Posts by Luis Felipe Kaufmann da silva • 71 points
2 posts
-
1
votes1
answer256
viewsA: Dynamic friendly URL . htaccess
[EDIT] Ignore the before and pass the after by parameter: RewriteRule ^(.*)/fale-conosco/(.*)?$ view/fale_conosco.php?parametro=$2 [NC,L]. I forgot to explain: the first (.*) get something before…
-
3
votes1
answer179
viewsA: Many-to-Many: Model and Django Template
I do not know if I understand correctly your problem, but using "Inlineformset" does not solve? https://docs.djangoproject.com/pt-br/1.10/topics/forms/modelforms/#inline-formsets In addition, it…