Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Reduce use of Django Forms #50

Open
RohitDhankar opened this issue May 6, 2020 · 0 comments
Open

Reduce use of Django Forms #50

RohitDhankar opened this issue May 6, 2020 · 0 comments
Assignees

Comments

@RohitDhankar
Copy link
Member

RohitDhankar commented May 6, 2020

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',)

@RohitDhankar RohitDhankar self-assigned this May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant