We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f158f commit dc3acd2Copy full SHA for dc3acd2
{{cookiecutter.project_slug}}/.env.example
@@ -2,5 +2,5 @@ SECRET_KEY=secret
2
DEBUG=True
3
MODEL_PATH={{cookiecutter.machine_learn_model_path}}
4
MODEL_NAME={{cookiecutter.machine_learn_model_name}}
5
-MEMOIZATION_FLAG=False
+MEMOIZATION_FLAG=True
6
DATABASE_URL=postgresql://postgres:postgres@db:5432/app
0 commit comments