git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added forms.py with forms for sandwich, artist and ingredient.
[~kgodey/maayanwich.git]
/
models.py
diff --git
a/models.py
b/models.py
index
4ed80d8
..
5d371e3
100644
(file)
--- a/
models.py
+++ b/
models.py
@@
-36,4
+36,3
@@
class Sandwich(models.Model):
def __unicode__(self):
return self.adjective
def __unicode__(self):
return self.adjective
-
\ No newline at end of file