Refactoring to avoid collisions.
All checks were successful
pda-new unit tests / Run-unit-tests (push) Successful in 1m10s
All checks were successful
pda-new unit tests / Run-unit-tests (push) Successful in 1m10s
This commit is contained in:
11
README.md
11
README.md
@@ -21,12 +21,17 @@ pip3 install --upgrade pip
|
||||
pip3 install -f src/requirements.txt
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Run it manually via:
|
||||
Test if your installation works:
|
||||
```
|
||||
python3 src/manage.py test
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Run it manually via:
|
||||
```
|
||||
python3 src/manage.py runserver
|
||||
```
|
||||
|
||||
For production environments, gunicorn or a similar UWSGI implementation, preferably using a webserver as a proxy is recommended.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user