Marco Zeisler 3bd1bfd5e7 build backend in CI
use this build package in docker-compose;

(cherry picked from commit 1d1dd227fae29afe6b3843a24dcbb1aa3c602762)
2021-05-12 00:27:21 +02:00
..
2021-05-04 22:52:44 +02:00
2021-05-04 20:41:20 +02:00
2020-11-17 19:58:32 +01:00
2021-05-12 00:27:04 +02:00
2021-05-12 00:27:21 +02:00
2020-11-17 19:58:32 +01:00
2021-04-30 16:04:04 +02:00
2020-11-17 19:58:32 +01:00
2021-05-12 00:27:21 +02:00

Wep Application Engineering & Content Management Django Backend

Tips

  • Use Jetbrains Pycharm IDE
  • Create and use a virtual environment with
$ python -m venv venv
$ source venv/bin/activate

Setup

$ cd ./app_be

$ pip install -r requirements.txt

$ python manage.py makemigrations app_be
$ python manage.py migrate
$ (optional) python manage.py createsuperuser

$ python manage.py runserver

ERROR handling

Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"
Install missing deps https://visualstudio.microsoft.com/visual-cpp-build-tools/