Save Data into SQL Lite Default Database Django Framework Python
steps:
1) create project Employee
2) create app myapp
3) create template folder ---index.html
write HTML code.
4) write the code for Models and views
5) urls mapping
6) admin register
7) makemigrations and createsuperuser