I read Real Python blogs about Django migrations In this blog I'll refer to the most important ideas blogs mentioned In end of the blog, I will put the links to these blogs Section 1: Understanding SeparateDatabaseAndState: SeparateDatabaseAndState is instantiated with two lists of operations: 1. State Operations: contains operations that are only applied to the project state 2. Database Operations: contains operations that are only applied to the database This operation lets you do any kind of change to your database, but it’s your responsibility to make sure that the project state fits the database afterwards. Example use cases for SeparateDatabaseAndState are moving a model from one app to another or creating and index on huge database without downtime. It is an advanced operation and you won’t need on your first...
تحدثت باستفاضة عن تجربتي في المسابقة بفيديو منفصل على قناتي على يوتيوب كذلك كتب منشوراً على لنكد إن لا يوجد الكثير لأتكلمه فهي أجواء المسابقة المعروفة, لذلك سأضع الصور اليوم الأول (يوم الوصول إلى دمشق) نافورة المطعم ضمن المعهد العالي للعلوم و التكنلوجيا دمشق من المعهد العالي للعلوم و التكنلوجيا يوم المسابقة التجريبية بعد ارتداء الزي الموحد مع الفريق بعد ارتداء الزي الرسمي مع المدرب مع أحد المتطوعين بعض الصور الأخرى بالقرب من جامع الخجا حيث صلينا الجمعة بيوم المسابقة التجريبية يوم المسابقة الرسمية بعد المسابقة الرسمية و قبل الحفل الختامي دمشق من مصلّى وزارة التعليم العالي عند صلاة المغرب و قبل بدء الحفل أثناء الحفل الختافي
Comments
Post a Comment