This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
Beelance
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix errorhandler bug
https
Jakob Notland
5 years ago
parent
f5fdc210db
commit
b10c8b4866
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/models/project.py
+1
-0
src/app/models/register.py
+1
-0
src/app/models/user.py
+ 1
- 0
src/app/models/project.py
View File
@@ -1,4 +1,5 @@
from models.database import db
import mysql.connector
def get_categories():
"""
+ 1
- 0
src/app/models/register.py
View File
@@ -1,4 +1,5 @@
from models.database import db
import mysql.connector
def set_user(username, password, full_name, company, email,
street_address, city, state, postal_code, country):
+ 1
- 0
src/app/models/user.py
View File
@@ -1,4 +1,5 @@
from models.database import db
import mysql.connector
def get_users():
"""
Write
Preview
Loading…
Cancel
Save