diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 2591dab..0f0588b 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,3 +1,3 @@ -To customize the FastAPI app, you have to put your code in `__DATA_DIR__` +To customize the FastAPI app, you have to put your code in `__DATA_DIR__`/FastAPIAppFolder/ -Your code must have a __init__.py file and the FastAPI object must be named 'app' +Your code must have a '__init__'.py file and the FastAPI object must be named 'app' diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 5bb7bba..2faa532 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,3 +1,3 @@ -Pour personnaliser l'application FastAPI, il faut mettre votre code dans `__DATA_DIR__` +Pour personnaliser l'application FastAPI, il faut mettre votre code dans `__DATA_DIR__`/FastAPIAppFolder/ Votre code doit contenir un fichier __init__.py et l'objet FastAPI doit s'appeler 'app' \ No newline at end of file diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index c7cf9f8..5122574 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,4 +1,4 @@ Congrats, the application is installed. -You can now put your FastAPI application's code in the folder `__DATA_DIR__` +You can now put your FastAPI application's code in the folder `__DATA_DIR__`/FastAPIAppFolder/ Your application must contain a __init__.py file and the FastAPI object must be named 'app' \ No newline at end of file