mirror of
				https://github.com/fspc/workstand.git
				synced 2025-10-31 00:15:35 -04:00 
			
		
		
		
	Merge pull request #13 from BridgeCityBicycleCoop/development
Remote STATIC_ROOT
This commit is contained in:
		
						commit
						52cab7545c
					
				| @ -123,10 +123,10 @@ STATICFILES_FINDERS = ( | ||||
|     'compressor.finders.CompressorFinder', | ||||
| ) | ||||
| STATICFILES_DIRS = [ | ||||
|     ('vendor', os.path.join(BASE_DIR, '../vendor')), | ||||
|     os.path.join(BASE_DIR, '../assets') | ||||
|     ('vendor', os.path.join(BASE_DIR, 'vendor')), | ||||
|     os.path.join(BASE_DIR, 'assets') | ||||
| ] | ||||
| STATIC_ROOT = 'static' | ||||
| 
 | ||||
| STATIC_URL = '/static/' | ||||
| 
 | ||||
| AUTH_USER_MODEL = 'registration.CustomUser' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user