Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 305 Bytes

vue.js alongside django

A simple crud app using Vue alongside Django Template.

todo app

get started

$ pipenv shell

$ python manage.py migrate

$ python manage.py loaddata fixtures/tasks.json

$ python manage.py runserver

now, visit: http://127.0.0.1:8000/