[IT]/Django
Django.DB초기화
givemebro
2020. 8. 21. 18:21
반응형
# in terminal
$ python manage.py migrate polls 0001
# <<polls 0001>>

반응형