mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-01-01 15:39:20 +00:00
Updated README.md
This commit is contained in:
parent
6fcea2ba8a
commit
c6d348c4f3
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
|
||||
|
||||
# Requirements
|
||||
You need to have Python 3 and Poetry installed. To install Poetry, follow the instructions [here](https://python-poetry.org/docs/#installation).
|
||||
You need to have Python version >=3.9 and Poetry installed. To install Poetry, follow the official instructions [here](https://python-poetry.org/docs/#installation).
|
||||
|
||||
# Start server
|
||||
Every following instructions has to be followed every time before starting the server if not mentioned otherwise.
|
||||
|
@ -49,8 +49,6 @@ This URL leads to the home page where you can login with this testing admin acco
|
|||
- email: admin@protonmail.com
|
||||
- password: admin
|
||||
|
||||
~# Pay attention to:~
|
||||
|
||||
# To-Do:
|
||||
- Rest of admin model views
|
||||
- Validators
|
||||
|
@ -66,3 +64,5 @@ This URL leads to the home page where you can login with this testing admin acco
|
|||
- Documentation with Sphinx
|
||||
- Production server configuration
|
||||
- Backups
|
||||
- Licence (GNU AGPLv3?)
|
||||
- Privacy policy
|
||||
|
|
Loading…
Reference in a new issue