A collection of useful snippets for Django framework.
- Model
- ModelAdmin
- CharField
- ForeignKeyField
- Blank and Null Model Field Properties
- save() method, for overriding them
- View
- ListView
- DetailView
get_context_data()
__init__()
- pdb
- ipdb
- traceback
I only added snippets that are most common and typing them every time is a pain. If you want to add more snippets, pull requests are welcome. I'll add more of them as I work on this.
Added basic snippets.