2021-03-20 16:22:25 +01:00
..
2020-11-17 19:58:32 +01:00
2021-03-20 16:22:25 +01:00
2020-11-17 19:58:32 +01:00
2020-11-17 19:58:32 +01:00
2020-11-17 19:58:32 +01:00
2020-11-17 19:58:32 +01:00
2021-03-12 15:23:01 +01:00
2020-11-17 19:58:32 +01:00
2021-03-20 16:22:25 +01:00

Wep Application Engineering & Content Management Django Backend

Tips

  • use Jetbrains Pycharm IDE
  • create and use a virtual environment

Setup

$ cd ./app_be

$ pip install -r requirements.txt

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser

$ python mangge.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/