-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adicionando loading page para o professor ver! ainda não está terminado
- Loading branch information
1 parent
4eb1ea4
commit 45e34e7
Showing
12 changed files
with
573 additions
and
807 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
from flask import Flask, render_template,redirect,request,flash | ||
import pyrebase | ||
|
||
|
||
|
||
IMAG= Flask(__name__) | ||
IMAG.config['SECRET_KEY']="IMAGSEGURA" | ||
IMAG.secret_key='IMAGSEGURA' | ||
config={ | ||
"apiKey": "AIzaSyAp_EOqeRaq3iC_Dtp9G4hqIdrq8hG3F0E", | ||
"authDomain": "imag-v.firebaseapp.com", | ||
"projectId": "imag-v", | ||
"storageBucket": "imag-v.appspot.com", | ||
"messagingSenderId": "424004884593", | ||
"appId": "1:424004884593:web:3d829541de9a226286a3d0", | ||
"measurementId": "G-T298S5NJQR", | ||
"databaseURL":'https://imag-v-default-rtdb.firebaseio.com/' | ||
} | ||
firebase=pyrebase.initialize_app(config) | ||
auth=firebase.auth() | ||
print(config['databaseURL']) | ||
# IMAG.secret_key='IMAGSEGURA' | ||
# config={ | ||
# "apiKey": "AIzaSyAp_EOqeRaq3iC_Dtp9G4hqIdrq8hG3F0E", | ||
# "authDomain": "imag-v.firebaseapp.com", | ||
# "projectId": "imag-v", | ||
# "storageBucket": "imag-v.appspot.com", | ||
# "messagingSenderId": "424004884593", | ||
# "appId": "1:424004884593:web:3d829541de9a226286a3d0", | ||
# "measurementId": "G-T298S5NJQR", | ||
# "databaseURL":'https://imag-v-default-rtdb.firebaseio.com/' | ||
# } | ||
# firebase=pyrebase.initialize_app(config) | ||
# auth=firebase.auth() | ||
# print(config['databaseURL']) | ||
from LOADINGPAGE.controllers import default |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.