There was an error while loading. Please reload this page.
1 parent 06f0ef4 commit 06d530aCopy full SHA for 06d530a
README.md
@@ -42,10 +42,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
42
<br>
43
Assuming `assets/` is in `settings.STATICFILES_DIRS` like
44
45
-STATIC_ASSETS = os.path.join(BASE_DIR, 'assets')
46
```python
47
STATICFILES_DIRS = (
48
- STATIC_ASSETS,
+ os.path.join(BASE_DIR, 'assets'),
49
)
50
```
51
0 commit comments