Skip to content

Commit 06d530a

Browse files
committed
Fixed README
1 parent 06f0ef4 commit 06d530a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
4242
<br>
4343
Assuming `assets/` is in `settings.STATICFILES_DIRS` like
4444

45-
STATIC_ASSETS = os.path.join(BASE_DIR, 'assets')
4645
```python
4746
STATICFILES_DIRS = (
48-
STATIC_ASSETS,
47+
os.path.join(BASE_DIR, 'assets'),
4948
)
5049
```
5150

0 commit comments

Comments
 (0)