samazaphikel
samazaphikel
> Probier mal: > `sudo add-apt-repository ppa:rock-core/qt4` > `sudo apt update` > > und danach nochmal die Installation starten > > (Quelle: http://ubuntuhandbook.org/index.php/2020/07/install-qt4-ubuntu-20-04/) QT4 wurde in de 20.04 komplett rausgeschmissen...
static-files setup is the same for dev and prod
You're right, I'm sorry. I guess I was a too fast. I have no errors in my logs. nothing in Django log or the browser console, and no error in...
Hi, I deleted tinymce4-lite complete and added new in my project. in my .html file I tried something like this ``` ``` but its not working. what do I have...
yes - Export Django settings module path: `export DJANGO_SETTINGS_MODULE=myproject.settings` - Export Prod. variables: `export $(cat lib/python3.6/site-packages/myproject/confs/.env-prod | xargs)` - Run DB migrations: `django-admin migrate --noinput` - Run static gathering: `django-admin...
ok, I start from the beginning. settings.py ```python INSTALLED_APPS = [ 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.humanize', 'widget_tweaks', 'social_django', 'app1', 'app2', 'storages', 'django.contrib.admin', 'tinymce', ] TINYMCE_DEFAULT_CONFIG = { 'selector': 'textarea',...
Hi, is this project in work? I have also the problem after upload the newest hexfile PAWN011B.HEX I get the Error and after reboot nothing changed. Hardware Version: 2.70 on...
You can add some print functions in the Code and Check on which Position there stop. And also check if the Numbers from the keypad corecct settetup