CRUD-APP-vuejs-django 此仓库包含上的教程中使用的代码 入门 $ git clone https://github.com/ShubhamBansal1997/crud-app-vuejs-django.git $ cd crud-app-vuejs-django/ $ virtualenv --python= ` which python3 ` venv $ source venv/bin/activate $ pip install -r requirements.txt $ cd myproject $ python manage.py migrate $ pyth