Posts by Walkyr Rosa • 35 points
3 posts
-
1
votes2
answers712
viewsQ: Rename application in Django Admin
Good evening guys, I’m trying to rename the application in Django admin according to the documentation, but it ended up not happening, I think I’m doing something wrong, the code is as follows:…
-
2
votes1
answer781
viewsQ: Upload and view PDF’s Django admin
I wanted to ask a question, I am trying to upload a PDF file, on Jango, and I wanted to know if you like I view this pdf, I have the following code: py.models class Edital(models.Model): # ... class…
-
0
votes1
answer503
viewsQ: Import attributes from models classes from another app
Good afternoon guys, I’m good a doubt! I am using 2 Apps in Django admin App1 = Registrations App2 = Controlling Fellows I imported into "Stock Changers" (App2) the app1 model, the "Person" class in…