statics
This commit is contained in:
parent
5768719569
commit
5e5d1015b6
1376
package-lock.json
generated
Normal file
1376
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.1"
|
||||
}
|
||||
}
|
|
@ -121,8 +121,12 @@ USE_TZ = True
|
|||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/3.1/howto/static-files/
|
||||
|
||||
STATIC_URL = 'static/'
|
||||
STATIC_ROOT = 'staticfiles'
|
||||
STATIC_URL = 'https://static.tldtest.net/'
|
||||
STATIC_ROOT = BASE_DIR / "staticfiles"
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / "static",
|
||||
]
|
||||
|
||||
COMPRESS_ROOT = BASE_DIR / 'static'
|
||||
|
||||
|
|
Loading…
Reference in a new issue