@@ -138,6 +138,21 @@ Snippets for Django form fields
  furl           ``forms.URLField()``
 =============== ======================================================
 
+Snippets for Django Views
+--------------------------------
+=================== ======================================================
+ Abbreviation                        Tag
+=================== ======================================================
+ view               ``Function Based View``
+ createview         ``Generic Create View``
+ deleteview         ``Generic Delete View``
+ detailview         ``Generic Detail View``
+ listview           ``Generic List View``
+ templateview       ``Generic Template View``
+ dispatch           ``dispatch method for CBVs``
+ get_context_data   ``get_context_data method for CBVs``
+=================== ======================================================
+
 Completions
 ------------
 
@@ -179,4 +194,4 @@ Completions
 - render
 - redirect
 - get_object_or_404
-- get_list_or_404
\ No newline at end of file
+- get_list_or_404