You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
adressen | 2 years ago | |
django_start | 2 years ago | |
static/adressen | 2 years ago | |
templates | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
db.sqlite3 | 2 years ago | |
docker-compose.yml | 2 years ago | |
manage.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
Adressenverwaltung
basierend auf https://www.djangoblog.ch/de/
Docker
LaTeX
Leider läuft es im Docker-Container nicht mit LuaLaTeX. Daher habe ich die Einstellung auf pdflatex umgestellt in der Datei:
/usr/local/lib/python3.6/site-packages/django-tex/core.py
Errorlog im Container
tail -f /tmp/mod_wsgi-localhost:8000:0/error_log
requirements.txt
django_tex
reportlab
django-wkhtmltopdf # nicht verwendet
WeasyPrint
sudo apt install texlive-latex-base
sudo apt install texlive-latex-recommended
sudo apt install texlive-latex-extra
sudo apt install texlive-luatex
sudo apt install texlive-lang-german
git-Initialisierung
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://gitea.hpadm.de/whupfeld/django-address.git
git push -u origin master