-
Start app with
python manage.py runserverby default it runs on port 8000, but you can also specify the port by adding the port number at the end of the command, as so (for example port 8080)
python manage.py runserver 8080 -
Make migrations with (APP_NAME = creditaidjango)
python manage.py makemigrations creditaidjango -
And migrate with
python manage.py migrate -
Prediction AI algorithm should go in oracle_Vx.py
dir :
"AI-DJANGO/creditaidjango/functions/oracle_Vx.py" -
build and run with docker compose
docker compose up --buildor if rebuilding is not required just
docker compose up -
image is in docke hub
docker pull theophiluslukas/django-ai:0.1
-
Notifications
You must be signed in to change notification settings - Fork 0
Theophilus-Lukas/django-ai-credit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published