Python Django Complete Cheatsheet Tutorial | All the Basic Example of Django
Python Django Complete Cheatsheet Tutorial | All the Basic Example of Django
Tutorial Cover:
1. Create Django Project
2. Setting Up Configuration in PyCharm for Django Project
3. Run Project
4. Create App in Django Project
4. Create Simple Url Path Which Return Some Response
5. Return Template Page When Calling URL
6. Create Base Child Template
7. Include Page in Template
8. Create Model in Django
9. Run Migration Command in Django
10. Create Form in Django
11. Save Data from Form to Model (C – CREATE )
12. Redirect User With Message
13. Pass Data from View to Template (R - READ )
14. Update Data from of Model (U - UPDATE)
15. Delete Data from Model ( D – DELETE )
16. Count Model Data
17. Create Super User
18. Show Admin Panel
19. Register Model in Admin
20. Create Custom Login Page
21. Create Logout Url Path
Tutorial Link : https://youtu.be/gOeeFBMXvvc
Join Our Telegram Channel to Stay Updated : https://t.me/supercoders
Source Code : https://github.com/hackstarsj/DjangoCheatSheet
No comments:
Post a Comment