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

Create a manage.py for the project #33

Open
xvjg opened this issue Dec 5, 2018 · 1 comment
Open

Create a manage.py for the project #33

xvjg opened this issue Dec 5, 2018 · 1 comment

Comments

@xvjg
Copy link
Contributor

xvjg commented Dec 5, 2018

Similar to how Django's manage.py works.

I propose the following features:

add.sh convert to -> python manage.py add

collect.sh convert to -> python manage.py collect

Run flask app -> python manage.py run

Run Tkinter app -> python manage.py tkrun

@Compro-Prasad
Copy link

add.sh convert to -> python manage.py update-meme-types

collect.py convert to -> python manage.py get-memes

Run flask app -> python manage.py serve

Run Tkinter app -> python manage.py tkinter

Also make manage.py executable and rename it to something unrelated to Django. Add the following header too:

#!/usr/bin/env python3

This will allow executing it like: ./manage.py <args>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants