Merge remote-tracking branch 'origin/master'

This commit is contained in:
Marco Zeisler 2021-03-24 17:55:36 +01:00
commit aa42b8544f
2 changed files with 18 additions and 13 deletions

View File

@ -1,10 +1,15 @@
# Wep Application Engineering & Content Management Django Backend
## Tips
* use Jetbrains Pycharm IDE
* create and use a virtual environment
* Use Jetbrains Pycharm IDE
* Create and use a virtual environment with
```bash
$ python -m venv venv
$ source venv/bin/activate
```
## Setup
```bash
$ cd ./app_be
$ pip install -r requirements.txt
@ -13,7 +18,8 @@
$ python manage.py migrate
$ python manage.py createsuperuser
$ python mangge.py runserver
$ python manage.py runserver
```
## ERROR handling
<em>Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"</em>

View File

@ -72,7 +72,6 @@
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
@ -129,12 +128,12 @@
"kebab-case"
],
"no-output-on-prefix": true,
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
"no-inputs-metadata-property": true,
"no-outputs-metadata-property": true,
"no-host-metadata-property": true,
"no-input-rename": true,
"no-output-rename": true,
"use-life-cycle-interface": true,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true