강의

멘토링

로드맵

Inflearn Community Q&A

tube93's profile image
tube93

asked

Create web, telegram bot, REST API, mobile app with crawling

runscript 질문드립니다.

Written on

·

429

0

안녕하세요.

질문 하나 드려도 될까요 ?

manage.py 명령어 쓰는데

(python_stock) C:\source\python\Hot_deal_bot\web>python manage.py runscript crawler

Unknown command: 'runscript'

Type 'manage.py help' for usage.

해당 에러가 나와 문의드립니다.

pythonrest-apidjango웹-크롤링Flutter

Answer 3

1

jinsyu님의 프로필 이미지
jinsyu
Instructor

1. extensions 설치 확인하기

pip3 install django-extensions

2. settings.py > installed_apps 부분에 추가했는지 확인하기

'django_extensions'

제 생각에 위 과정이 생략되신 것 같습니다.

0

tube93님의 프로필 이미지
tube93
Questioner

감사합니다. django-extensions 설치하고 해결하였습니다.

0

tube93님의 프로필 이미지
tube93
Questioner

tube93's profile image
tube93

asked

Ask a question