digital-cognition-co-in / DigitalCognition

DigitalCognition - Main repo - Core Product
2 stars 2 forks source link

Ceil_and_Floor_1 #53

Closed RohitDhankar closed 4 years ago

RohitDhankar commented 4 years ago

Ceil_and_Floor_1 - def eda_MatchSimilarText_formSave(request): --- Within this need to validate why we need --

eda_MatchSimilarText_form_valid_object = eda_MatchSimilarText_form_valid.save()
            # eda_MatchSimilarText_renderPage()
            # What are we doig with this OBJECT ?? Will the FORM save if we dont CREATE OBJECT ?? YES ??

Such a Forced Form Save was required - wehn we were doing additions or deletions etc to the Fom Valid data after has Hit the Va;lid Form --

csv_to_psql_object = form_csv_to_psql.save(commit=False)
                csv_to_psql_object.unq_id_nameField = str(csv_file_name) + "aacc" + str(
                    dataset_name) + "aacc" + str(dt_all_now.minute)  #

Might not be required here ... check