Compare commits
No commits in common. "a5ed3f267dc36427fb225dd4238e8a8f45c3a1bb" and "b0950e58ccfeeac6a714361f82b8c059dd512828" have entirely different histories.
a5ed3f267d
...
b0950e58cc
14
README.md
14
README.md
@ -9,12 +9,6 @@
|
||||
|
||||
### Entwicklungsumgebung aufbauen und starten
|
||||
|
||||
Ggf. vorher aufräumen
|
||||
|
||||
```
|
||||
rm data/ki.sqlite
|
||||
```
|
||||
|
||||
```
|
||||
cp env.dev .env
|
||||
pipenv install --dev
|
||||
@ -35,13 +29,6 @@ python -m unittest discover ki
|
||||
```
|
||||
|
||||
|
||||
### Linting
|
||||
|
||||
```
|
||||
flake8
|
||||
```
|
||||
|
||||
|
||||
### Testbenutzer
|
||||
|
||||
Für ein Login ohne LDAP werden die Benutzer aus der [`auth.yml`](./data/auth.yml) benutzt.
|
||||
@ -124,7 +111,6 @@ Für die Produktionsumgebung wird [waitress](https://docs.pylonsproject.org/proj
|
||||
|
||||
[`run_prod.py`](./run_prod.py) führt die DB Migrationen aus und startet den Server.
|
||||
|
||||
|
||||
## Quellen
|
||||
|
||||
* [`./data/iso_639_1.csv`](https://de.wikipedia.org/wiki/Liste_der_ISO-639-1-Codes)
|
||||
|
Loading…
Reference in New Issue
Block a user