(venv) PS D:\Users\mike\Documents\03_work\0_python\1_sandbox\Ollama_crap\llama32_vision> nanodjango run vision_app.py
No changes detected in app 'vision_app'
Operations to perform:
Apply all migrations: admin, auth, contenttypes, sessions, vision_app
Running migrations:
No migrations to apply.
No changes detected in app 'vision_app'
Operations to perform:
Apply all migrations: admin, auth, contenttypes, sessions, vision_app
Running migrations:
No migrations to apply.
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
Error: [Errno 11001] getaddrinfo failed
(venv) PS D:\Users\mike\Documents\03_work\0_python\1_sandbox\Ollama_crap\llama32_vision>
I am run Django, Flask, FastAPI and don't get any of this, I am using your sample script. I even remove the # Django Ninja API route.
On Windows, I am getting the following error.
Full error:
I am run Django, Flask, FastAPI and don't get any of this, I am using your sample script. I even remove the # Django Ninja API route.