Fix syntax typo
This commit is contained in:
		
							parent
							
								
									c891d1b194
								
							
						
					
					
						commit
						1af3db27b8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -154,8 +154,8 @@ CKEDITOR_CONFIGS = { | |||
| try: | ||||
|     with open(os.path.join(os.path.dirname(__file__), '..', 'django.secret')) as f: | ||||
|         SECRET_KEY = f.readline().strip() | ||||
|     except: | ||||
|         SECRET_KEY = ')^u=i65*zmr_k53a*@f4q_+ji^o@!pgpef*5&8c7zzdqwkdlkj' | ||||
| except: | ||||
|     SECRET_KEY = ')^u=i65*zmr_k53a*@f4q_+ji^o@!pgpef*5&8c7zzdqwkdlkj' | ||||
| 
 | ||||
| # MaM specific | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Tomas Gavenciak
						Tomas Gavenciak