0.11.1 Google Auth
This commit is contained in:
@@ -19,8 +19,13 @@ def test_code(request):
|
||||
from RoutesApp.models import Route
|
||||
from ReferenceDataApp.models import Airport, City
|
||||
|
||||
from RoutesApp.search_matches import search_matches
|
||||
search_matches()
|
||||
import allauth
|
||||
from allauth.socialaccount.models import SocialApp
|
||||
apps = SocialApp.objects.all()
|
||||
apps.delete()
|
||||
|
||||
# from RoutesApp.search_matches import search_matches
|
||||
# search_matches()
|
||||
|
||||
# try:
|
||||
# # body = request.body
|
||||
|
||||
Reference in New Issue
Block a user