wevote / WeVoteServer

We Vote's API application server written in Django/Python. Election data pulled from many sources, used by https://github.com/wevote/WebApp and https://github.com/wevote/WeVoteCordova and https://github.com/wevote/Campaigns.
https://api.wevoteusa.org
MIT License
50 stars 424 forks source link

WV-440 - Fix for Organization model to read-only database #2667

Closed anup2307 closed 3 weeks ago

anup2307 commented 1 month ago

\admin_tools\views.py - Goes to Template values \issue\controllers.py - data retrieved for Api

\import_export_twitter\controllers.py - Data is passed on to the below functions (refresh_twitter_organization_details -> save_fresh_twitter_details >save_fresh_twitter_details_to_organization(in this function another instance of Organization is created and the twitter details are updated to the organization table)

\organization\views_admin.py - Goes to template values \organization\models.py - Goes to template values \position\controllers.py - Organization information retrieved for the voter list template \voter\views_admin.py - Goes to Template values

\import_export_wikipedia\controllers.py - Added Comment - Cannot be Read-only \politician\controllers.py - Line - Added Comment - Cannot be Read-only \import_export_facebook\views_admin.py - Added Comment - Cannot be Read-only

DaleMcGrew commented 3 weeks ago

Thank you @anup2307! 👍