mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Merge pull request #16 from BridgeCityBicycleCoop/development
One day this will work!
This commit is contained in:
commit
620d9c68f4
@ -123,10 +123,10 @@ STATICFILES_FINDERS = (
|
|||||||
'compressor.finders.CompressorFinder',
|
'compressor.finders.CompressorFinder',
|
||||||
)
|
)
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
('vendor', os.path.join(BASE_DIR, 'vendor')),
|
('vendor', os.path.join(BASE_DIR, '../vendor')),
|
||||||
os.path.join(BASE_DIR, 'assets')
|
os.path.join(BASE_DIR, '../assets')
|
||||||
]
|
]
|
||||||
STATIC_ROOT = 'STATIC'
|
STATIC_ROOT = 'static'
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
AUTH_USER_MODEL = 'registration.CustomUser'
|
AUTH_USER_MODEL = 'registration.CustomUser'
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"directory": "vendor",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user