Url content

This commit is contained in:
Luciano Gervasoni
2025-03-07 00:34:46 +01:00
parent 4453a51d6d
commit 54ebd58070
66 changed files with 2072 additions and 21 deletions
+5 -2
View File
@@ -7,9 +7,12 @@ pip install ipykernel django requests ollama psycopg[binary] # openai
# Development
* web_app
* app_web
```
# 1) Change models.py
python manage.py inspectdb
# 2)
python manage.py makemigrations
# 3)
@@ -23,7 +26,7 @@ python manage.py migrate --fake-initial
python manage.py createsuperuser
```
* Image generation
* app_img_gen
```
docker build -t image_generation .
docker run --rm -it -p 12343:80 image_generation