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

2024-03-11 Thread Adekola Aderonmu
Much willing to help. Add me up 08166462615

On Saturday 2 March 2024 at 16:59:13 UTC+1 SOLTAN NOURELDIEN wrote:

>
> Hello, I am currently working on my Django Project for a specific course 
> at my university. I have already finished reading "Django for Beginners" by 
> William S. Vincent. Now, I am eager to start this project, but I am still 
> in the learning and research phase. Therefore, I will provide the 
> requirements for the project and would appreciate feedback or any tips from 
> anyone with experience in such projects.
>
> For example, this will be my first time implementing a multi-user system. 
> After doing extensive research, I learned about Django's model group 
> concept managing this approach. Additionally, I discovered Django Channels 
> and signals, which I have never heard of before. I would appreciate any 
> advice or guidance on how to approach such a project. 
>
> Furthermore, if anyone is interested in joining me on this journey, it 
> would be wonderful. We can learn a lot from this project together. The 
> deadline is less than two months, so please provide your Discord or 
> WhatsApp number, and we can create a group to collaborate on this project.
>
> *The requirements for the project are as follows:*
>
> An app for student clubs:
> *SKS Admin:*
>
>- 
>   - Create Club Page
>   - Delete Club Page
>   - Assign Club Manager
>   - Activity Form (Approve, Reject)
>   - Receive notifications (Whenever a change occurs in the club page) 
>   (Approve Change, Reject Change)
>   - Request for Publishing Activity Post (Approve, Reject)
>   - Search Club Page
>   - Announce All Activities (Will be displayed on the main page)
>
> *Club Manager:*
>
>- 
>   - Fill out the activity form
>   - Request for publishing Activity Post (Sending it to admin, and 
>   after approval, the activity will appear on the club main page)
>   - Receive Notification (The response to the Activity Form & 
>   Activity Post publishing request)
>   - Edit Activity Post (Admin manager will receive a notification)
>
> *Student:*
>
>- 
>   - Display weekly Activity Table
>   - Display Clubs Main Page
>   - Search (by category, by date)
>
> I will only focus on the backend development and integrate it into the 
> template. I have other team members who will provide the Static HTML, CSS & 
> JS files. I will incorporate them into the Django templates and work on 
> making them interactive.
>
> Additionally, if time allows, I can implement additional features such as:
>
>- Manager:
>   - Submit an application to SKS to assign a club
>   - Initiate a chat conversation between the manager and the SKS
>- Student:
>   - Become a member of a club
>   - Follow Clubs
>   - Follow the club pages
>   - Like and comment on a post
>
> If you have any ideas or know of existing projects that could serve as 
> inspiration, please feel free to comment. I would greatly appreciate it. 
>
> Also, if you would like to collaborate with me for learning purposes and 
> to work as a team, please don't hesitate to provide your contact 
> information, and I will reach out to you. Thank you very much.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9cda3196-957a-430d-a317-6d36d07cf17fn%40googlegroups.com.


Re: Project together

2023-12-07 Thread Adekola Aderonmu
Hi, i am interested. you can add me up 08166462615. 
Thanks.

On Thursday 23 November 2023 at 19:14:25 UTC+1 Youssef Bachraoui wrote:

> Hi developer i search to make a group on WhatsApp to begin a project 
> together anyone interested about that?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1c2ad7d8-036a-4784-ab16-b718b47b6623n%40googlegroups.com.


Re: Looking for a Learning Buddy

2023-10-14 Thread Adekola Aderonmu
Lovely, I would love to join you.
Thanks

On Fri, 16 Jun 2023, 23:00 John Ayodele,  wrote:

