Url content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user