We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all here are the parameters of my virtual machines : Linux vm01 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
Following the installation of the APP by following the README, several improvements may be possible:
in the requirements.txt file : - pkg_resources==0.0.0
- pkg_resources==0.0.0
I think it should be replaced by pkg-resources==0.0.0 ?
It seems to have a bug with Ubuntu and Debian systems to install this package :
Is this important ?
in the .env file :
SECRET_KEY=somesecret1234 FLASK_ENV=development CENTER=43.623454433187,7.0469377950208605 COUNTRY=FR INIT_ZOOM=14 CACHE_DEFAULT_TIMEOUT= STATIC_CACHE_TIMOUT=
Small improvement nothing serious add the "E" to TIMEOUT in STATIC_CACHE_TIMOUT
is the secret key necessary, should we generate it from a python library ?
when I do the flask run command, I get the following error :
* Environment: development * Debug mode: on Usage: flask run [OPTIONS] Error: While importing 'app', an ImportError was raised.
is it possible to find out more easily ?
thank you very much for your feedback.
And thank you for developing this, we will try to contribute to the building
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all here are the parameters of my virtual machines :
Linux vm01 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
Following the installation of the APP by following the README, several improvements may be possible:
in the requirements.txt file :
- pkg_resources==0.0.0
I think it should be replaced by pkg-resources==0.0.0 ?
It seems to have a bug with Ubuntu and Debian systems to install this package :
Is this important ?
in the .env file :
Small improvement nothing serious add the "E" to TIMEOUT in STATIC_CACHE_TIMOUT
is the secret key necessary, should we generate it from a python library ?
when I do the flask run command, I get the following error :
is it possible to find out more easily ?
thank you very much for your feedback.
And thank you for developing this, we will try to contribute to the building
The text was updated successfully, but these errors were encountered: