Add static files dir
This commit is contained in:
parent
b20b657544
commit
389f2bc6d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
|
clubhaus/static/**/*
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/jetbrains
|
# Created by https://www.toptal.com/developers/gitignore/api/jetbrains
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=jetbrains
|
# Edit at https://www.toptal.com/developers/gitignore?templates=jetbrains
|
||||||
|
6
clubhaus/.idea/vcs.xml
Normal file
6
clubhaus/.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -112,6 +112,7 @@ USE_TZ = True
|
|||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
||||||
|
|
||||||
|
STATIC_ROOT = BASE_DIR / "static/"
|
||||||
STATIC_URL = 'static/'
|
STATIC_URL = 'static/'
|
||||||
STATICFILES_FINDERS = [
|
STATICFILES_FINDERS = [
|
||||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||||
|
Loading…
Reference in New Issue
Block a user