Posts by Alex Afonso dos Santos • 43 points
3 posts
-
2
votes1
answer227
viewsA: The file is locked - Excel and VBA
Excel is not a software made to be used as a database. It has several problems with sharing, cannot be accessed by two clients at the same time, can generate numerous conflicts when saving the…
-
0
votes2
answers206
viewsA: Image displayed on one machine, and another not on Django
I don’t know if it was a simple typo when you entered your code in the question, but there’s an "h" missing from the image tag: <img src="{% static 'img/brasao.jpg' %}" widt="100"…
-
2
votes1
answer737
viewsQ: Django: How to set MEDIA_URL, MEDIA_ROOT and upload_to correctly?
I’m having a hard time with my Django project. I have a template to upload the images, where I have a field to add a description for each one, and another to search all the images with this…