Posts by Alberis Ricardo • 1 point
2 posts
-
0
votes0
answers401
viewsQ: Error trying any command with apt. E: Malformed entry 1 in list file..."
When trying to use any command with apt, for example: "sudo apt-get update", I am getting the following error: E: Malformed entry 1 in list file /etc/apt/sources.list.d/mongodb-org-4.0.list…
-
0
votes1
answer361
viewsQ: Error trying to initialize a cloned Django project from github (Modulenotfounderror: No module named 'django_filters')
I am trying to run on my pc a Django project that I cloned from github, but if I try to run the command 'python Manage.py' returns me the following error: File "Manage.py", line 16 ) from exc…