Skip to content
Snippets Groups Projects
Select Git revision
  • 44ea0accac832650f7b38ff4c0f67cd401f0fc61
  • master default protected
  • amend_commit
  • next
  • dev/nomodifiable
  • dev/discard_vselect
  • dev/catch_shell_error
  • dev/mapping_2
  • dev/close
  • dev/issue_123
  • dev/issue_71
  • dev/mapping
  • dev/remove_end_commit
  • dev/stash
  • dev/test_commit
  • dev/save_commmit_msg
  • dev/push
  • dev/git_diff
  • dev/undo
  • gh-pages
  • dev/display
  • 1.8.0
  • 1.7.3
  • 1.7.2
  • 1.7.1
  • 1.7.0
  • 1.6.0
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.2
  • 1.4.1
  • 1.4
  • 1.3
  • 1.2
  • 1.0
  • 1.1
37 results

commit_commit1.expect

Blame
  • user avatar
    Jerome Reybert authored
    44ea0acc
    History
    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