P5-4896 remove esales
This commit is contained in:
@@ -34,8 +34,6 @@ List of available configuration options:
|
||||
| `SQLALCHEMY_DATABASE_URI` | Database connection string. e.g: `postgresql://user:password@localhost/photowall` |
|
||||
| `DEBUG` | Enable/disable debug mode |
|
||||
| `API_KEYS` | A list of api keys that are used to authenticate to the API. If this list is empty authentication will be disabled. |
|
||||
| `ESALES_URL` | URL to the eSales server. If its a cloud cluster it has the format `username:password` |
|
||||
| `ESALES_IMPORT_DIR` | XML-files that should be imported to eSales are temporarily stored in this directory. e.g: `/tmp/esales`
|
||||
| `BERNARD_QUEUE_URL` | URL to Bernard queue (used for running Photowall background tasks)
|
||||
|
||||
## Getting started
|
||||
@@ -44,10 +42,6 @@ Starting the application:
|
||||
|
||||
`$ python manage.py runserver`
|
||||
|
||||
Running the eSales import
|
||||
|
||||
`$ python manage.py run_esales_import`
|
||||
|
||||
## Testing
|
||||
|
||||
To run unit tests:
|
||||
|
||||
Reference in New Issue
Block a user