add pip install command (#8)
This commit is contained in:
parent
cebe70d471
commit
b73889bd67
@ -10,7 +10,11 @@ Intended to be used in tests, never in production.
|
|||||||
|
|
||||||
## INSTALLATION
|
## INSTALLATION
|
||||||
|
|
||||||
In your project's `settings.py` file, add `'dbfilestorage'` to your `INSTALLED_APPS`:
|
```
|
||||||
|
pip install django-dbfilestorage
|
||||||
|
```
|
||||||
|
|
||||||
|
Then in your project's `settings.py` file, add `'dbfilestorage'` to your `INSTALLED_APPS`:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
|
Loading…
Reference in New Issue
Block a user