Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/media/images/파일 사라지고 db에만 데이터 있을 경우 해결 방법 #56

Open
gkgkgkgkgk73 opened this issue Nov 24, 2022 · 0 comments
Labels

Comments

@gkgkgkgkgk73
Copy link
Contributor

python manage.py shell 실행 후
from ooo.models import Outfit, SampleCloth
outfits = Outfit,objects.all()
outfits.delete()
sampleClothes = SampleCloth.objects.all()
sampleClothes.delete()

이후 python parse.py 실행하면 됨!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants