Tobias Eidelpes f9a4331cb1 Add default icon to feeds
Every feed has an icon. If not set by the user, the database
automatically sets the default icon to media/default-icon-svg.
2021-05-03 17:19:50 +02:00
..
2021-05-03 17:19:50 +02:00
2020-11-17 19:58:32 +01:00
2021-05-03 17:19:50 +02:00
2020-11-17 19:58:32 +01: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

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/