Compare commits
No commits in common. "d529cc8f71d9c702c0e8e1f4402af273ca500cb1" and "7571d01ba11e5a6d4903bbebde44ce5471d537ed" have entirely different histories.
d529cc8f71
...
7571d01ba1
@ -1,5 +0,0 @@
|
||||
---
|
||||
deployment:
|
||||
tasks:
|
||||
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
||||
- cp -Rfv * $DEPLOYPATH
|
||||
@ -1,4 +0,0 @@
|
||||
from priceybot2 import create_app
|
||||
|
||||
|
||||
application = create_app()
|
||||
@ -1,7 +1 @@
|
||||
SQL_URI = "sqlite:///database.db"
|
||||
|
||||
|
||||
# MySQL connection string
|
||||
# from sqlalchemy import URL
|
||||
#
|
||||
# url_object = URL.create("mysql", username="benjamyntesting_pbot", password="xzQ36XOPrJe2", host="localhost", database="benjamyntesting_pbot")
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
<form method="POST" action="{{ url_for('auth.login') }}">
|
||||
<form method="POST" action="/login">
|
||||
<div class="field">
|
||||
<div class="control">
|
||||
<input class="input is-large" type="email" name="email" placeholder="Your Email" autofocus="">
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
<form method="POST" action="{{ url_for('auth.signup') }}">
|
||||
<form method="POST" action="/signup">
|
||||
<div class="field">
|
||||
<div class="control">
|
||||
<input class="input is-large" type="email" name="email" placeholder="Email" autofocus="">
|
||||
|
||||
Reference in New Issue
Block a user