> Hi! It's John.
>
> I am currently looking for a learning buddy, for Machine Learning.
> I have little experience in Django and I code in Python.
>
> The learning buddy would have one-on-one meetings with me so we can share
> ideas and learn together.
> It is really going to be a fun experience.
> The reason I am looking for a learning buddy is because I find it more fun
> learning with people rather than just being self-taught alone.
> I will be going to university later this year or next year.
> 
> If this sounds like you, please do not hesitate to contact me.
> 
>
> Thanks.
> John Ayodele
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAP7pJ3gsn_bkOfP-8k-SNZ%2BmmJ8riuc1cdUVXzoQXN31BS4W4g%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKxrzZe5-qPPPVZK3A81DirDmFLNF8QcE_btXNAiE3KsEw%40mail.gmail.com.


Re: Migration of tables from external database to new database

2023-03-20 Thread Adekola Aderonmu
Hi, my engine is mysql
Yes, there is data in the table  I want to migrate into the new database.

CUS THE DATABASE  I WANT TO MIGRATE TOO IS AN APP IN DJANGO

On Mon, 20 Mar 2023, 20:20 nef,  wrote:

> Hi Adekola,
> Can you provide more details?
> Which database engine are you using? Version? Is your table have data or
> do you want to migrate the structure...?
> How this is related to Django?
> Thanks
>
> On Monday, 20 March 2023 at 08:12:20 UTC+1 Adekola Aderonmu wrote:
>
>> Hi guys,
>> I have an external  database with a particular table, and I want this
>> table to be on my new database. How do I go about the  migration  of the
>> table from the external database into the new  database?
>>
>> THANK YOU
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4c726045-a3d5-4667-ad7e-1e732085f922n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/4c726045-a3d5-4667-ad7e-1e732085f922n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKyzNBmP1T0x35hSabznWmF9ep9wrah_TB1LmgT%2BNPwYmw%40mail.gmail.com.


Migration of tables from external database to new database

2023-03-20 Thread Adekola Aderonmu
Hi guys,
I have an external  database with a particular table, and I want this table
to be on my new database. How do I go about the  migration  of the table
from the external database into the new  database?

THANK YOU

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKwD46TcLwXXt3b67vXaxafHwdd6TCHukr_zamFkghDnwg%40mail.gmail.com.


Migration of tables from an external database

2023-03-20 Thread Adekola Aderonmu
Hi guys,
I need your assistance, so I have an external database with a particular
table on it and I want to migrate that table into a new database that I
have. Kindly  direct me on how to achieved  this.
Thank you...

On Thu, 16 Mar 2023, 19:23 nef,  wrote:

