Select Git revision
commit_commit1.expect
commit_commit1.expect 566 B
Add bootstrap file
Add more line after refresh
Some description text
On multiple lines
With blanks
diff --git books/models.py books/models.py
--- books/models.py
+++ books/models.py
@@ -1,5 +1,9 @@
from django.db import models
+import urllib2 as urllib
+from PIL import Image
+import io
+
import isbn_search
class User(models.Model):
diff --git bootstrap bootstrap
new file mode 100755
--- /dev/null
+++ bootstrap
@@ -0,0 +1,3 @@
+pip install --user python-amazon-simple-product-api django
+python manage.py migrate
+python manage.py makemigrations books