Posts by OutputPunk • 56 points
2 posts
-
2
votes0
answers210
viewsQ: Error trying to compile python (kivy) in apk for android (using buildozer)
# Check configuration tokens # Ensure build layout # Check configuration tokens # Preparing build # Check requirements for android # Install platform # Apache ANT found at…
-
2
votes2
answers196
viewsA: How to display object name in Django template?
Make a def str(self): within the publisher model class then return the self.publisher the models will look something like this: class Editora(models.Model): nome_editora = models.CharField(…