2021-03-12 15:23:01 +01:00

21 lines
554 B
Markdown

# 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
<em>Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"</em>
<br>Install missing deps https://visualstudio.microsoft.com/visual-cpp-build-tools/