> Hi all,
> I am facing problem to display a sub-list.
> In my model, I ahave a Student and Parent models. A prent can have one or
> more students.
> I want to list all the student in the parent page, but it is not showing.
> Please see here my code.
> Models
>
> class Student(models.Model):
> #std_matricule = models.CharField(verbose_name='Student matricule',
> max_length=6, null=False, unique=True, primary_key=True)
> std_matricule = models.CharField(verbose_name='Matricule', unique=True,
> max_length=16, null=False, blank=False, help_text='Matricule of the
> student')
> std_parents = models.ForeignKey(Parents, on_delete=models.DO_NOTHING,
> related_name='Parents', unique=False, null=True, blank=True, 
> verbose_name='Student
> parents')
> std_email = models.EmailField(verbose_name='Email', null=False, blank=
> True, help_text='Enter the email of the student or leave blank if not
> exist')
> std_password = models.CharField(verbose_name='Password', max_length=
> 512, null=False, blank=True, help_text='Type the password with 6
> characters minimum')
> std_surname = models.CharField(verbose_name='Surname', null=False,
> blank=False, max_length=128, help_text='Type the Surname of the student
> as in the birth certificate')
> std_firstname = models.CharField(verbose_name='First name', null=False,
> blank=True, max_length=128, help_text='Type the student first name')
> std_midlename = models.CharField(verbose_name='Midle name', null=False,
> blank=True, max_length=128, help_text='Type the student first name')
> std_nickname = models.CharField(verbose_name='Student Nickname',
> max_length=64, null=False, blank=True, help_text='If exist, type student
> nickname here')
>
> lass Parents(models.Model):
> father_surname = models.CharField(verbose_name='Father surname',
> max_length=128, null=False, blank=True, help_text='Student Father surname
> as in the birth certificate')
> father_firstName = models.CharField(verbose_name='Father name',
> max_length=128, null=False, blank=True)
> father_phone = models.CharField(verbose_name='Father phone number',
> max_length=24, null=False, blank=True, help_text='Phone number of the
> Father')
> father_dateOfBirth = models.DateField(verbose_name='Father date of
> birth', null=True, blank=True)
> father_placeOfBirth = models.CharField(verbose_name='Father place of
> birth', max_length=512, null=True, blank=True)
> father_nationality = models.CharField('Father nationality', max_length
> =256, null=False, blank=True)
> father_adress = models.CharField(verbose_name='Father resident adress',
> max_length=512, null=False, blank=True)
> father_occupation = models.CharField(verbose_name='Father occupation',
> max_length=512, null=False, blank=True)
> mother_surname = models.CharField(verbose_name='Mother surname', null=
> False, max_length=128, help_text='Student Father name as in the birth
> certificate')
> mother_firstName = models.CharField(verbose_name='Mother name',
> max_length=128, null=False, blank=True)
> mother_phone = models.CharField(verbose_name='Mother phone number',
> max_length=64, null=False, blank=True, help_text='Phone number of the
> mother')
> mother_dateOfBirth = models.DateField(verbose_name='Mother date of
> birth', null=True, blank=True)
> mother_placeOfBirth = models.CharField(verbose_name='Mother place of
> birth', max_length=512, null=False, blank=True)
> mother_nationality = models.CharField('Mother nationality', max_length
> =512, null=False, blank=True)
> mother_adress = models.CharField(verbose_name='Mother resident adress',
> max_length=512, null=False, blank=True)
> mother_occupation = models.CharField(verbose_name='Mother occupation',
> max_length=512, null=False, blank=True)
>
>
> View
> def parentsDetails(request, pk):
> parentObj = Parents.objects.get(parent_id=pk)
> context = {'parentObj': parentObj}
> return render(request, "students_management_app/parents-single.html",
> context)
>
> Template
> {% extends 'main.html' %}
>
> {% block content %}
>
> A parent page for more details 
> 
> {{parentObj.std_matricule}}
> 
> Father full name: {{parentObj.father_firstName}}
> {{parentObj.father_surname}}
> 
> Mother full name: {{parentObj.mother_firstName}}
> {{parentObj.mother_surname}}
> 
> Register date: {{parentObj.parent_createDate}}
> 
> Add parents
> 
>
> {% if parentObj.student_set.all %}
> {% for student in parentObj.students_set.all %}
>
> List of students
> {{student.std_matricule}}
> {{student.std_firstname}} 

Re:

2023-03-09 Thread Adekola Aderonmu
 I guess a login page, that takes you to a dashboard with different
options and a logout.

On Fri, 10 Mar 2023, 07:16 André Hangalo,  wrote:

> What do really want?
>
> On Fri, 10/03/2023 at 06:54 Adekola Aderonmu  wrote:
>
>> So what do you need ?
>>
>> On Fri, 10 Mar 2023, 06:51 Praveen Kumar, 
>> wrote:
>>
>>> Hello Team,
>>>
>>> Need help on creating one dashboard using Django. Please help me with it.
>>>
>>> Thanks ,
>>> Praveen
>>> 333286
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CACdZTY8aAWA_zKQBY_M_yztot33i0rEX6E9arD4y6P-hFXKV9Q%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CACdZTY8aAWA_zKQBY_M_yztot33i0rEX6E9arD4y6P-hFXKV9Q%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CA%2BGpPKw1iXpqwOH9p2wtz_vMNPrK5%2B4VVXRdgni%3DJ3jjyNe6Xg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CA%2BGpPKw1iXpqwOH9p2wtz_vMNPrK5%2B4VVXRdgni%3DJ3jjyNe6Xg%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
> --
> RICK DEU
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CACQ9QcHYaLHZHsa9fF%2BW6U6hg717uoGHerGH5aiDRdMqA-mAGQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACQ9QcHYaLHZHsa9fF%2BW6U6hg717uoGHerGH5aiDRdMqA-mAGQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKxLtCWAnDgcXQ91i16y5KwWfcNJPWmQVq2tTY3k%2BLCeOw%40mail.gmail.com.


Re:

2023-03-09 Thread Adekola Aderonmu
So what do you need ?

On Fri, 10 Mar 2023, 06:51 Praveen Kumar,  wrote:

> Hello Team,
>
> Need help on creating one dashboard using Django. Please help me with it.
>
> Thanks ,
> Praveen
> 333286
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CACdZTY8aAWA_zKQBY_M_yztot33i0rEX6E9arD4y6P-hFXKV9Q%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKw1iXpqwOH9p2wtz_vMNPrK5%2B4VVXRdgni%3DJ3jjyNe6Xg%40mail.gmail.com.


Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
Good day, kindly do assist me resolve this error.

On Thursday, 15 December 2022 at 17:32:01 UTC+1 Adekola Aderonmu wrote:

> okay here is the file structure[image: 1.png][image: 2.png][image: 
> 3.png][image: 
> 4.png][image: 5.png][image: 6.png][image: 7.png]
>
> On Thursday, 15 December 2022 at 17:23:43 UTC+1 raeeshr...@gmail.com 
> wrote:
>
>> from  app_name import views
>>
>> it is imported inside urls.py 
>>
>> On Thursday, 15 December 2022 at 21:14:06 UTC+5:30 gabk...@gmail.com 
>> wrote:
>>
>>> please, where am i to import the views from. please, pardon me.
>>> Thanks.
>>>
>>> On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com 
>>> wrote:
>>>
>>>> Import views first :
>>>> from PMSdetails_data import views
>>>>
>>>> On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu  
>>>> wrote:
>>>>
>>>>> hello, so i tried it and this is stil what i got...kindly, assist me. 
>>>>> i'm lost [image: ddjango2.png][image: ddjango3.png]
>>>>>
>>>>> On Thursday, 15 December 2022 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>>>>>
>>>>>> yes, it has. [image: ddjango1.png]
>>>>>> or is there any other URL i need to look at
>>>>>>
>>>>>>
>>>>>> On Thursday, 15 December 2022 at 15:51:29 UTC+1 Kasper Laudrup wrote:
>>>>>>
>>>>>>> On 15/12/2022 15.37, Adekola Aderonmu wrote: 
>>>>>>> > so sorry 
>>>>>>>
>>>>>>> Have you tried looking into what the error message informs you to 
>>>>>>> do? 
>>>>>>>
>>>>>>> Does PMSdetails_data/urls.py have any URL patterns in it? 
>>>>>>>
>>>>>>> Kind regards, 
>>>>>>>
>>>>>>> Kasper Laudrup 
>>>>>>>
>>>>>> -- 
>>>>>
>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "Django users" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to django-users...@googlegroups.com.
>>>>>
>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com?utm_medium=email_source=footer>
>>>>> .
>>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d513980a-767d-4275-9abe-29e26424b5cbn%40googlegroups.com.


Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
sorry, i did'nt get that. can i send what? 

On Thursday, 15 December 2022 at 17:05:08 UTC+1 bhuvn...@gmail.com wrote:

> Can you send ss of the file structure of your project.
>
>
> On Thu, Dec 15, 2022, 9:31 PM Adekola Aderonmu  wrote:
>
>> okay, is this what you mean [image: dddjango2.png][image: dddjango1.png]
>>
>> On Thursday, 15 December 2022 at 16:47:14 UTC+1 bhuvn...@gmail.com wrote:
>>
>>> In the file where your PMSdetails_data and admin url is located
>>>
>>> On Thu, Dec 15, 2022, 9:14 PM Adekola Aderonmu  
>>> wrote:
>>>
>>>> please, where am i to import the views from. please, pardon me.
>>>> Thanks.
>>>>
>>>> On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com 
>>>> wrote:
>>>>
>>>>> Import views first :
>>>>> from PMSdetails_data import views
>>>>>
>>>>> On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu  
>>>>> wrote:
>>>>>
>>>>>> hello, so i tried it and this is stil what i got...kindly, assist me. 
>>>>>> i'm lost [image: ddjango2.png][image: ddjango3.png]
>>>>>>
>>>>>> On Thursday, 15 December 2022 at 15:59:19 UTC+1 Adekola Aderonmu 
>>>>>> wrote:
>>>>>>
>>>>>>> yes, it has. [image: ddjango1.png]
>>>>>>> or is there any other URL i need to look at
>>>>>>>
>>>>>>>
>>>>>>> On Thursday, 15 December 2022 at 15:51:29 UTC+1 Kasper Laudrup wrote:
>>>>>>>
>>>>>>>> On 15/12/2022 15.37, Adekola Aderonmu wrote: 
>>>>>>>> > so sorry 
>>>>>>>>
>>>>>>>> Have you tried looking into what the error message informs you to 
>>>>>>>> do? 
>>>>>>>>
>>>>>>>> Does PMSdetails_data/urls.py have any URL patterns in it? 
>>>>>>>>
>>>>>>>> Kind regards, 
>>>>>>>>
>>>>>>>> Kasper Laudrup 
>>>>>>>>
>>>>>>> -- 
>>>>>>
>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Django users" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to django-users...@googlegroups.com.
>>>>>>
>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>>
>>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Django users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to django-users...@googlegroups.com.
>>>>
>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/585b58fb-9bdf-4ec6-a795-edd660d086e1n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/585b58fb-9bdf-4ec6-a795-edd660d086e1n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/208cf259-28f0-436d-8156-b7afec6fb1abn%40googlegroups.com.


Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
please, where am i to import the views from. please, pardon me.
Thanks.

On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote:

> Import views first :
> from PMSdetails_data import views
>
> On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu  wrote:
>
>> hello, so i tried it and this is stil what i got...kindly, assist me. i'm 
>> lost [image: ddjango2.png][image: ddjango3.png]
>>
>> On Thursday, 15 December 2022 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>>
>>> yes, it has. [image: ddjango1.png]
>>> or is there any other URL i need to look at
>>>
>>>
>>> On Thursday, 15 December 2022 at 15:51:29 UTC+1 Kasper Laudrup wrote:
>>>
>>>> On 15/12/2022 15.37, Adekola Aderonmu wrote: 
>>>> > so sorry 
>>>>
>>>> Have you tried looking into what the error message informs you to do? 
>>>>
>>>> Does PMSdetails_data/urls.py have any URL patterns in it? 
>>>>
>>>> Kind regards, 
>>>>
>>>> Kasper Laudrup 
>>>>
>>> -- 
>>
> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com.


Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
yes, it has. [image: ddjango1.png]
or is there any other URL i need to look at


On Thursday, 15 December 2022 at 15:51:29 UTC+1 Kasper Laudrup wrote:

> On 15/12/2022 15.37, Adekola Aderonmu wrote:
> > so sorry
>
> Have you tried looking into what the error message informs you to do?
>
> Does PMSdetails_data/urls.py have any URL patterns in it?
>
> Kind regards,
>
> Kasper Laudrup
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/216bec4e-e69c-4afa-9776-a79baecfd9ffn%40googlegroups.com.


Re: Open source CBT Application

2022-11-07 Thread Adekola Aderonmu
Awesome

On Tue, 8 Nov 2022, 08:20 odeyale kehinde,  wrote:

> Yes.
>
>
> On Tuesday, November 8, 2022 at 06:25:03 AM GMT+1, Sherif Adigun <
> adigunshe...@gmail.com> wrote:
>
>
> Looking for an active Django Project to contribute and collaborate on?
>
> Join me on Django CBT.
>
> https://github.com/adigunsherif/cbt
>
> Let build a reliable open source Computer Based Test Software on Django
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/42be400b-db64-4169-b94d-3c56bc59244bn%40googlegroups.com
> 
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1187754824.577489.1667891968488%40mail.yahoo.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKwfRqg2daQqzLTKt6NrLrCyvoAnA7R1ZJWMOfDEGg58sg%40mail.gmail.com.


Re: Looking for available support to start a School Management Application

2022-11-07 Thread Adekola Aderonmu
I am also interested  in collaborating with you.

On Mon, 7 Nov 2022, 06:37 DJANGO DEVELOPER,  wrote:

> Are you looking for a paid support?
>
> On Mon, 7 Nov 2022, 9:41 am ritik sahoo,  wrote:
>
>> I have
>>
>> On Mon, 7 Nov, 2022, 5:34 am Makrand,  wrote:
>>
>>> I have developed School management system. I am interested to complete
>>> support.
>>>
>>> On Mon, Nov 7, 2022, 4:27 AM Ahmed omar miladi <
>>> ahmedomarmil...@gmail.com> wrote:
>>>
 hello frncseric i'm ahmed omar miladi i'm full stack developer and
 django specialist i build a platform with name is allcarta check
 https://www.allcarta.com and i can help you to build a
 school management system

 On Sun, 6 Nov 2022 at 23:05, nef  wrote:

> Hi everyone,
> I am beginer in Django, not much experience.
> I have been task to develop an application for school management
> (Admission, Registration,  Attendance, Report marks, and more functions).
> I am wondering if there is an existing open smilare app or something
> which can be use as baseline to start or guide me with best practices.
> Thank you
> Eric
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/176ec5a0-2e00-4f53-b5c3-1bfc72f3aa94n%40googlegroups.com
> 
> .
>
 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to django-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAE3Dc2PkKJUF19fSykG%2BAmYByW6MY49UW%3DHSiKEL%2BPnZ6CHrvA%40mail.gmail.com
 
 .

>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAA_ekM%2BRQKYixBpZnZzYaN9cE9ete_PpPX%2BVJEj3e%2B%2BK2jktbQ%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAJwehCvV8YkQXf5y5AM_OGTH0vmv_f_kuHyTq7K0p_HyKG3-Sg%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKPY9pnVbYxmp%3DOq%2BbNtRXKJhy78jnzozkFn5VMnn%3DKcUTZ6Gw%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGpPKxqT5eyE8ygC1dBLdOPRf-JhoN7uPoqqcoybgccgvrfTw%40mail.gmail.com.


thaRe: hi,

2022-11-02 Thread Adekola Aderonmu
Thank you so much
I've gotten it now. Thanks guys.


On Tuesday, 1 November 2022 at 07:18:44 UTC+1 ahmadabd...@gmail.com wrote:

> Check under your root project URLs (gfg/urls.py) you have not import 
> include.
>
> On Tue, Nov 1, 2022, 1:22 AM Hansel Johansyah  
> wrote:
>
>> give , (comma) after path, wich include, like this
>> from django.urls import path, include
>>
>> On Tue, Nov 1, 2022 at 7:12 AM Adekola Aderonmu  
>> wrote:
>>
>>> Hi, i am new to django frame work. my runserver is giving me errors.[image: 
>>> SS1.png][image: SS2.png][image: SS3.png][image: SS5.png] kindly, help 
>>> me with what to do. Thanks. Find below are screen shot from my codes and 
>>> also from my browser. Look forward to hearing from you soon. Thank you. 
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django-users...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/8942bcee-9f9c-47d8-9cb3-f666e6bb17a3n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/django-users/8942bcee-9f9c-47d8-9cb3-f666e6bb17a3n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CADMJuBmDzY%3DifX_jNjOY%2BTWzWGsJVHm%2BOEhvJ389XPMfQBMnBA%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/django-users/CADMJuBmDzY%3DifX_jNjOY%2BTWzWGsJVHm%2BOEhvJ389XPMfQBMnBA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5d051949-e9a9-4db2-9ecc-4f87012d3e45n%40googlegroups.com.