1
0
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:
Drew Larson 2017-01-15 20:48:32 -06:00 committed by GitHub
commit 620d9c68f4
2 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -9,6 +9,7 @@
"license": "MIT",
"homepage": "",
"private": true,
"directory": "vendor",
"ignore": [
"**/.*",
"node_modules",