-
Notifications
You must be signed in to change notification settings - Fork 448
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 script commands for flask ( updated ) #203
Conversation
@isabelcosta Please Review. |
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.
Thank you so much @LordGameleo for your contribution!
I haven't got the chance to test this locally yet, but once I get the chance, I'll give you a proper review.
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.
Environments variables are a must, not user based input, in automatic deployment, in any case.
I will do it then. |
… superuser(if it is first user)
@ramitsawhney27 @isabelcosta please review |
@LordGameleo this is not forgotten, I just have been a bit busy these days. When I get some time to take a look at this I'll review it again |
@isabelcosta Is there any progress here? |
@LordGameleo Not yet on my end :/ I'll try to take a look at this by next week. But from what I've seen you've made the changes requested. I just need to run this and test it. thank you for your patience |
@LordGameleo I'm sorry for the delay in my test & review of your work! I really appreciate the time you devoted to solve this issue. I got the chance to run your PR and got the following error:
This can be because the db was not created yet as it is on @LordGameleo are you still interested in working on this? if yes, let me know what you think about this, if you rather leave this for another contributor, let me know and I can re assign this to other contributor :) |
I will close this issue as this has no updates. Thank you @LordGameleo for all of your contributions here! |
Reference to old PR : 196
Description
Added a python script manage.py which can be used to do perform multiple commands using arguments given while running it.
Fixes #78
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
'''python -m unittest dicover tests'''
Checklist:
Code/Quality Assurance Only