Make files executable
This commit is contained in:
parent
59140c900e
commit
2fadfe8a5f
3 changed files with 2 additions and 0 deletions
2
import_quotes.py
Normal file → Executable file
2
import_quotes.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from flask import Flask, request, Response, abort, render_template
|
from flask import Flask, request, Response, abort, render_template
|
||||||
from flask_sqlalchemy import SQLAlchemy
|
from flask_sqlalchemy import SQLAlchemy
|
||||||
from flask_migrate import Migrate
|
from flask_migrate import Migrate
|
||||||
|
|
0
run_dev.py
Normal file → Executable file
0
run_dev.py
Normal file → Executable file
0
setup_database.py
Normal file → Executable file
0
setup_database.py
Normal file → Executable file
Loading…
Reference in a new issue