diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 20:31:42 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 20:31:42 +0200 |
| commit | 8b112c71e15e6de0739e19ba6e11da43d751c5f8 (patch) | |
| tree | 494b62579c1923315b52bcfeef681c9a19801f77 /fb/models.py | |
| parent | 546bf6061665ccc4cf5cccf047f173cd3e960e20 (diff) | |
added fb app
Diffstat (limited to 'fb/models.py')
| -rw-r--r-- | fb/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fb/models.py b/fb/models.py new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/fb/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. |
