Editing README file

This commit is contained in:
Vinicius Silva 2023-05-17 00:04:15 -03:00
parent 87443c7bb4
commit 994217f14a
2 changed files with 29 additions and 1 deletions

View File

@ -24,6 +24,13 @@ essentials packages and compiers from languanges choice by user:
![](./img/img_v.png)
# Required packages
* curl 7.81.0 or higher
* tar 1.34 or higher
* python3 or higher
* pip3 or higher
# Run Danix
```shell
@ -41,3 +48,24 @@ $ danix -h
```
![](./img/img_vi.png)
# Common erros
![](./img/img_vii.png)
To fix this erro open file *registry.py* located in /usr/local/lib/python3.10/dist-packages/django/apps/
Search for
```python
raise RuntimeError("populate() isn't reentrant")"
```
line. And replace for following code:
```python
self.app_configs = {}
```
Save file and try again

BIN
img/img_vii.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB