Added Flake8 lib and fixed PEP8 violations
This commit is contained in:
		
					parent
					
						
							
								0cbd3aa666
							
						
					
				
			
			
				commit
				
					
						edcfd3e9f4
					
				
			
		
					 65 changed files with 340 additions and 387 deletions
				
			
		|  | @ -720,7 +720,9 @@ class ContactView(FormView): | |||
|         messages.add_message(self.request, messages.SUCCESS, self.success_message) | ||||
|         return super(ContactView, self).form_valid(form) | ||||
| 
 | ||||
| ############## OLD VIEWS  | ||||
| 
 | ||||
| # OLD VIEWS | ||||
| 
 | ||||
| 
 | ||||
| def blog(request): | ||||
|     tags = ["digitalglarus"] | ||||
|  | @ -751,6 +753,3 @@ def supporters(request): | |||
|         'supporters': Supporter.objects.order_by('name') | ||||
|     } | ||||
|     return render(request, 'supporters.html', context) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue