Save Data into SQL Lite Default Database Django Framework Python

Опубликовано: 06 Октябрь 2024
на канале: Python Developer - 0.1
207
6

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