Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Rewrite readme#15

Open
jsbueno-geru wants to merge 4 commits intodevelopmentfrom
rewrite_readme
Open

Rewrite readme#15
jsbueno-geru wants to merge 4 commits intodevelopmentfrom
rewrite_readme

Conversation

@jsbueno-geru
Copy link
Copy Markdown
Contributor

Starts bringing the README to something closer to what the project had become.

   - it is used via interfaces, so this name is not
	used anywhere else, just on the declaration
Comment thread Makefile Outdated

playground-database:
python playground/manage.py app initialize-db
python playground/manage.py app create-identity No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Essa última linha semrpre fica mais visível no github 😉

Comment thread README.md
###
```
linux_user:~/keyloop$ alembic -c development.ini downgrade -1
linux_user:~/keyloop$ make playground-database
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vamos usar o make ou comando do manage?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

acho que a ideia do comando make é já criar o banco, e popular ele com os objetos necessários - chamando
todos os scripts do manage necessários para rodar os testes depois.

Acho que começando assim, quando tiver mais comandos, dá pra fatorar em comandos
distintos do make (um só pra inicializar o banco, outro pra popular, e esse target playground-database
chama os dois.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants