diff apps/snippet/models.py @ 2:3cef0d445036

Start actual app structure
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Fri, 25 Jun 2010 10:03:51 -0500
parents
children 9a4429652662
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/apps/snippet/models.py	Fri Jun 25 10:03:51 2010 -0500
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.