Compare commits

..

No commits in common. "d529cc8f71d9c702c0e8e1f4402af273ca500cb1" and "7571d01ba11e5a6d4903bbebde44ce5471d537ed" have entirely different histories.

5 changed files with 2 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
deployment:
tasks:
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
- cp -Rfv * $DEPLOYPATH

View File

@ -1,4 +0,0 @@
from priceybot2 import create_app
application = create_app()

View File

@ -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")

View File

@ -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="">

View File

@ -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="">