Posts by Acelino Fernandes • 21 points
2 posts
-
1
votes2
answers169
viewsQ: Login redirect Django does not work
I am trying to make a redirect of users based on functions, example: an admin after the login is sent to the admin, the attendant or common employee, be sent to a home, but the code placed does not…
-
1
votes1
answer294
viewsQ: Generate PDF in Django admin
How do I get a PDF in the Django admin? I already have the views, I can generate in the frontend with HTML all right, but how do I put a button in the admin to generate or redirect to the pdf link?…