You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.
class form_csvUp_pvBonds_csvToPsql(forms.ModelForm):
"""
JIRA_ROHIT_PendingTask --- get rid of this Form - upload files directly into mySQL pSql bypass Django
"""
class eda_ceil_floor_form(forms.ModelForm):
class Meta:
model = eda_ceil_floor_params
fields = ('single_col','col_index','ceil_mode',)
The text was updated successfully, but these errors were encountered:
class form_csvUp_pvBonds_csvToPsql(forms.ModelForm):
"""
JIRA_ROHIT_PendingTask --- get rid of this Form - upload files directly into mySQL pSql bypass Django
"""
class eda_ceil_floor_form(forms.ModelForm):
class Meta:
model = eda_ceil_floor_params
fields = ('single_col','col_index','ceil_mode',)
The text was updated successfully, but these errors were encountered: