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

2024-03-03 Thread Mordecai Etukudo
Will want to learn and know more about this +2349043483307

On Sun, Mar 3, 2024, 2:20 AM Geofrey Njavike 
wrote:

> Please add me +255712828571
>
> On Sat, 2 Mar 2024 at 20:34, Amen Guda  wrote:
>
>> add me
>>
>>
>> On Sat, Mar 2, 2024 at 7:20 PM kayode moshood 
>> wrote:
>>
>>> 2348052345312 - please add me, I will love to be part of it.
>>>
>>> On Sat, Mar 2, 2024, 5:12 PM BUHNYUY RONALD 
>>> wrote:
>>>
 You have me in. I have 2+ experience and will love to know more and
 learn from other developers too.
 +237680676590 is my what'sapp number

 On Sat, 2 Mar 2024, 16:58 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/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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
 

Re: Why would a deployed site shows up with distorted layout

2024-02-29 Thread Mordecai Etukudo
First install white noise and collect static you are good to go

On Thu, Feb 29, 2024, 7:38 PM ASAMOAH EMMANUEL 
wrote:

> I faced this issue before and I know how frustrating it can be. after
> sifting through several results, this worked. sudo usermod -aG username
> www-data
> sudo chown -R :www-data /home/username/projects/personal
>
> On Thu, Feb 29, 2024 at 6:37 PM ASAMOAH EMMANUEL <
> emmanuelasamoah...@gmail.com> wrote:
>
>> Replace your username with this and run this code: sudo usermod -aG
>> username www-data
>> sudo chown -R :www-data /home/username/projects/personal
>>
>> On Thu, Feb 29, 2024 at 2:15 PM Amitesh Tripathi 
>> wrote:
>>
>>> Your website is in debug mode??
>>>
>>> On Thu, 29 Feb 2024, 11:54 Ram,  wrote:
>>>
 Hi,

 We are able to deploy our pre-production site successfully using
 jenkins deployment and as part of the deployment we do the following:

 1. Django application with runserver
 2. Gunicorn restart
 3. Nginx restart

 But our web application loads with distorted layout and we have this
 setting for staticfiles

 STATIC_URL = '/static/'
 STATIC_ROOT = os.path.join(BASE_DIR, 'static')

 We are wondering what is missing?

 Best Regards,
 ~Ram

 --
 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%2BOi5F2xrz-hiJphYeuGX56hU26wWJGduUZHNibTUXVs-KtjeA%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/CAFJ1wEUvJK_Ur_6JpLeMVMXK4TMH_ryUy7gLWqjXG8a0%2B_o2VA%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>> I don't stop when I'm tired, I only stop when the job is done.
>>
>
>
> --
> I don't stop when I'm tired, I only stop when the job is done.
>
> --
> 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/CABFHQYx%3DsSpZZo3gbXctqFC9Nrdyb49WvbxL6CYo%3DiZ%2B_dqOVQ%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/CAMZpRz8t_VzvWn3sYX-aqGFfK6bBrkvSWh9FQc4Gwkn%2B5yNZyA%40mail.gmail.com.


Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-20 Thread Mordecai Etukudo
How do I join the project 

On Tuesday, February 20, 2024 at 8:32:04 PM UTC+1 Noah Nkalan wrote:

> i want to join on this opportunity i like django i was try to about learn 
> about documentation is so amazing 
>
> On Sunday, February 18, 2024, SURAJ TIWARI  wrote:
>
>>  Join Our Django WhatsApp Bulk Messaging Project!
>>
>>  Hello everyone,
>>
>> Are you looking for an exciting opportunity to gain hands-on experience 
>> in Django development? Do you want to work on a meaningful project that 
>> leverages WhatsApp for bulk messaging? We're thrilled to invite you to join 
>> our dynamic team!
>>
>>  Benefits:
>>
>>- Get hands-on experience working on a real-world Django project.
>>- Learn how to leverage WhatsApp for bulk messaging, a valuable skill 
>>in today's digital landscape.
>>- Opportunities for hybrid work, allowing flexibility in your 
>>schedule.
>>- Collaborate with experienced developers and gain valuable 
>>mentorship.
>>- Access to cutting-edge tools and technologies.
>>
>>  Opportunities Available:
>>
>>- Django developers
>>- Frontend developers
>>- UI/UX designers
>>- Quality assurance testers
>>
>> 欄 How to Join: Simply reply to this message expressing your interest, 
>> and we'll provide you with all the necessary details to get started on our 
>> project.
>>
>> Let's work together to create something amazing and gain valuable 
>> experience along the way! ✨
>>
>> Best regards,
>>
>> Suraj Tiwari
>>
>>
>> -- 
>> 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/e8a705fd-10d9-4c1a-b4ba-0a7b896dbfean%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/72b9ab50-5dce-47f0-9675-9b81e666d4een%40googlegroups.com.


Re: Need help setting up my Django environment

2024-02-17 Thread Mordecai Etukudo
Comment you model. Py and the run if you still have the issue not this is
to fine how where the issue if from

On Sat, Feb 17, 2024, 1:38 PM Brigid Sang  wrote:

> I'm encoutering the below error, how can I fix this
>
> Traceback (most recent call last):
>   File "/home/brigid/.local/bin/django-admin", line 8, in 
> sys.exit(execute_from_command_line())
>  ^^^
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/management/__init__.py",
> line 371, in execute_from_command_line
> utility.execute()
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/management/__init__.py",
> line 365, in execute
> self.fetch_command(subcommand).run_from_argv(self.argv)
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/management/base.py",
> line 288, in run_from_argv
> self.execute(*args, **cmd_options)
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/management/base.py",
> line 335, in execute
> output = self.handle(*args, **options)
>  ^
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/management/commands/startproject.py",
> line 20, in handle
> super().handle('project', project_name, target, **options)
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/management/templates.py",
> line 117, in handle
> django.setup()
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/__init__.py", line
> 16, in setup
> from django.urls import set_script_prefix
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/urls/__init__.py",
> line 1, in 
> from .base import (
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/urls/base.py",
> line 8, in 
> from .exceptions import NoReverseMatch, Resolver404
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/urls/exceptions.py",
> line 1, in 
> from django.http import Http404
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/http/__init__.py",
> line 5, in 
> from django.http.response import (
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/http/response.py",
> line 13, in 
> from django.core.serializers.json import DjangoJSONEncoder
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/serializers/__init__.py",
> line 23, in 
> from django.core.serializers.base import SerializerDoesNotExist
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/core/serializers/base.py",
> line 6, in 
> from django.db import models
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/db/models/__init__.py",
> line 3, in 
> from django.db.models.aggregates import *  # NOQA
> ^
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/db/models/aggregates.py",
> line 5, in 
> from django.db.models.expressions import Case, Func, Star, When
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/db/models/expressions.py",
> line 486, in 
> class TemporalSubtraction(CombinedExpression):
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/db/models/expressions.py",
> line 487, in TemporalSubtraction
> output_field = fields.DurationField()
>^^
>   File
> "/home/brigid/.local/lib/python3.11/site-packages/django/db/models/fields/__init__.py",
> line 155, in __init__
> if isinstance(choices, collections.Iterator):
>
> AttributeError: module 'collections' has no attribute 'Iterator'
>
> --
> 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/ce94bd02-d38d-464d-9d06-2fbd3d5e7340n%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/CAMZpRz-hZX4X-_ZgvcWj_8izpqv33Tc69vfYVEOpyrXGWOEfeg%40mail.gmail.com.


Re: Need assistance/assistant

2024-02-08 Thread Mordecai Etukudo
Use celery to schedule task

On Thu, Feb 8, 2024, 7:42 PM Adisa Habeebulah 
wrote:

> Yes
> I need help in developing the web app
>
>
> On Thu, Feb 8, 2024, 3:57 PM Vincenzo Celano  wrote:
>
>> Sorry but... The questione Is? Maybe you need help developing the
>> application???
>>
>> Il gio 8 feb 2024, 15:24 Adisa Habeebulah  ha
>> scritto:
>>
>>> I'm building a TMS (to-do list) to be precise and the instructions given
>>> are the following:
>>> - it should send an email to the user for reminding and updating the
>>> to-do list
>>> - it should give weekly report of the total completed and uncompleted
>>> tasks
>>> - it should also count and report total number of particular tasks e.g
>>> under personal goal category, the user planned to achieve 30 push-ups daily
>>> but couldn't make it up to 30 daily. The to-do list should keep the record
>>> daily and report the rate of productivity weekly or monthly or any...
>>>
>>> Hope this is not too lengthy? Please the deadline is fast approaching
>>>
>>> --
>>> 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/CAF0%2B-3m1h08whm%3DO80J7HVR6t3o_M7X64up8MfQmGHZZnXuGuA%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/CAB5pmX-CcEBe2go%3DFgHS__SZCSiAU8QtkPE3iPvrJPwY8xepiQ%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/CAF0%2B-3kmvgKFNeqmT%3DpmMhCiBPSNCvT0O4YONUUCKEApDHaR4A%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/CAMZpRz-QvzzSf5YodcH8-k7zhsH5JWEr8K2-pBBksj0hzsPkAg%40mail.gmail.com.


Re: Get experience letter and job opportunities

2024-02-08 Thread Mordecai Etukudo
What is the project details

On Thu, Feb 8, 2024, 9:02 PM I- MirzaBaig  wrote:

> Yes, please do share...
> Let me know how can i contribute in your Project
>
> Sent from Outlook for Android 
> --
> *From:* django-users@googlegroups.com  on
> behalf of Siva C 
> *Sent:* Thursday, February 8, 2024 11:03:17 AM
> *To:* Django users 
> *Subject:* Re: Get experience letter and job opportunities
>
> I am interested
>
> On Thursday, February 8, 2024 at 10:43:42 AM UTC+5:30 usman ashir wrote:
>
> yes
>
> On Thu, Feb 8, 2024, 5:28 AM Abdulrahman Abbas 
> wrote:
>
> I'm interested share your project
>
> On Wed, Feb 7, 2024, 23:25 Aniket Verma  wrote:
>
> Interested
>
> On Tuesday, February 6, 2024 at 1:33:37 PM UTC+5:30 machine learning wrote:
>
> anyone here to help me in our django project and in return we will give
> you access to software that will apply 100s of job for you and also hand on
> work experience.
>
> --
> 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/2706beb5-2b92-4821-a808-83975b56db3dn%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...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGGqo0P%2B7O5UHP5OjcBUDKA0kTHk%2B6MhmgtqrjDYt1Fr5LFTvw%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/b946870b-eb2f-4dca-8f98-3365c8bde0e7n%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/TYZPR01MB5691C2B262B9089D1B107D61A5442%40TYZPR01MB5691.apcprd01.prod.exchangelabs.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/CAMZpRz8FgX0T4DOcFbnFgwSnftN-dsSmNEdhNLxSrY%3DWQQkHrw%40mail.gmail.com.


Re: Django + Next.js

2024-02-01 Thread Mordecai Etukudo
Have you read about next auth

On Thu, Feb 1, 2024, 4:46 AM Israel Akinoso  wrote:

> Please has anyone implemented authentication with Django backend and
> Next.js' App Router. Even a guide or existing article about it would be
> very helpful. All the articles online still use the Pages Router
>
> --
> 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/57aa28e9-6d84-4562-8f76-01c6f98143f3n%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/CAMZpRz-pd5UXKnBTKV28L_Tq-nRPu9-8GoesC606ET39GiAzLg%40mail.gmail.com.


Re: Django to WordPress without api?

2024-02-01 Thread Mordecai Etukudo
Make and API with it get the endpoint and call the API on you WordPress
template one way

On Thu, Feb 1, 2024, 7:21 PM Luciano Martins (luxu) 
wrote:

> Este projeto se assemelha ao Wordpress...wagtail...pesquise sobre ele.
>
> Em quinta-feira, 1 de fevereiro de 2024 às 14:21:44 UTC-3, Danish Nagori
> escreveu:
>
>> I have scrapping project which is.develop in django
>> Now.iwant to integrate to WordPress so how
>>
> --
> 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/4813ca0c-d846-4e4e-af8c-d8fff14c6815n%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/CAMZpRz8xJb%2BzmnChj8MVMEznkavo03Eafuorh_86-_8rosifqA%40mail.gmail.com.


Re: Django books

2024-01-31 Thread Mordecai Etukudo
Can I get the Link to download Django for API

On Wed, Jan 31, 2024, 2:59 PM Goke Aruna  wrote:

> Yes
>
> On Tue, 30 Jan 2024, 2:01 am AshiQul Islam Munna, <
> ashiq.cse.m...@gmail.com> wrote:
>
>> Can I get the 'Django for Beginners Build websites with Python and Django
>> By William S. Vincent' pdf for free?
>>
>> --
>> 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/6e50722f-a36d-407e-b5f3-f7afec5adb6cn%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/CAAsJh%3DGuydeSTFowhkLNw6v8vB5i%2BKjwKuXcKn9xtViFMZ6x%3DA%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/CAMZpRz9dNdxM17cgQz28T6b%3DqioxKKU_HkpG-oQivJjPvec5Kg%40mail.gmail.com.