mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 01:13:22 -05:00
One day this will work!
This commit is contained in:
parent
d6b164dd70
commit
3f31874d0c
@ -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_ROOT = 'static'
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
AUTH_USER_MODEL = 'registration.CustomUser'
|
||||
|
@ -9,6 +9,7 @@
|
||||
"license": "MIT",
|
||||
"homepage": "",
|
||||
"private": true,
|
||||
"directory": "vendor",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
|
Loading…
x
Reference in New Issue
Block a user