Further work on multi-file-upload
This commit is contained in:
@ -34,13 +34,13 @@ $ export DJANGO_SETTINGS_MODULE=ojusomap.settings
|
||||
## Install the Python Dependencies
|
||||
|
||||
```bash
|
||||
$ pip3 install -r requirements.txt
|
||||
$ pip3 install -r requirements-devel.txt
|
||||
```
|
||||
|
||||
If you run into issues with `psycopg2` you may need to run the following:
|
||||
|
||||
```bash
|
||||
$ pip uninstall psycopg2 && pip install --no-binary :all: psycopg2
|
||||
$ pip3 uninstall psycopg2 && pip3 install --no-binary :all: psycopg2
|
||||
```
|
||||
|
||||
## Run The Migrations
|
||||
|
||||
Reference in New Issue
Block a user