Skip to content

Commit

Permalink
Merge pull request #789 from eddieferrer/migrate_facebook_form
Browse files Browse the repository at this point in the history
feat: form and api endpoint to migrate facebook accounts
  • Loading branch information
eddieferrer committed Apr 26, 2024
2 parents 69ef34b + f232ace commit 5bd04c2
Show file tree
Hide file tree
Showing 11 changed files with 648 additions and 386 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ production_manage.py
logs/*
!logs/.gitkeep

# Dev database
# Dev databases
dev-database.db
dev-database.back.db

# Temp maintenance file
maintenance_on.html
8 changes: 2 additions & 6 deletions backend/apiv2/admin_views.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import re
import json
import pickle
from collections import Counter
from sqlalchemy import Float
from flask import Flask, jsonify, abort, request, g
from flask import jsonify, request
from backend import app
from backend.models import User, User_Item, Item, Brand
from backend.models import User, User_Item, Item
from backend.utils import match_strings
from backend.avantlink.process_data_feeds import DATA_FEED_INFO_ARRAY, clean_up_feed

Expand Down

0 comments on commit 5bd04c2

Please sign in to comment.