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
Separar o o código do arquivo principal em mais outros arquivos.
Seguindo a estrutura:
/news_app.py /views.py /db.py /run.py /settings.py /templates/* /static/* /media_files/*
Existem maneiras melhores de se organizar o código, mas a princípio, essa modularização resolve o problema.
Pode-se usar os princípios SOLID E boas práticas em FLASK
The text was updated successfully, but these errors were encountered:
Oi @ludimila, tem alguém trabalhando nessa issue no momento?
Sorry, something went wrong.
posso pegar essa issue ou já foi resolvida?
Tem alguém trabalhando nessa issue? Gostaria de trabalhar nela.
No branches or pull requests
Separar o o código do arquivo principal em mais outros arquivos.
Seguindo a estrutura:
Existem maneiras melhores de se organizar o código, mas a princípio, essa modularização resolve o problema.
Pode-se usar os princípios SOLID
E boas práticas em FLASK
The text was updated successfully, but these errors were encountered: