Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit. On branch master Initial commit Changes to be committed: new file: .idea/encodings.xml new file: .idea/hexang_web.iml new file: .idea/misc.xml new file: .idea/modules.xml new file: .idea/vcs.xml new file: .idea/workspace.xml new file: __init__.py new file: app/__init__.py new file: app/__pycache__/__init__.cpython-37.pyc new file: app/__pycache__/models.cpython-37.pyc new file: app/__pycache__/views.cpython-37.pyc new file: app/forms.py new file: app/models.py new file: app/static/mail_reset_passwd.html new file: app/static/mail_set_passwd.html new file: app/static/reg.html new file: app/static/reset.html new file: app/static/set_pwd.html new file: app/views.py new file: config.py new file: instance/__init__.py new file: instance/__pycache__/__init__.cpython-37.pyc new file: instance/__pycache__/config.cpython-37.pyc new file: instance/config.py new file: run.py new file: test.py
parents
No related branches found
No related tags found
Showing
- .idea/encodings.xml 5 additions, 0 deletions.idea/encodings.xml
- .idea/hexang_web.iml 12 additions, 0 deletions.idea/hexang_web.iml
- .idea/misc.xml 8 additions, 0 deletions.idea/misc.xml
- .idea/modules.xml 9 additions, 0 deletions.idea/modules.xml
- .idea/vcs.xml 7 additions, 0 deletions.idea/vcs.xml
- .idea/workspace.xml 0 additions, 0 deletions.idea/workspace.xml
- __init__.py 0 additions, 0 deletions__init__.py
- app/__init__.py 10 additions, 0 deletionsapp/__init__.py
- app/__pycache__/__init__.cpython-37.pyc 0 additions, 0 deletionsapp/__pycache__/__init__.cpython-37.pyc
- app/__pycache__/models.cpython-37.pyc 0 additions, 0 deletionsapp/__pycache__/models.cpython-37.pyc
- app/__pycache__/views.cpython-37.pyc 0 additions, 0 deletionsapp/__pycache__/views.cpython-37.pyc
- app/forms.py 0 additions, 0 deletionsapp/forms.py
- app/models.py 134 additions, 0 deletionsapp/models.py
- app/static/mail_reset_passwd.html 12 additions, 0 deletionsapp/static/mail_reset_passwd.html
- app/static/mail_set_passwd.html 12 additions, 0 deletionsapp/static/mail_set_passwd.html
- app/static/reg.html 0 additions, 0 deletionsapp/static/reg.html
- app/static/reset.html 0 additions, 0 deletionsapp/static/reset.html
- app/static/set_pwd.html 0 additions, 0 deletionsapp/static/set_pwd.html
- app/views.py 96 additions, 0 deletionsapp/views.py
- config.py 0 additions, 0 deletionsconfig.py
.idea/encodings.xml
0 → 100644
.idea/hexang_web.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff is collapsed.
__init__.py
0 → 100644
app/__init__.py
0 → 100644
app/__pycache__/__init__.cpython-37.pyc
0 → 100644
File added
app/__pycache__/models.cpython-37.pyc
0 → 100644
File added
app/__pycache__/views.cpython-37.pyc
0 → 100644
File added
app/forms.py
0 → 100644
app/models.py
0 → 100644
app/static/mail_reset_passwd.html
0 → 100644
app/static/mail_set_passwd.html
0 → 100644
app/static/reg.html
0 → 100644
This diff is collapsed.
app/static/reset.html
0 → 100644
This diff is collapsed.
app/static/set_pwd.html
0 → 100644
This diff is collapsed.
app/views.py
0 → 100644
config.py
0 → 100644
Please register or sign in to comment