Skip to content
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

Show list of commands after create a project #103

Open
Arfey opened this issue Apr 19, 2019 · 6 comments
Open

Show list of commands after create a project #103

Arfey opened this issue Apr 19, 2019 · 6 comments
Labels
easy Easy for first pull request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Arfey
Copy link
Member

Arfey commented Apr 19, 2019

After create a project i see this

Screen Shot 2019-04-20 at 02 10 15

Very useful to show a list of all commands.

related #93

@Arfey Arfey added easy Easy for first pull request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 19, 2019
@NavrotskyVasyl
Copy link
Contributor

Роблю це.

@Arfey
Copy link
Member Author

Arfey commented Apr 20, 2019

sure :)

@rafaelcascalho
Copy link
Contributor

rafaelcascalho commented Sep 13, 2019

Hey! I'd like to help with this one. But even though I have everything installed, my docker is not running the project "kickstart" according to the CONTRIBUTING.md. Can somebody help me to figure this out to proceed?
BTW, OS: Ubuntu 18.04.3 LTS

This is the output I have after after the make command :

bandit -r ./create_aio_app -x create_aio_app/template -s B101
[main]  INFO    profile include tests: None
[main]  INFO    profile exclude tests: None
[main]  INFO    cli include tests: None
[main]  INFO    cli exclude tests: B101
[main]  INFO    running on Python 3.6.8
Run started:2019-09-13 14:12:21.681820

Test results:
        No issues identified.

Code scanned:
        Total lines of code: 684
        Total lines skipped (#nosec): 2

Run metrics:
        Total issues (by severity):
                Undefined: 0.0
                Low: 0.0
                Medium: 0.0
                High: 0.0
        Total issues (by confidence):
                Undefined: 0.0
                Low: 0.0
                Medium: 0.0
                High: 0.0
Files skipped (12):
        ./create_aio_app/template/{{cookiecutter.project_name}}/conftest.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/__main__.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/app.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/main/views.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/migrations/env.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/routes.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/types.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/users/db_utils.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/users/tables.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/users/tests/test_db_utils.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/utils/common.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/utils/wait_script.py (syntax error while parsing AST from file)

@Arfey
Copy link
Member Author

Arfey commented Sep 13, 2019

Hello. Thank you for trying to help us 😀

In my opinion the main problem is that u run just make command. In CONTRIBUTING.md says that u need to run make test, or if u wanna run a project the first things that u need to do it's go to the directory with your project and after that use command make.

So, try that:

cd kickstart
make

Please tell me if this solves your problem.

@rafaelcascalho
Copy link
Contributor

For some reason I tought I did that earlier, but I guess I must have missed something. It's running apparently ok right now. 😄

@Arfey
Copy link
Member Author

Arfey commented Sep 13, 2019

all is fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Easy for first pull request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants