Posts by danilomarto • 59 points
3 posts
-
0
votes0
answers20
viewsQ: How do I generate and consume fakers data in my Django app
I wonder if there’s any way to generate a mass of false data based on my model. I don’t want to have to keep registering one by one to have a reasonable amount of data to work with. For example,…
djangoasked danilomarto 59 -
3
votes1
answer32
viewsQ: Problem extending the Django.db.models.Manege class
I extended the class django.db.models.Manager to pick up the records that are públicos and by doing so I can no longer list all the calling records Product.objects.all() Even in my administration…
djangoasked danilomarto 59 -
1
votes1
answer53
viewsQ: How to replace the awesome font icon with Javascript
Why the icon menu class does not change from fa-caret-right for fa-caret-down when I move the mouse over my button? HTML: <!DOCTYPE html> <html lang="pt-br"> <head> <meta…