mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-24 01:10:15 +00:00
added TODO
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,6 +9,17 @@ from dbconnection import *
|
|||||||
from tables.dish_table import *
|
from tables.dish_table import *
|
||||||
from tables.cath_table import *
|
from tables.cath_table import *
|
||||||
|
|
||||||
|
'''
|
||||||
|
TODO:
|
||||||
|
1) Реализовать ввод порядкового номера - Не выполнено
|
||||||
|
2) Удалить проверки на "русскоязычный ввод" - Не выполнено
|
||||||
|
3) Устранить SQLi с помощью санации атрибутов - Не выполнено
|
||||||
|
|
||||||
|
FIXME:
|
||||||
|
1) Мяу - Не выполнено
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
class Main:
|
class Main:
|
||||||
|
|
||||||
config = ProjectConfig()
|
config = ProjectConfig()
|
||||||
|
|||||||
Reference in New Issue
Block a user