git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed "Artist" model and all references to it - unnecessary!
[~kgodey/maayanwich.git]
/
urls.py
1
from django.conf.urls.defaults import *
2
import views
3
from django.shortcuts import render_to_response
4
5
urlpatterns = patterns('',
6
(r'^addsandwich/$', views.add_sandwich),
7
(r'^addingredient/$', views.add_ingredient),
8
)