-
It forks from LibraryManagement
-
Used
form.cleaned_data.get()
to replacerequest.POST.get()
and increased the judgment about error conditions while migrating the database fromSQLite
toMySQL
It forks from LibraryManagement
Used form.cleaned_data.get()
to replace request.POST.get()
and increased the judgment about error conditions while migrating the database from SQLite
to MySQL