Showing all posts tagged "Manage"
[Django]Custom Command Line
Edit
[Django]Custom Command Line
Django를 다루면 가장 익숙한 파일이 manage.py 일 것이다. manage.py에는 runserver, makemigrations, migrate 등 다양한 명령어들이 있는데 이러한 Command를 자신 입맛에 맞춰 만들 수 있다.
Custom Command Line을 만들기 위해서는 다...
Posted on January 2nd, 2017