Re: i need to learn more on django

2023-08-11 Thread mazen Embaby
Hello to Python developers, I created a Django template to start and boost your project with rich admin features that allow social auth providers and others https://lnkd.in/d7sqtE46 feel free to use and contribute #Python

Re: i learnt django basics but i want to learn django for become a master in django where can i get resourse

2023-08-11 Thread ASAMOAH EMMANUEL
Here are premium resources for you: https://t.me/+VXTu7RXQ47VlM2Q0 On Thu, Aug 10, 2023 at 8:36 PM Chisom Iheanacho wrote: > hello chief.. I have Django 3 by example, can I follow the projects in it > too? > pls can I get your WhatsApp number too? > > On Thu, Aug 10, 2023, 6:05 PM Peter

Re: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-11 Thread Modou Aicha Diop
Try to delete the files that are in the migrations directory of your app and do the migrations again Le jeu. 10 août 2023 à 17:11, Abdoulaye SENE a écrit : > class Administratif(models.Model): > nom = models.CharField(max_length=250) > prenom = models.CharField(max_length=250) >