Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 353 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 353 Bytes

Purpose

This is a dummy project only, used for refreshing my knowledge.

See blog post to get some idea https://dev.to/ajeebkp23/a-simple-crud-in-django-vue-4096

How to serve index.html

python3 -m http.server

How to run django project

Open django-vue-project folder in terminal

pip install -r requirements.txt

python manage.py runserver