Commit 7cc0557c authored by Masarath Fatima's avatar Masarath Fatima

Delete registrationform.py

parent 47be05bd
from wtforms import Form,SelectField,SubmitField
class RegistrationForm(Form):
list_of_databases =["MySql","Postgres","SQLServer"]
SelectField(u'Field name', choices = list_of_databases)
submit = SubmitField('Submit')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment