Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

python - What does "django.db.utils.ProgrammingError: relation "silk_request" does not exist LINE 1: INSERT INTO "silk_reque mean?

So, here is what I have done. I have cloned this repo https://github.com/hitul007/complianceok followed by git stash then git checkout due_date and git pull origin due_date

when i tried to run the server, it throws an error which i couldnt understand. Not only that, I could not even locate the file where this actual problem is?

What is this silk thing?

Can someone please explain what is the actual issue and how do I solve it? I am using python 3.8 and django 3.1.2enter image description here

Thank you very much


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The link that you have provided doesn't work (404 error).

This "silk" error probably generated by django-silk package. Guess that if this name doesn't anything to you, the easiest solution for you would be removing it from dependencies (Pipfile or requirements.txt).

P.S. django-silk package is a profiling tool for django.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...