mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
* fix cli on 22.04 (#5204) (cherry picked from commit d4fad4f5c8028cf7eaf49c61416e0b68be6947b4) * Update weasyprint docs link * Another link fix --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
parent
aacf35ed47
commit
f526dcdeec
2
Procfile
2
Procfile
@ -1,3 +1,3 @@
|
|||||||
web: env/bin/gunicorn --chdir $APP_HOME/InvenTree -c InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT
|
web: env/bin/gunicorn --chdir $APP_HOME/InvenTree -c InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT
|
||||||
worker: env/bin/python InvenTree/manage.py qcluster
|
worker: env/bin/python InvenTree/manage.py qcluster
|
||||||
cli: . env/bin/activate && exec env/bin/python -m invoke
|
cli: echo "" && . env/bin/activate && exec env/bin/python -m invoke
|
||||||
|
@ -17,7 +17,7 @@ In addition to providing the ability for end-users to provide their own reportin
|
|||||||
InvenTree report templates utilize the powerful [WeasyPrint](https://weasyprint.org/) PDF generation engine.
|
InvenTree report templates utilize the powerful [WeasyPrint](https://weasyprint.org/) PDF generation engine.
|
||||||
|
|
||||||
!!! info "WeasyPrint"
|
!!! info "WeasyPrint"
|
||||||
WeasyPrint is an extremely powerful and flexible reporting library. Refer to the [WeasyPrint docs](https://weasyprint.readthedocs.io/en/stable/) for further information.
|
WeasyPrint is an extremely powerful and flexible reporting library. Refer to the [WeasyPrint docs](https://doc.courtbouillon.org/weasyprint/stable/) for further information.
|
||||||
|
|
||||||
### Stylesheets
|
### Stylesheets
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ sudo apt-get install \
|
|||||||
```
|
```
|
||||||
|
|
||||||
!!! warning "Weasyprint"
|
!!! warning "Weasyprint"
|
||||||
On some systems, the dependencies for the `weasyprint` package might not be installed. Consider running through the [weasyprint installation steps](https://weasyprint.readthedocs.io/en/stable/install.html) before moving forward.
|
On some systems, the dependencies for the `weasyprint` package might not be installed. Consider running through the [weasyprint installation steps](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#installation) before moving forward.
|
||||||
|
|
||||||
|
|
||||||
### Create InvenTree User
|
### Create InvenTree User
|
||||||
|
Loading…
x
Reference in New Issue
Block a user