Removed "Artist" model and all references to it - unnecessary!
[~kgodey/maayanwich.git] / views.py
index 49f1c68..bfe67a5 100644 (file)
--- a/views.py
+++ b/views.py
@@ -1,9 +1,9 @@
 from django.http import HttpResponse
-from forms import SandwichForm, IngredientForm, ArtistForm
+from forms import SandwichForm, IngredientForm
 from django.shortcuts import render_to_response
 from django.core.files.uploadedfile import SimpleUploadedFile
 from django.template.defaultfilters import slugify
-from models import Sandwich, Artist, Ingredient
+from models import Sandwich, Ingredient
 import datetime