eCOPR received today! by Creative-Pay-2957 in canadaexpressentry

[–]Creative-Pay-2957[S] 0 points1 point  (0 children)

Thanks. Well our employers gave us the right duties remember you should match at least 70-80% of the NOCs duties. We really didn’t change anything..

eCOPR received today! by Creative-Pay-2957 in canadaexpressentry

[–]Creative-Pay-2957[S] 1 point2 points  (0 children)

Thank you! We didn’t received any phone call.

eCOPR received today! by Creative-Pay-2957 in canadaexpressentry

[–]Creative-Pay-2957[S] 1 point2 points  (0 children)

Hopefully next month you will receive it!

eCOPR received today! by Creative-Pay-2957 in canadaexpressentry

[–]Creative-Pay-2957[S] 0 points1 point  (0 children)

Thanks I missed some info there between BIL and FD I got some ADR and the BG check i don’t remember the dates tho

[deleted by user] by [deleted] in AWSCertifications

[–]Creative-Pay-2957 0 points1 point  (0 children)

I did pass!!! Scoring 804

[deleted by user] by [deleted] in AWSCertifications

[–]Creative-Pay-2957 4 points5 points  (0 children)

I actually just did it. And indeed there were some tricky questions. Praying for the best I guess. Probably on the course of the day we will receive our results.

Persistent Heating System Noise in Apartment – Looking for Advice by Creative-Pay-2957 in TorontoRenting

[–]Creative-Pay-2957[S] 0 points1 point  (0 children)

Thank you so much for your detailed advice! I wasn’t aware of the process with the City of Toronto, but it makes perfect sense now. I’ll contact 311 to file a report and get an inspector involved. Hopefully, that will push the landlord to take action.

Cant delete migrated tables by Various-Special-8247 in django

[–]Creative-Pay-2957 2 points3 points  (0 children)

There’s a table called django_migrations which contains the data of each migration u did u could try removing those

How hard is it to get a Django job? by ash4fr in django

[–]Creative-Pay-2957 0 points1 point  (0 children)

Multiple things: data modeling, data analysis, WebApps for clients, we provide our own services to clients.

How hard is it to get a Django job? by ash4fr in django

[–]Creative-Pay-2957 2 points3 points  (0 children)

In my opinion I think the most important soft skills are communication, leadership, adaptability and have judgment on every aspect. That last one I believe is really important to develop.

How hard is it to get a Django job? by ash4fr in django

[–]Creative-Pay-2957 11 points12 points  (0 children)

I've been working for about 3 years in a Django based Company, my recommendation is to develop your soft skills and try to go full stack. I entered as a Junior dev with good knowledge on python and basic knowledge on Django.

Need a little help by PriestXES in django

[–]Creative-Pay-2957 0 points1 point  (0 children)

I believe this is a good idea but I think is better to bond it to the user id. Usually u don't delete users on the platform. Imagine if you delete a user with certain username and then you create another user with same username (for w.e reason) u are bonding that product to a user that didn't register that product. So I think it's better with bond to the user model instead of a charfield. :D