mass refactor
This commit is contained in:
		
							parent
							
								
									c16b4caaa1
								
							
						
					
					
						commit
						ffafa87cb8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1,4 +1,5 @@ | |||
| from django.shortcuts import render | ||||
| from . import importer | ||||
| 
 | ||||
| @login_required | ||||
| def fitnotes_upload(request): | ||||
|  | @ -10,7 +11,7 @@ def fitnotes_upload(request): | |||
|                 for chunk in request.FILES['file'].chunks(): | ||||
|                     tmp.write(chunk) | ||||
|             try: | ||||
|                 importers.import_fitnotes_db(fname, request.user) | ||||
|                 importer.import_fitnotes_db(fname, request.user) | ||||
|             finally: | ||||
|                 os.remove(fname) | ||||
|     else: | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 James Turk
						James Turk