-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix template directory doesn't copy into lib
add added main
#52
Conversation
… == "__main__":"
@leportella Here is the problem after run
|
8f284e9
to
b1f3fb7
Compare
1. allow empty email 2. fix password typeerror 3. add length on dialect to support mysql
Hi @leportella. When I use this authenticator I find some error
I think this error is due to use mysql (I use mysql to replace sqlite). String in mysql can not be |
Hi @00Kai0 ! Thank you for contributing!
About these...
|
Hi @leportella . I am happy for your response. |
I am closing this since we have new pull requests to handle this :) |
Hi @leportella . This question is when normal installed, the
template
directory andcommon-credentials.txt
don't copy into python'ssite-packages
becausepip install
will not copy static files if you don't declare correctly intosetup.py
. I think this can help you. Thinks.