Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-02 Thread Muhammed Lawal
I would love to join in on the project. My WhatsApp contact is +2349035301248. Kind regards, Muhammed Lawal. On Sat, Mar 2, 2024 at 4:58 PM SOLTAN NOURELDIEN wrote: > > Hello, I am currently working on my Django Project for a specific course > at my university. I have already finishe

Re: Django

2023-10-06 Thread Muhammed Lawal
Hello, what help do you need? Have you tried following the instructions on the python anywhere website yet? You can follow this Blog post @

Re: FieldError at /ajouter_centre Cannot resolve keyword 'name' into field. Choices are: categorie, centredeformation, date_de_crea, id

2023-09-25 Thread Muhammed Lawal
Have you confirmed there is a 'name' field in your CentreCategorie and Region models? On Mon, 25 Sep 2023, 5:44 p.m. Baye SALIOU DIAW, < bayesalioudiawt...@gmail.com> wrote: > def ajouterCentre(request): > form = FormCentre() > regions = Region.objects.all() > centrecategories =

Re: Mysql for Django

2023-09-24 Thread Muhammed Lawal
Download MySQL server at https://dev.mysql.com/downloads/mysql/ It will most likely come with mysqlclient but if not, you can download mysqlclient using homebrew, `brew install mysql-client`. You can check out the guide here at

Re: NEW USER

2023-06-03 Thread Muhammed Lawal
Hello Jawad, I would suggest you start with the tutorial on Django official website. Best regards On Sat, 3 Jun 2023, 3:37 p.m. Abubakar Siddique, wrote: > Hi jawad, > Yes, I can help you to achieve your goal > > Contct me > Whatstapp > 03158090326 > > Thanks > > On Sat, Jun 3, 2023, 7:17 PM

Re: Roles and Permissions in python Django

2023-04-02 Thread Muhammed Lawal
Can you provide your Views code? By the way, if you are using DRF, you can use the "permission classes" or "permission decorators". Best regards. On Sat, 1 Apr 2023, 7:53 p.m. Daisi Caroline, wrote: > Hello friends i am doing a django project and i am stack on roles and > permissions.This is

Re: It is impossible to add a non-nullable field 'details1' to feature without specifying a default. This is because the database needs something to populate existing rows.

2023-03-25 Thread Muhammed Lawal
Enter 1 then ' ' rather. Sorry  On Sat, 25 Mar 2023, 5:45 p.m. Muhammed Lawal, wrote: > You are seen that error probably because you modified your models after > adding some items to database already. When prompted with the error, enter > 2, then ' ' an empty string. > > On Sat,

Re: It is impossible to add a non-nullable field 'details1' to feature without specifying a default. This is because the database needs something to populate existing rows.

2023-03-25 Thread Muhammed Lawal
You are seen that error probably because you modified your models after adding some items to database already. When prompted with the error, enter 2, then ' ' an empty string. On Sat, 25 Mar 2023, 1:59 p.m. Ebenezer Otchere, wrote: > Am new in django and have been getting errors in migrations,