mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	don't use STATICFILES_DIRS
This commit is contained in:
		@@ -177,9 +177,9 @@ FIXTURE_DIRS = [os.path.join(BASE_DIR, "note_kfet/fixtures")]
 | 
			
		||||
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
 | 
			
		||||
# Example: "/var/www/example.com/static/"
 | 
			
		||||
STATIC_ROOT = os.path.join(BASE_DIR,"static/") 
 | 
			
		||||
STATICFILES_DIRS = [
 | 
			
		||||
    os.path.join(BASE_DIR, 'static')]
 | 
			
		||||
 | 
			
		||||
# STATICFILES_DIRS = [
 | 
			
		||||
#    os.path.join(BASE_DIR, 'static')]
 | 
			
		||||
STATICFILES_DIRS = []
 | 
			
		||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
 | 
			
		||||
DJANGO_TABLES2_TEMPLATE = 'django_tables2/bootstrap4.html'
 | 
			
		||||
# URL prefix for static files.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user