Merge pull request #96 from cthulahoops/goodreads_import
Goodreads import
This commit is contained in:
commit
072e8fe02a
13 changed files with 181 additions and 4 deletions
|
@ -108,6 +108,14 @@ def books_page(request):
|
|||
}
|
||||
return TemplateResponse(request, 'books.html', data)
|
||||
|
||||
@login_required
|
||||
def import_page(request):
|
||||
''' import history from goodreads '''
|
||||
return TemplateResponse(request, 'import.html', {
|
||||
'import_form': forms.ImportForm(),
|
||||
})
|
||||
|
||||
|
||||
|
||||
def login_page(request):
|
||||
''' authentication '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue