Walter Mantovani
commited on
Commit
·
3edf8ae
1
Parent(s):
5b22e11
Update models.py
Browse files
models.py
CHANGED
@@ -2,7 +2,7 @@ import locale
|
|
2 |
from flask_sqlalchemy import SQLAlchemy
|
3 |
from sqlalchemy_serializer import SerializerMixin
|
4 |
|
5 |
-
locale.setlocale(locale.LC_ALL, 'it_IT')
|
6 |
|
7 |
db = SQLAlchemy()
|
8 |
|
|
|
2 |
from flask_sqlalchemy import SQLAlchemy
|
3 |
from sqlalchemy_serializer import SerializerMixin
|
4 |
|
5 |
+
locale.setlocale(locale.LC_ALL, 'it_IT.UTF-8')
|
6 |
|
7 |
db = SQLAlchemy()
|
8 |
|