Sha256: 35b7ae6e6a2765022ecffe5a951c52b898736b9d362d2b910962b5641d910ef9

Contents?: true

Size: 633 Bytes

Versions: 44

Compression:

Stored size: 633 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>content</key>
	<string>class ${1:Modelname}(models.Model):
	"""${2:($1 description)}"""
	$0

	class Admin:
		list_display = ('',)
		search_fields = ('',)

	def __unicode__(self):
		return u"$1"
</string>
	<key>name</key>
	<string>Model Skeleton</string>
	<key>scope</key>
	<string>source.python.django</string>
	<key>tabTrigger</key>
	<string>model</string>
	<key>uuid</key>
	<string>311C17C5-A556-48D4-B91F-DD28BB0CF4E7</string>
</dict>
</plist>

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
redcar-bundles-0.3 Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-bundles-0.2-java Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-bundles-0.1-java Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-dev-0.12.1dev-java plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-dev-0.12.0dev-java plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.11 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.11.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.10 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.9.2 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.9.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.9.0 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.8.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.8 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.7 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.6.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.6 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.6.1dev plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.5.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.5 plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet
redcar-0.5.6dev plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet