#For Check INSTALLED_APPS python manage.py shell from django.conf import settings print(settings.INSTALLED_APPS) #For cleley run on local both run in diffrent terminal Step1- celery -A preskool worker -l info --pool=solo step-2- celery -A preskool beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler 06-05-25 1. studentattendance INSERT INTO `adminpanel_emailtemplate` (`id`, `subject`, `body`, `is_deleted`, `created_at`, `updated_at`) VALUES (NULL, 'Leave Assign', '\r\n\r\n\r\n\r\n \r\n \r\n Assign Leave\r\n \r\n \r\n\r\n\r\n\r\n
\r\n
\r\n \"Ascencia\r\n
\r\n\r\n

Dear #TeacherName#,

\r\n

We hope you are doing well.

\r\n

Below Leave Assign Details:

\r\n \r\n

Assigned By: #AssignedBy#

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n #LeaveDetails#\r\n \r\n
Leave TypePreviousNew
\r\n\r\n \r\n\r\n

Should you have any questions or require further clarification, please feel free to reach out at info@ascenciamalta.mt. We’re here to help

\r\n\r\n

Thank you for your cooperation.


\r\n\r\n\r\n

If you need any further information, feel free to reach out at

\r\n

Warm regards,
Ascencia Malta

\r\n
\r\n\r\n\r\n', '0', '2025-07-05 12:47:06.000000', '2025-07-05 12:47:06.000000'); UPDATE `adminpanel_emailtemplate` SET `body` = '\n\n\n\n \n \n Your Login Credentials for Ascencia Malta\n\n \n \n \n\n \n\n \n\n\n\n \n
\n
\n
\n \n \"Ascencia\n
\n
\n \n
\n\n

Hello,

\n\n

We hope this email finds you well.

\n

\n We wanted to let you know that your Password has been successfully reset.\n With your new credentials, you can now access your Ascencia Malta account.\n

\n

To log in, please visit Login and use the following credentials:

\n

Email: #email#
\n

If you did not request this password reset or have any concerns, please contact us immediately at info@ascenciamalta.mt

\n

Best regards,
\n Ascencia Malta\n

\n
\n\n
\n\n\n' WHERE `adminpanel_emailtemplate`.`id` = 25; INSERT INTO `adminpanel_emailtemplate` (`id`, `subject`, `body`, `is_deleted`, `created_at`, `updated_at`, `name`) VALUES (NULL, 'Time table added from date #startdate# to #enddate#', '\r\n\r\n\r\n\r\n \r\n \r\n Your Login Credentials for Ascencia Malta\r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\n \r\n \"Ascencia\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n \r\n

Dear #teacher_name#,

\r\n\r\n \r\n\r\n

We’re excited to let you know that your class timetable has been successfully updated on the Ascencia\r\n Malta school portal.

\r\n\r\n

Here are the details of your upcoming class:

\r\n\r\n

Total Lectures: #lecture_count#

\r\n\r\n

You can log in to the school portal to view the full timetable, course materials, and other important\r\n updates.

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n #timetables#\r\n \r\n
DateStart TimeEnd TimeClassCourseTeacher
\r\n \r\n\r\n

If you have any questions or need support, don’t hesitate to contact us at\r\n info@ascenciamalta.mt.\r\n

\r\n\r\n

We look forward to seeing you in class. Wishing you all the best in your studies!

\r\n\r\n

Warm regards,
Ascencia Malta Team

\r\n \r\n\r\n\r\n
\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '2025-07-30 15:48:11.000000', '2025-07-30 15:48:11.000000', 'Publish timetable mail send to Student'); 25-8-25 (after upload crm) ALTER TABLE cities_light_region CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_region MODIFY name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_subregion CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_subregion MODIFY name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_city CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_city MODIFY name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_country CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE cities_light_country MODIFY alternate_names VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE adminpanel_studentemailtemplate MODIFY alternate_names VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;