Skip to content

Commit 0a40f23

Browse files
committed
Added django cheat sheet.
1 parent 9cef06d commit 0a40f23

3 files changed

+2
-0
lines changed

cheat_sheets/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ You can download any individual cheat sheet, or download all the cheat sheets in
2828
- Focuses on creating visualizations with matplotlib. Making line graphs and scatter plots, customizing plots, making multiple plots, and working with time-based data.
2929
- [Beginner's Python Cheat Sheet - pygal](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_pygal.pdf)
3030
- Focuses on creating visualizations with Pygal. Making line graphs, scatter plots, and bar graphs, styling plots, making multiple plots, and working with global datasets.
31+
- [Beginner's Python Cheat Sheet - Django](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_django.pdf)
32+
- Focuses on creating web apps with Django. Installing Django and starting a project, working with models, building a home page, using templates, using data, and making user accounts.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)