-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Run with flask #153
base: master
Are you sure you want to change the base?
Run with flask #153
Conversation
Remove |
SECRET_KEY is still there |
Exactly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Działa jak powinno. Usunięcie nieużytych importów itp. trzeba zrobić dla całego projektu jako osobny issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nie jestem pewny, czy potrzebujemy tych zmian.
U mnie serwer startuje poprawnie z CLI, tak samo mogę uruchomić flask shell
. Poddaję temat do dyskusji.
P.S. nie mam pojęcia, czemu flask run
nie działało podczas hacktoberfest w STX, z czego wyniknął impuls do zmiany obecnej w tym PR.
Make the flask CLI available.