mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
sync working
This commit is contained in:
@@ -15,3 +15,9 @@ def get_file_link(request, recipe_id):
|
||||
recipe.save()
|
||||
|
||||
return HttpResponse(recipe.link)
|
||||
|
||||
|
||||
@login_required
|
||||
def dropbox_sync(request):
|
||||
dropbox.sync_all()
|
||||
return HttpResponse("Import Successful")
|
||||
|
||||
Reference in New Issue
Block a user