Posts by Marcos Viana • 23 points
2 posts
-
0
votes2
answers236
viewsA: Relationship with Admin Django
Each Django application has a file admipy. you can register your templates on the Django administration page. If you want to list items, you would: from .models import Item class…
-
2
votes1
answer559
viewsQ: Error installing Python applications on Ubuntu 17.04
I want to put Jango, I’ve done all the process and everything, but when I do Pip install Django or other things related to python, always give this error. marcos@MarcosViana:~$ sudo apt-get -f…