Re: Merging results of two .html files show up in one web page

2024-06-06 Thread Bhagyashri Phalake


total sale

from django.shortcuts import render
from .models import Sale

def sales_report(request):
sales = Sale.objects.all()
total_sales = sales.aggregate(total=models.Sum('total_price'))['total']
return render(request, 'sales_report.html', {'sales': sales, 
'total_sales': total_sales})


cal total sale:on view
from flask import Flask, render_template
from models import db, Sale

app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///sales.db'
db.init_app(app)

@app.route('/sales_report')
def sales_report():
sales = Sale.query.all()
total_sales = sum(sale.total_price for sale in sales)
return render_template('sales_report.html', sales=sales, 
total_sales=total_sales)

if __name__ == '__main__':
app.run(debug=True)
  
On Thursday 6 June 2024 at 02:37:27 UTC+5:30 Ryan Nowakowski wrote:

> Take a look at 
> https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#include
> On 6/4/24 7:13 AM, 'Mee “MeeGrp” Grp' via Django users wrote:
>
> I am working on an Inventory System ( just a trial - for learning 
> purposes) 
>
> platform - Python
> framework - Django
>
> VS Code/Sqlite3 
>
> Question:
>
> I have two html files 1. view_sales.html 2.total_sales.html
>
> view_sales.html
>
> 
> 
> 
> Sales
> Product Total_price
> 
> 
> Sales
> 
> 
> Product
> Date 
> Amount 
> Quantity Sold   
> Total Price
> 
> {% for sale in sales %}
> 
> {{ sale.product.product_name }}
> {{ sale.date }}  
> {{ sale.amount }}
> {{ sale.quantity_sold}}
> {{ sale.total_price }}
> 
> 
> 
> {% endfor %}
> 
> Total Sales: {{ total_sales }}
>
> -- 
> 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/56a9ff0a-62f2-4ec0-b8cd-5601174a862en%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/django-users/56a9ff0a-62f2-4ec0-b8cd-5601174a862en%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/4d980c1a-a102-48eb-8957-e2ce3c8cdf84n%40googlegroups.com.


Merging results of two .html files show up in one web page

2024-06-05 Thread 'Mee “MeeGrp” Grp' via Django users
I am working on an Inventory System ( just a trial - for learning purposes)

platform - Python
framework - Django

VS Code/Sqlite3 

Question:

I have two html files 1. view_sales.html 2.total_sales.html

view_sales.html




Sales
Product Total_price



Sales


Product
Date 
Amount 
Quantity Sold   
Total Price

{% for sale in sales %}

{{ sale.product.product_name }}
{{ sale.date }}  
{{ sale.amount }}
{{ sale.quantity_sold}}
{{ sale.total_price }}





{% endfor %}

Total Sales: {{ total_sales }}










-- 
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/56a9ff0a-62f2-4ec0-b8cd-5601174a862en%40googlegroups.com.


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

2024-03-30 Thread jMrL
ification (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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/django-users/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%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/CACJhvwtr4ehj%3Decq9pM%3DQqf%3DW3ea9%3DoRjroKWJCau%2BDUWkWGjQ%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/django-users/CACJhvwtr4ehj%3Decq9pM%3DQqf%3DW3ea9%3DoRjroKWJCau%2BDUWkWGjQ%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/d005ab98-f9b2-4b65-83ce-05e171774d68n%40googlegroups.com.


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

2024-03-25 Thread oduwole samuel
 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/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%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/CACJhvwtr4ehj%3Decq9pM%3DQqf%3DW3ea9%3DoRjroKWJCau%2BDUWkWGjQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACJhvwtr4ehj%3Decq9pM%3DQqf%3DW3ea9%3DoRjroKWJCau%2BDUWkWGjQ%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/CAO8%2Bh4TYHppLhQ8cckipiFNfPj5jd4_Zo4dM2Oz3wWS955s9HQ%40mail.gmail.com.


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

2024-03-22 Thread Ganilson Garcia
s
>>   - 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/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%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/CACJhvwtr4ehj%3Decq9pM%3DQqf%3DW3ea9%3DoRjroKWJCau%2BDUWkWGjQ%40mail.gmail.com.


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

2024-03-21 Thread Zaid Ullah
Interested:
+923328516774 (WhatsApp)

On Fri, Mar 22, 2024, 12:48 AM Runkang Chen (SySRunkang) <
help.informatic...@gmail.com> wrote:

> I want to join and help you.
>
> Discord ID: 1178027602930323539
>
> On Saturday, March 2, 2024 at 4:59:13 PM 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/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%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%2BnL6zj3a5%2BvfgWWrBeAySwODCO-%3D95WzSgaBJ4g5MonUiUdHA%40mail.gmail.com.


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

2024-03-21 Thread Runkang Chen (SySRunkang)
I want to join and help you.

Discord ID: 1178027602930323539

On Saturday, March 2, 2024 at 4:59:13 PM 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/40f4c1c1-d644-41a1-9e93-0a3781d11e5dn%40googlegroups.com.


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

2024-03-21 Thread Kaustubh Chandrabhan
Hello,

Consider developing the app on Zelthy 
(https://github.com/Healthlane-Technologies/zelthy3). Its a framework 
implemented on top of Django that makes development of CRUD and workflows 
based apps much faster. You can expect to cut down the development 
timelines by upto 70% for your students club requirement..

Link to 
documentation: https://docs.zelthy.com/docs/documentation/introduction/
Tutorial videos: https://www.youtube.com/@Zelthy-dev/videos
Discord: https://discord.gg/ytbcBbCK

Hope you find it useful :)

Thanks

On Thursday, March 21, 2024 at 7:04:06 PM UTC+5:30 Vijaya lakshmi wrote:

I have done  django projects for few companies and I'm interested so please 
add my number 8123839384 

On Mon, 18 Mar 2024, 10:56 pm 1001_prabhjot Singh,  
wrote:

am also interested in this project 9877199920

On Mon, 18 Mar 2024 at 20:33, Auwalu Muhammad Izziddin <
auwaluizz...@gmail.com> wrote:

i'm interested, and i will like to help you with the Frontend part 
(Reactjs) my number +2347043995559

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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b857feb4-24e0-4939-8e93-6de49b9e3f0bn%40googlegroups.com
 
<https://groups.google.com/d/msgid/django-users/b857feb4-24e0-4939-8e93-6de49b9e3f0bn%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/CAMCYDrjD%2B-VBrzPP-QoHGxOB8D

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

2024-03-21 Thread Vijaya lakshmi
I have done  django projects for few companies and I'm interested so please
add my number 8123839384

On Mon, 18 Mar 2024, 10:56 pm 1001_prabhjot Singh, 
wrote:

> am also interested in this project 9877199920
>
> On Mon, 18 Mar 2024 at 20:33, Auwalu Muhammad Izziddin <
> auwaluizziddin2...@gmail.com> wrote:
>
>> i'm interested, and i will like to help you with the Frontend part
>> (Reactjs) my number +2347043995559
>>
>> 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/b857feb4-24e0-4939-8e93-6de49b9e3f0bn%40googlegroups.com
>> <https://groups.google.com/d/msgid/djan

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

2024-03-18 Thread 1001_prabhjot Singh
am also interested in this project 9877199920

On Mon, 18 Mar 2024 at 20:33, Auwalu Muhammad Izziddin <
auwaluizziddin2...@gmail.com> wrote:

> i'm interested, and i will like to help you with the Frontend part
> (Reactjs) my number +2347043995559
>
> 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/b857feb4-24e0-4939-8e93-6de49b9e3f0bn%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/b857feb4-24e0-4939-8e93-6de49b9e3f0bn%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/CAMCYDrjD%2B-VBrzPP-QoHGxOB8D8ROubcEBrBBcDDVan41h8U9A%40mail.gmail.com.


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

2024-03-18 Thread Auwalu Muhammad Izziddin
i'm interested, and i will like to help you with the Frontend part 
(Reactjs) my number +2347043995559

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/b857feb4-24e0-4939-8e93-6de49b9e3f0bn%40googlegroups.com.


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

2024-03-12 Thread Alex Goyzueta
Interesado


El lun., 11 mar. 2024 14:44, Bayodele Oguntomiloye <
oguntomiloyebayod...@gmail.com> escribió:

> I'm interested. Add me with this WhatsApp number 09129350024
>
> On Sun, Mar 10, 2024 at 11:16 PM Galuh Akbar Putra 
> wrote:
>
>> Contact me
>> 0881025905276
>>
>> Pada Sab, 2 Mar 2024 22.58, SOLTAN NOURELDIEN 
>> menulis:
>>
>>>
>>> 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
>>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>

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

2024-03-11 Thread Bayodele Oguntomiloye
I'm interested. Add me with this WhatsApp number 09129350024

On Sun, Mar 10, 2024 at 11:16 PM Galuh Akbar Putra 
wrote:

> Contact me
> 0881025905276
>
> Pada Sab, 2 Mar 2024 22.58, SOLTAN NOURELDIEN 
> menulis:
>
>>
>> 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CADdZx%3DRPso%3Dv5eB9m0SvxCRCsd5hBvuAZu4ibXkMac6GFUWbGw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CADdZx%3DRPso%3Dv5eB9m0SvxCRCsd5hBvuAZu4ibXkMac6GFUWbGw%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/CACABt6R%3DPmPwvL6921u7QZgBPWiSRN95gjCY%2BPkKe%3D0hn43dzg%40mail.gmail.com.


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: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-11 Thread Kani Sbt
+918072970517

On Mon, 11 Mar 2024 at 03:46, Galuh Akbar Putra 
wrote:

> Contact me
> 0881025905276
>
> Pada Sab, 2 Mar 2024 22.58, SOLTAN NOURELDIEN 
> menulis:
>
>>
>> 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CADdZx%3DRPso%3Dv5eB9m0SvxCRCsd5hBvuAZu4ibXkMac6GFUWbGw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CADdZx%3DRPso%3Dv5eB9m0SvxCRCsd5hBvuAZu4ibXkMac6GFUWbGw%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/CAKJFrTQ%2B3AZ7jMtKK-PUoFUCWCzV9pvHYxC%3DduYFvrQZyfDU1g%40mail.gmail.com.


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

2024-03-10 Thread Galuh Akbar Putra
Contact me
0881025905276

Pada Sab, 2 Mar 2024 22.58, SOLTAN NOURELDIEN  menulis:

>
> 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CADdZx%3DRPso%3Dv5eB9m0SvxCRCsd5hBvuAZu4ibXkMac6GFUWbGw%40mail.gmail.com.


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

2024-03-10 Thread 1001_prabhjot Singh
Yess intrested in this project
9877199920

On Sat, Mar 9, 2024, 8:43 PM Kintu Peter  wrote:

> am interested
> +256789746493
>
> On Thu, 7 Mar 2024, 17:18 THE tech,  wrote:
>
>> I will be happy to join you my friend +2347068821240
>>
>> On Wed, Mar 6, 2024, 10:54 PM Ogunkoya Mayowa 
>> wrote:
>>
>>> Add me +2349066713865
>>> I also want to learn and contribute to the project.
>>>
>>> On Wed, Mar 6, 2024, 3:29 PM Ambaig Baig  wrote:
>>>
>>>> I would like to join u into your project as I  am myself new in the
>>>> world of Django I believe we both can progress largely if we Collab as I
>>>> have made few projects in Django before
>>>> Phone number: 03302424221
>>>>
>>>>
>>>> On Sat, Mar 2, 2024, 8:58 PM 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
>>>>>   - 

Re: Looking to hire Full Stack Web Developer with minimum 8 years of Experience

2024-03-09 Thread Krishnaprabha Chari
Thank you, Enoma for your response. Unfortunately at this time, the
position requires person to be located within the United States.

Thanks.


On Fri, Mar 8, 2024 at 1:36 PM Emmanuel Uwaifo 
wrote:

> Good day,
> Can the person work remotely from another country?
>
> Thanks.
>
> Regards,
> Enoma Uwaifo
>
> On Fri, Mar 8, 2024 at 7:37 PM djfan 
> wrote:
>
>> We are looking to hire 1-2 Full Stack Web Developer with 8+ years of
>> Experience for a full time position. 1 position is based in USA. The
>> project scope consists of developing a web-app for integrating high-volume
>> financial data from multiple instances of ERPs like Workday etc.
>>
>> Please send your resume and Linkedin profiles.
>>
>> Thanks,
>> XHance Business Solutions.
>>
>> --
>> 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/c658a5fc-8007-415e-8aac-6d01a58bc43cn%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/c658a5fc-8007-415e-8aac-6d01a58bc43cn%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/CADXqmSatA82KC5bdoZ1WTQFrf4iGMurYxzHeFok4mgwvpUHf1Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CADXqmSatA82KC5bdoZ1WTQFrf4iGMurYxzHeFok4mgwvpUHf1Q%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/CAEscowzC-hkw%2B6zA5myhdcXxPxPnJGV_Z2XC60%3DU9swfaSOS_Q%40mail.gmail.com.


Re:Looking to hire Full Stack Web Developer with minimum 8 years of Experience

2024-03-09 Thread Idohou Sandé Augustin
My name is Augustine Sunday Idowu, i have +4 years experience in Web development. Sent from my phone Original message From: djfan Date: Fri, Mar 8, 2024, 19:28To: Django users Subject: Looking to hire Full Stack Web Developer with minimum 8 years of ExperienceWe are looking to hire 1-2 Full Stack Web Developer with 8+ years of Experience for a full time position. 1 position is based in USA. The project scope consists of developing a web-app for integrating high-volume financial data from multiple instances of ERPs like Workday etc.Please send your resume and Linkedin profiles. Thanks,XHance Business Solutions.



-- 
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/c658a5fc-8007-415e-8aac-6d01a58bc43cn%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/-lqq4d5nfqgc698aqk0-nn2thub4svy325akam2cjrz1-ng4u39-h20ilw-29pcqk-d7u38j3xc5b7-hl3zxt-i14sm8v59y2m-4mzsmm-w9zpilpaohq8-s0jdbn-6tlrcn-gqhdsa-tasxdk-pdrzcjy745k8.1709939149984%40email.android.com.


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

2024-03-09 Thread Kintu Peter
am interested
+256789746493

On Thu, 7 Mar 2024, 17:18 THE tech,  wrote:

> I will be happy to join you my friend +2347068821240
>
> On Wed, Mar 6, 2024, 10:54 PM Ogunkoya Mayowa 
> wrote:
>
>> Add me +2349066713865
>> I also want to learn and contribute to the project.
>>
>> On Wed, Mar 6, 2024, 3:29 PM Ambaig Baig  wrote:
>>
>>> I would like to join u into your project as I  am myself new in the
>>> world of Django I believe we both can progress largely if we Collab as I
>>> have made few projects in Django before
>>> Phone number: 03302424221
>>>
>>>
>>> On Sat, Mar 2, 2024, 8:58 PM 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. Th

Re: Looking to hire Full Stack Web Developer with minimum 8 years of Experience

2024-03-08 Thread Emmanuel Uwaifo
Good day,
Can the person work remotely from another country?

Thanks.

Regards,
Enoma Uwaifo

On Fri, Mar 8, 2024 at 7:37 PM djfan  wrote:

> We are looking to hire 1-2 Full Stack Web Developer with 8+ years of
> Experience for a full time position. 1 position is based in USA. The
> project scope consists of developing a web-app for integrating high-volume
> financial data from multiple instances of ERPs like Workday etc.
>
> Please send your resume and Linkedin profiles.
>
> Thanks,
> XHance Business Solutions.
>
> --
> 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/c658a5fc-8007-415e-8aac-6d01a58bc43cn%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/c658a5fc-8007-415e-8aac-6d01a58bc43cn%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/CADXqmSatA82KC5bdoZ1WTQFrf4iGMurYxzHeFok4mgwvpUHf1Q%40mail.gmail.com.


Looking to hire Full Stack Web Developer with minimum 8 years of Experience

2024-03-08 Thread djfan
We are looking to hire 1-2 Full Stack Web Developer with 8+ years of 
Experience for a full time position. 1 position is based in USA. The 
project scope consists of developing a web-app for integrating high-volume 
financial data from multiple instances of ERPs like Workday etc.

Please send your resume and Linkedin profiles. 

Thanks,
XHance Business Solutions.

-- 
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/c658a5fc-8007-415e-8aac-6d01a58bc43cn%40googlegroups.com.


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

2024-03-07 Thread THE tech
I will be happy to join you my friend +2347068821240

On Wed, Mar 6, 2024, 10:54 PM Ogunkoya Mayowa 
wrote:

> Add me +2349066713865
> I also want to learn and contribute to the project.
>
> On Wed, Mar 6, 2024, 3:29 PM Ambaig Baig  wrote:
>
>> I would like to join u into your project as I  am myself new in the world
>> of Django I believe we both can progress largely if we Collab as I have
>> made few projects in Django before
>> Phone number: 03302424221
>>
>>
>> On Sat, Mar 2, 2024, 8:58 PM 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

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
 want to keep trying with your way, also 
>>> no problem.
>>>
>>> On Thu, 7 Mar 2024 at 12:02, ram.mu...@gmail.com  
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> Hoping someone can provide some clue on this?
>>>>
>>>> Best regards,
>>>> ~Ram
>>>>
>>>> On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com 
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Could someone look at this post and help me understand what is 
>>>>> missing? We think there is no issue in our Django application but Digital 
>>>>> Ocean concluded that the issue is from our application.
>>>>>
>>>>>
>>>>> https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet
>>>>>
>>>>> 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...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/django-users/573034cd-fd0a-4a31-97a5-e551416331den%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/django-users/573034cd-fd0a-4a31-97a5-e551416331den%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/5dbc15aa-ca1b-450b-8935-d7834d365a88n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/5dbc15aa-ca1b-450b-8935-d7834d365a88n%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/fc91c53b-39bc-40c8-90f3-bdb53b1cdac4n%40googlegroups.com.


Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
Why do you need to use a non-standard port such as 4000 when deployed on a
server?

On Thu, 7 Mar 2024 at 13:18, ram.mu...@gmail.com 
wrote:

> Thank you both. I deployed the same site twice on DO droplets without any
> issues and the site was running fine for a year, but it stopped working
> lately. I did not find any clue so far.
>
> 1. Before deployment
>
> $ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep
> --color=auto runserver ---
>
> $ $ sudo nmap -p 4000, 22 > 136.189.5.1 -Pn Starting Nmap 7.94SVN (
> https://nmap.org ) at 2024-02-29 05:03 UTC Nmap scan report for 22
> (0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp filtered remoteanything
> Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01 (136.189.5.1) Host is up
> (0.82s latency). PORT STATE SERVICE 4000/tcp closed remoteanything Nmap
> done: 2 IP addresses (2 hosts up) scanned in 2.15 seconds  $ $
> sudo ufw status Status: active To Action From -- --  OpenSSH ALLOW
> Anywhere 8080 ALLOW Anywhere 8000 ALLOW Anywhere 5432 ALLOW Anywhere 4000
> ALLOW Anywhere OpenSSH (v6) ALLOW Anywhere (v6) 8080 (v6) ALLOW Anywhere
> (v6) 8000 (v6) ALLOW Anywhere (v6) 5432 (v6) ALLOW Anywhere (v6) 4000 (v6)
> ALLOW Anywhere (v6) --
>
>
> 2. After successful deployment:
>
>
> $ $ sudo netstat -lanp | grep 4000 $ $ sudo nmap -p 4000, 22 136.189.5.1
> -Pn Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-02-29 05:07 UTC
> Nmap scan report for 22 (0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp
> filtered remoteanything Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01
> (136.189.5.1) Host is up(0.82s latency). PORT STATE SERVICE 4000/tcp
> closed remoteanything Nmap done: 2 IP addresses (2 hosts up) scanned in
> 2.14 seconds $ $ ps -ef | grep runserver jenkins 1679 1 1 05:05 ? 00:00:00
> /var/lib/jenkins/workspace/dev-rmbl-project/env/bin/python manage.py
> runserver 0.0.0.0:4000 jenkins 1691 1679 1 05:05 ? 00:00:01
> /var/lib/jenkins/workspace/dev-rmbl-project/env/bin/python manage.py
> runserver 0.0.0.0:4000 rmbl 1727 1414 0 05:07 pts/0 00:00:00 grep
> --color=auto runserver $ $ sudo nmap -p 4000, 22 136.189.5.1 -Pn Starting
> Nmap 7.94SVN ( https://nmap.org ) at 2024-02-29 05:08 UTC Nmap scan
> report for 22 (0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp filtered
> remoteanything Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01 (136.189.5.1)
> Host is up (0.78s latency).
>
> PORT STATE SERVICE 4000/tcp closed remoteanything Nmap done: 2 IP
> addresses (2 hosts up) scanned in 2.13 seconds $ $ $wget
> http://136.189.5.1:4000 --2024-02-29 13:44:39-- http://136.189.5.1:4000/
> Connecting to 136.189.5.1:4000... failed: Connection refused.
>
>
> 3. DO support answer:
>
> Upon checking the issue you are facing with the Django application, I can
> see port 4000 is showing as closed on your Droplet. Please refer to the
> snippet for the details:
>
> nmap -p 4000,22 136.189.5.1 -Pn
> Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-28 13:45 IST
> Nmap scan report for 136.189.5.1
> Host is up (0.23s latency).
> PORT STATE  SERVICE
> 22/tcp   open   ssh
> 4000/tcp closed http-alt
>
> A closed result means, no active service is listening to that port.  In
> this situation, you would need to check the application status that's
> configured to run on this port and proceed further with its result. If it's
> not active, try restarting the service. If it is still failing to start,
> you might have to troubleshoot further to check what is preventing the
> services from starting.  If it shows any error please check the logs and
> proceed accordingly.
>
> Best Regards,
> ~Ram
>
> On Wednesday, March 6, 2024 at 9:40:40 PM UTC-7 Muhammad Juwaini Abdul
> Rahman wrote:
>
>> I always follow the following steps to deploy my site on DO.
>>
>> https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu
>>
>> Countless attempts and 0 fail.
>>
>> Maybe you can try this. If you want to keep trying with your way, also no
>> problem.
>>
>> On Thu, 7 Mar 2024 at 12:02, ram.mu...@gmail.com 
>> wrote:
>>
>>> Hi,
>>>
>>> Hoping someone can provide some clue on this?
>>>
>>> Best regards,
>>> ~Ram
>>>
>>> On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote:
>>>
>>>> Hi,
>>>>
>>>> Could someone look at this post and help me understand what is missing?
>>>> We think there is no issue in our Django application but Digital Ocean
>>>> concluded that the issue is from our application.
>>>>
>>>

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Ram
 ( https://nmap.org ) at 2024-02-29 05:08 UTC Nmap scan report 
> for 22 (0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp filtered 
> remoteanything Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01 (136.189.5.1) 
> Host is up (0.78s latency).
>
> PORT STATE SERVICE 4000/tcp closed remoteanything Nmap done: 2 IP addresses 
> (2 hosts up) scanned in 2.13 seconds $ $ $wget http://136.189.5.1:4000 
> --2024-02-29 13:44:39-- http://136.189.5.1:4000/ Connecting to 
> 136.189.5.1:4000... failed: Connection refused.
>
>
> 3. DO support answer:
>
> Upon checking the issue you are facing with the Django application, I can see 
> port 4000 is showing as closed on your Droplet. Please refer to the snippet 
> for the details:
>
> nmap -p 4000,22 136.189.5.1 -Pn
> Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-28 13:45 IST
> Nmap scan report for 136.189.5.1
> Host is up (0.23s latency).
> PORT STATE  SERVICE
> 22/tcp   open   ssh
> 4000/tcp closed http-alt
>
> A closed result means, no active service is listening to that port.  In this 
> situation, you would need to check the application status that's configured 
> to run on this port and proceed further with its result. If it's not active, 
> try restarting the service. If it is still failing to start, you might have 
> to troubleshoot further to check what is preventing the services from 
> starting.  If it shows any error please check the logs and proceed 
> accordingly.
>
> Best Regards,
> ~Ram
>
> On Wednesday, March 6, 2024 at 9:40:40 PM UTC-7 Muhammad Juwaini Abdul Rahman 
> wrote:
>>
>> I always follow the following steps to deploy my site on DO.
>> https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu
>>
>> Countless attempts and 0 fail.
>>
>> Maybe you can try this. If you want to keep trying with your way, also no 
>> problem.
>>
>> On Thu, 7 Mar 2024 at 12:02, ram.mu...@gmail.com  wrote:
>>>
>>> Hi,
>>>
>>> Hoping someone can provide some clue on this?
>>>
>>> Best regards,
>>> ~Ram
>>>
>>> On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote:
>>>>
>>>> Hi,
>>>>
>>>> Could someone look at this post and help me understand what is missing? We 
>>>> think there is no issue in our Django application but Digital Ocean 
>>>> concluded that the issue is from our application.
>>>>
>>>> https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet
>>>>
>>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/573034cd-fd0a-4a31-97a5-e551416331den%40googlegroups.com.
>
> --
> You received this message because you are subscribed to a topic in the Google 
> Groups "Django users" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/django-users/_cQl-FWYwbw/unsubscribe.
> To unsubscribe from this group and all its topics, 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/5dbc15aa-ca1b-450b-8935-d7834d365a88n%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/CA%2BOi5F3zTph33bzZ1vO4X0LgFMZvACrmyf-94ezMAtj67TtP%2BQ%40mail.gmail.com.


Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Thank you both. I deployed the same site twice on DO droplets without any 
issues and the site was running fine for a year, but it stopped working 
lately. I did not find any clue so far. 

1. Before deployment

$ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep 
--color=auto runserver --- 

$ $ sudo nmap -p 4000, 22 > 136.189.5.1 -Pn Starting Nmap 7.94SVN ( 
https://nmap.org ) at 2024-02-29 05:03 UTC Nmap scan report for 22 
(0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp filtered remoteanything 
Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01 (136.189.5.1) Host is up 
(0.82s latency). PORT STATE SERVICE 4000/tcp closed remoteanything Nmap 
done: 2 IP addresses (2 hosts up) scanned in 2.15 seconds  $ $ 
sudo ufw status Status: active To Action From -- --  OpenSSH ALLOW 
Anywhere 8080 ALLOW Anywhere 8000 ALLOW Anywhere 5432 ALLOW Anywhere 4000 
ALLOW Anywhere OpenSSH (v6) ALLOW Anywhere (v6) 8080 (v6) ALLOW Anywhere 
(v6) 8000 (v6) ALLOW Anywhere (v6) 5432 (v6) ALLOW Anywhere (v6) 4000 (v6) 
ALLOW Anywhere (v6) --


2. After successful deployment:
 

$ $ sudo netstat -lanp | grep 4000 $ $ sudo nmap -p 4000, 22 136.189.5.1 
-Pn Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-02-29 05:07 UTC Nmap 
scan report for 22 (0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp 
filtered remoteanything Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01 
(136.189.5.1) Host is up(0.82s latency). PORT STATE SERVICE 4000/tcp 
closed remoteanything Nmap done: 2 IP addresses (2 hosts up) scanned in 
2.14 seconds $ $ ps -ef | grep runserver jenkins 1679 1 1 05:05 ? 00:00:00 
/var/lib/jenkins/workspace/dev-rmbl-project/env/bin/python manage.py 
runserver 0.0.0.0:4000 jenkins 1691 1679 1 05:05 ? 00:00:01 
/var/lib/jenkins/workspace/dev-rmbl-project/env/bin/python manage.py 
runserver 0.0.0.0:4000 rmbl 1727 1414 0 05:07 pts/0 00:00:00 grep 
--color=auto runserver $ $ sudo nmap -p 4000, 22 136.189.5.1 -Pn Starting 
Nmap 7.94SVN ( https://nmap.org ) at 2024-02-29 05:08 UTC Nmap scan report 
for 22 (0.0.0.22) Host is up. PORT STATE SERVICE 4000/tcp filtered 
remoteanything Nmap scan report for rmbl-s-1vcpu-2gb-ams3-01 (136.189.5.1) 
Host is up (0.78s latency).

PORT STATE SERVICE 4000/tcp closed remoteanything Nmap done: 2 IP addresses 
(2 hosts up) scanned in 2.13 seconds $ $ $wget http://136.189.5.1:4000 
--2024-02-29 13:44:39-- http://136.189.5.1:4000/ Connecting to 
136.189.5.1:4000... failed: Connection refused.


3. DO support answer:

Upon checking the issue you are facing with the Django application, I can 
see port 4000 is showing as closed on your Droplet. Please refer to the 
snippet for the details:

nmap -p 4000,22 136.189.5.1 -Pn
Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-28 13:45 IST
Nmap scan report for 136.189.5.1
Host is up (0.23s latency).
PORT STATE  SERVICE
22/tcp   open   ssh
4000/tcp closed http-alt

A closed result means, no active service is listening to that port.  In 
this situation, you would need to check the application status that's 
configured to run on this port and proceed further with its result. If it's 
not active, try restarting the service. If it is still failing to start, 
you might have to troubleshoot further to check what is preventing the 
services from starting.  If it shows any error please check the logs and 
proceed accordingly. 

Best Regards,
~Ram

On Wednesday, March 6, 2024 at 9:40:40 PM UTC-7 Muhammad Juwaini Abdul 
Rahman wrote:

> I always follow the following steps to deploy my site on DO. 
>
> https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu
>
> Countless attempts and 0 fail. 
>
> Maybe you can try this. If you want to keep trying with your way, also no 
> problem.
>
> On Thu, 7 Mar 2024 at 12:02, ram.mu...@gmail.com  
> wrote:
>
>> Hi,
>>
>> Hoping someone can provide some clue on this?
>>
>> Best regards,
>> ~Ram
>>
>> On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote:
>>
>>> Hi,
>>>
>>> Could someone look at this post and help me understand what is missing? 
>>> We think there is no issue in our Django application but Digital Ocean 
>>> concluded that the issue is from our application.
>>>
>>>
>>> https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet
>>>
>>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
I always follow the following steps to deploy my site on DO.
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu

Countless attempts and 0 fail.

Maybe you can try this. If you want to keep trying with your way, also no
problem.

On Thu, 7 Mar 2024 at 12:02, ram.mu...@gmail.com 
wrote:

> Hi,
>
> Hoping someone can provide some clue on this?
>
> Best regards,
> ~Ram
>
> On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote:
>
>> Hi,
>>
>> Could someone look at this post and help me understand what is missing?
>> We think there is no issue in our Django application but Digital Ocean
>> concluded that the issue is from our application.
>>
>>
>> https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet
>>
>> 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/573034cd-fd0a-4a31-97a5-e551416331den%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/573034cd-fd0a-4a31-97a5-e551416331den%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/CAFKhtoRm0endKn3cwm0dC7ny2yiJej%2BtGEyhcxa3OTAGw5zuKg%40mail.gmail.com.


Re: Django web site is not opened though runserver us running

2024-03-06 Thread Mike Dewhirst

On 7/03/2024 3:02 pm, ram.mu...@gmail.com wrote:

Hi,

Hoping someone can provide some clue on this?


I think you'll find most people are reluctant to click on unsolicited 
web links no matter how innocent they appear to be.


Perhaps you can describe the problem, tell us what you have tried and 
show the DigitalOcean advice.





Best regards,
~Ram

On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote:

Hi,

Could someone look at this post and help me understand what is
missing? We think there is no issue in our Django application but
Digital Ocean concluded that the issue is from our application.


https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet

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/573034cd-fd0a-4a31-97a5-e551416331den%40googlegroups.com 
<https://groups.google.com/d/msgid/django-users/573034cd-fd0a-4a31-97a5-e551416331den%40googlegroups.com?utm_medium=email_source=footer>.



--
We recommend signal.org

Signed email is an absolute defence against phishing. This email has
been signed with my private key. If you import my public key you can
automatically decrypt my signature and be sure it came from me. Your
email software can handle signing.

--
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/9849ca6a-3a65-42ea-a5c1-6d7ced3c4763%40dewhirst.com.au.


OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Hi,

Hoping someone can provide some clue on this?

Best regards,
~Ram

On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote:

> Hi,
>
> Could someone look at this post and help me understand what is missing? We 
> think there is no issue in our Django application but Digital Ocean 
> concluded that the issue is from our application.
>
>
> https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet
>
> 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/573034cd-fd0a-4a31-97a5-e551416331den%40googlegroups.com.


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

2024-03-06 Thread Ogunkoya Mayowa
Add me +2349066713865
I also want to learn and contribute to the project.

On Wed, Mar 6, 2024, 3:29 PM Ambaig Baig  wrote:

> I would like to join u into your project as I  am myself new in the world
> of Django I believe we both can progress largely if we Collab as I have
> made few projects in Django before
> Phone number: 03302424221
>
>
> On Sat, Mar 2, 2024, 8:58 PM 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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 vi

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

2024-03-06 Thread Ambaig Baig
I would like to join u into your project as I  am myself new in the world
of Django I believe we both can progress largely if we Collab as I have
made few projects in Django before
Phone number: 03302424221


On Sat, Mar 2, 2024, 8:58 PM 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAEkU0UNXxfuSUcdHDsZZZGTnRGdhr00dgHhDcZmjQ1vE7xOB7Q%40mail.gmail.com.


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

2024-03-06 Thread Manjusha
I am interested to join
Phone number: 91+7083508673

On Wed, 6 Mar 2024, 19:26 Najeeb Mansur Sayaya,  wrote:

> Please add me 07038571709
>
> On Sat, Mar 2, 2024, 4:58 PM SOLTAN NOURELDIEN 
>>
>> 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAP_-qZTPbR3%3DALgmR_ORgAqZMjbHrTETVfg56-_SB1%2B7t5jEOw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAP_-qZTPbR3%3DALgmR_ORgAqZMjbHrTETVfg56-_SB1%2B7t5jEOw%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/CAGz3pX%2Bt5p%3D8TdCMXNuWh3v_L3Db5n3W3nGsZQPGGww0GV5g_w%40mail.gmail.com.


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

2024-03-06 Thread Najeeb Mansur Sayaya
Please add me 07038571709

On Sat, Mar 2, 2024, 4:58 PM SOLTAN NOURELDIEN 
> 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAP_-qZTPbR3%3DALgmR_ORgAqZMjbHrTETVfg56-_SB1%2B7t5jEOw%40mail.gmail.com.


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

2024-03-06 Thread Daud L Namayala
Interested.
Contacts
Phone: +255692610102
Github: daudln

On Sat, Mar 2, 2024, 18:59 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CADif6pqooZgZnmkqLPOv2yxepT%2B7UVtvHVWdcbTjavbWnqVFPA%40mail.gmail.com.


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

2024-03-05 Thread Kelvin Ugwu
Hello

I'm kelvin, I have good experience working with Django and I want to use it
to make contributions to your project.

+2347084632922

On Tue, Mar 5, 2024, 9:59 PM André Lewis  wrote:

> I'm interested, this will be a good opportunity for me. 8763198281
>
> On Mon, 4 Mar 2024, 9:30 am phala mat,  wrote:
>
>> Interested, this will be a good learning opportunity for me
>> +27739060158
>>
>> On Mon, Mar 4, 2024 at 10:00 AM Patient makanga <
>> makangapatie...@gmail.com> wrote:
>>
>>> Interested, here is my WhatsApp: +27692415579.
>>>
>>> On Sun, Mar 3, 2024, 8:28 PM SOLTAN NOURELDIEN 
>>> wrote:
>>>
>>>> The number is incorrect, I Can't find you on the whatsapp.
>>>>
>>>> On Saturday, March 2, 2024 at 7:06:57 PM UTC+3 kelvin Ace wrote:
>>>>
>>>>> Interested… 09053116324
>>>>>
>>>>> 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 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 

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

2024-03-05 Thread André Lewis
I'm interested, this will be a good opportunity for me. 8763198281

On Mon, 4 Mar 2024, 9:30 am phala mat,  wrote:

> Interested, this will be a good learning opportunity for me
> +27739060158
>
> On Mon, Mar 4, 2024 at 10:00 AM Patient makanga 
> wrote:
>
>> Interested, here is my WhatsApp: +27692415579.
>>
>> On Sun, Mar 3, 2024, 8:28 PM SOLTAN NOURELDIEN 
>> wrote:
>>
>>> The number is incorrect, I Can't find you on the whatsapp.
>>>
>>> On Saturday, March 2, 2024 at 7:06:57 PM UTC+3 kelvin Ace wrote:
>>>
>>>> Interested… 09053116324
>>>>
>>>> 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 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 

Django web site is not opened though runserver us running

2024-03-05 Thread ram.mu...@gmail.com
Hi,

Could someone look at this post and help me understand what is missing? We 
think there is no issue in our Django application but Digital Ocean 
concluded that the issue is from our application.

https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-droplet

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/8e4927bb-8e7d-45c0-900b-4f7f18dd578en%40googlegroups.com.


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

2024-03-04 Thread phala mat
Interested, this will be a good learning opportunity for me
+27739060158

On Mon, Mar 4, 2024 at 10:00 AM Patient makanga 
wrote:

> Interested, here is my WhatsApp: +27692415579.
>
> On Sun, Mar 3, 2024, 8:28 PM SOLTAN NOURELDIEN  wrote:
>
>> The number is incorrect, I Can't find you on the whatsapp.
>>
>> On Saturday, March 2, 2024 at 7:06:57 PM UTC+3 kelvin Ace wrote:
>>
>>> Interested… 09053116324
>>>
>>> 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 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.
>>>>

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

2024-03-03 Thread Patient makanga
Interested, here is my WhatsApp: +27692415579.

On Sun, Mar 3, 2024, 8:28 PM SOLTAN NOURELDIEN  wrote:

> The number is incorrect, I Can't find you on the whatsapp.
>
> On Saturday, March 2, 2024 at 7:06:57 PM UTC+3 kelvin Ace wrote:
>
>> Interested… 09053116324
>>
>> 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 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...@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
>>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> Y

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

2024-03-03 Thread Charles Tigui
Add me in the project with this number 00237678224105. I am interested

Le dim. 3 mars 2024 à 12:37 PM, yavoucko lye  a
écrit :

> I'm interrested by your challenge.
> Here IS my WhatsApp :00221778399425
>
> Le sam. 2 mars 2024 à 15:58, SOLTAN NOURELDIEN  a
> écrit :
>
>>
>> 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAHKysxin2nwQreWUQRYpHPryeRj77StD6tT%2BLb8y3yiFhRWG7Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHKysxin2nwQreWUQRYpHPryeRj77StD6tT%2BLb8y3yiFhRWG7Q%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/CALT0-aSdLNQohn3XFM-jLcoL8zJ%2BD2ePM6%2BxxK9u%2B%2Bf6veE%3DAQ%40mail.gmail.com.


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

2024-03-03 Thread Charles Tigui
Please try with this +237691970872

Le dim. 3 mars 2024 à 7:29 PM, SOLTAN NOURELDIEN  a
écrit :

> The number is incorrect, I Can't find you on the whatsapp.
>
> On Saturday, March 2, 2024 at 7:06:57 PM UTC+3 kelvin Ace wrote:
>
>> Interested… 09053116324
>>
>> 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 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...@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
>>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>

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

2024-03-03 Thread SOLTAN NOURELDIEN
The number is incorrect, I Can't find you on the whatsapp.

On Saturday, March 2, 2024 at 7:06:57 PM UTC+3 kelvin Ace wrote:

> Interested… 09053116324
>
> 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 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...@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
>>  
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/007fa30a-1448-4b40-8e94-167534a754d7n%40googlegroups.com.


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

2024-03-03 Thread Gerges Asaad
I'm interested in your challenge.
please add me. My WhatsApp +201223407877

On Sat, Mar 2, 2024 at 5:58 PM 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegroups.com?utm_medium=email_source=footer>
> .
>


-- 

*Best Regards.*

*Egypt Otsuka Pharmaceutical Co., S.A.E*

*Eng**. **Gerges Asaad *

*IT Manager**Cell*:* (+2 01022000495) *

-- 
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/CACjv1hL3g-ADeGjHbtg-kDi-JWUHbaA6QzTZs8b7-b%2B4Hy4Ynw%40mail.gmail.com.


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

2024-03-03 Thread Gerges Asaad
I'm interested in your challenge.
please add me. My WhatsApp +201223407877


On Sun, Mar 3, 2024 at 3:46 PM Okechukwu Ogo 
wrote:

> +2347036329024
>
> Add me with the above number, I am much interested.
>
> On Sun, 3 Mar 2024, 12:37 yavoucko lye,  wrote:
>
>> I'm interrested by your challenge.
>> Here IS my WhatsApp :00221778399425
>>
>> Le sam. 2 mars 2024 à 15:58, SOLTAN NOURELDIEN  a
>> écrit :
>>
>>>
>>> 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
>>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%

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

2024-03-03 Thread Ajinkya Degaonkar
I'm interested.

Add me in +91-7620604037

Thanks & Regards

On Sun, 3 Mar, 2024, 19:17 Okechukwu Ogo, 
wrote:

> +2347036329024
>
> Add me with the above number, I am much interested.
>
> On Sun, 3 Mar 2024, 12:37 yavoucko lye,  wrote:
>
>> I'm interrested by your challenge.
>> Here IS my WhatsApp :00221778399425
>>
>> Le sam. 2 mars 2024 à 15:58, SOLTAN NOURELDIEN  a
>> écrit :
>>
>>>
>>> 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
>>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegroups.c

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

2024-03-03 Thread Okechukwu Ogo
+2347036329024

Add me with the above number, I am much interested.

On Sun, 3 Mar 2024, 12:37 yavoucko lye,  wrote:

> I'm interrested by your challenge.
> Here IS my WhatsApp :00221778399425
>
> Le sam. 2 mars 2024 à 15:58, SOLTAN NOURELDIEN  a
> écrit :
>
>>
>> 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAHKysxin2nwQreWUQRYpHPryeRj77StD6tT%2BLb8y3yiFhRWG7Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHKysxin2nwQreWUQRYpHPryeRj77StD6tT%2BLb8y3yiFhRWG7Q%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/CAMeYHet5GnqjBy019USpLcVp4eD%3DYAm8O%2BWKphR3h1bZvPYJMA%40mail.gmail.com.


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

2024-03-03 Thread yavoucko lye
I'm interrested by your challenge.
Here IS my WhatsApp :00221778399425

Le sam. 2 mars 2024 à 15:58, SOLTAN NOURELDIEN  a
écrit :

>
> 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAHKysxin2nwQreWUQRYpHPryeRj77StD6tT%2BLb8y3yiFhRWG7Q%40mail.gmail.com.


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 exis

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

2024-03-02 Thread Kiggundu Brevin
I wish to be part of this +256755113122

On Sat, Mar 2, 2024 at 9:39 PM Muhammed Lawal 
wrote:

> 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 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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAOzVPC8XWpcHs2GQSn2SXcthSvkOTUNztnbsSAAvHd_Y-S3e1g%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAOzVPC8XWpcHs2GQSn2SXcthSvkOTUNztnbsSAAvHd_Y-S3e1g%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/CAFGgVR2W42bY%3D%3DuCcwpCBwNir2%3D-S%3D%3D7Tn-w7%3DZhbNbg%3DZMAug%40mail.gmail.com.


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

2024-03-02 Thread Geofrey Njavike
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 "

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 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAOzVPC8XWpcHs2GQSn2SXcthSvkOTUNztnbsSAAvHd_Y-S3e1g%40mail.gmail.com.


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

2024-03-02 Thread Amen Guda
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
>>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegro

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

2024-03-02 Thread kayode moshood
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
>> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAO0F2GYOch5ksze22g6p568PC7fA7moQ2%2BBOV6RxQFr%3DGC%3DmNw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAO0F2GYOch5ksze22g6p568PC7fA7moQ2%2BBOV6RxQFr%3DGC%3DmNw%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/CAEbSQBCXTaBPOgo_9yMg3nj506f5ewaud3AHTwkvttRX52cFPg%40mail.gmail.com.


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

2024-03-02 Thread BUHNYUY RONALD
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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAO0F2GYOch5ksze22g6p568PC7fA7moQ2%2BBOV6RxQFr%3DGC%3DmNw%40mail.gmail.com.


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

2024-03-02 Thread Faisal Mahmood
You will have me 
+923013181026
Hi, I'm a Data Analyst & Full-Stack Django Developer. I Have Gained a Bunch
of Versatile Skills
I have worked with big data and relates databases.

My Core Skills:
Git, Python, Django,R, Big DATA
Html, CSS, Bootstraps5, JavaScript
Excel, Word, Google Sheets, Tableau
NumPy, Pandas, matplotlib, Plotly
SQL, My SQL, PostGreSql, Apache
Ai Tools> Google Bard, BingAI, ChatGPT, Mid journey, Imagine
Basics of Artificial Intelligence

Learning Now:
Data Science, Machine Learning, AI, Flutter, React js.

Regards:
Faisal Mehmood

On Sat, Mar 2, 2024, 8:58 PM 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CAP3eejxV4uYP1yWFqarq4bsj8-yKqhkqs1r3KOE_9xycE%3D3v3g%40mail.gmail.com.


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

2024-03-02 Thread kelvin Ace
Interested… 09053116324

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 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
> <https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%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/CANsgcKA4mOyi%2BMmmTik9Hk2YBG-ByN9sFuvGSKCJZFWC2%2B%2BNNA%40mail.gmail.com.


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

2024-03-02 Thread SOLTAN NOURELDIEN



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.


Re: Web redirection

2024-01-26 Thread Obam Olohu
if you want to set your port back top 8000: Check React's Proxy
Configuration:  pip install django-cors-headers
# settings.py

INSTALLED_APPS = [
# ...
'corsheaders',
# ...
]

MIDDLEWARE = [
# ...
'corsheaders.middleware.CorsMiddleware',
# ...
]

On Tue, Jan 23, 2024 at 4:34 PM Raymond Nsubuga 
wrote:

> Am working on a django react project but everytime i run my django server
> at port 8000, it instead redirects to port 3000 belonging to react
> automatically, what is the issue that can be causing this ?. And how am i
> able to solve it ?
>
> --
> 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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%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/CAMc8uwNji2THLtaMKpjkNrv-voTJF2hBOMQjFxN9xPzgqp4rqQ%40mail.gmail.com.


Re: Web redirection

2024-01-23 Thread Akorede Habeebullah
Close both terminals, then restart the Django server first before starting
React.

On Wed, Jan 24, 2024, 2:35 AM Muhammad Juwaini Abdul Rahman <
juwa...@gmail.com> wrote:

> Can you show the screenshot of your terminal?
>
> On Tue, 23 Jan 2024 at 23:34, Raymond Nsubuga 
> wrote:
>
>> Am working on a django react project but everytime i run my django server
>> at port 8000, it instead redirects to port 3000 belonging to react
>> automatically, what is the issue that can be causing this ?. And how am i
>> able to solve it ?
>>
>> --
>> 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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%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/CAFKhtoSA2ZeyUgQr4iJD41zbT8Zq-9kiJwzQbGKuE-faz8Jqgw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAFKhtoSA2ZeyUgQr4iJD41zbT8Zq-9kiJwzQbGKuE-faz8Jqgw%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/CAK37-gPzmSBdehb-oSaaubFdQP40hcro39ZZRn89fvZ_dH6yPQ%40mail.gmail.com.


Re: Web redirection

2024-01-23 Thread Muhammad Juwaini Abdul Rahman
Can you show the screenshot of your terminal?

On Tue, 23 Jan 2024 at 23:34, Raymond Nsubuga 
wrote:

> Am working on a django react project but everytime i run my django server
> at port 8000, it instead redirects to port 3000 belonging to react
> automatically, what is the issue that can be causing this ?. And how am i
> able to solve it ?
>
> --
> 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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%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/CAFKhtoSA2ZeyUgQr4iJD41zbT8Zq-9kiJwzQbGKuE-faz8Jqgw%40mail.gmail.com.


Re: Web redirection

2024-01-23 Thread Light Ofor
You know that Django is for the backend right, so what I do I have two
terminals open, one for Django and one for react, if I want my Django page
I simply copy the URL from the terminal and paste on my web browser and I
get my Django page.

On Tue, Jan 23, 2024, 7:58 PM Obodoma Uzondu Vincent 
wrote:

> Are you using cors?
>
> On Tue, Jan 23, 2024 at 4:34 PM Raymond Nsubuga 
> wrote:
>
>> Am working on a django react project but everytime i run my django server
>> at port 8000, it instead redirects to port 3000 belonging to react
>> automatically, what is the issue that can be causing this ?. And how am i
>> able to solve it ?
>>
>> --
>> 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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%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/CACsKspnyKniYVnN7dbVWkkSFdH7xYqzTCR2Mece3JPNhZYT1gg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACsKspnyKniYVnN7dbVWkkSFdH7xYqzTCR2Mece3JPNhZYT1gg%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/CAH%3Df_cGfk9thH5dJRuqigtgVzFvXyArgoLXmYC1V-hdcdTY49A%40mail.gmail.com.


Re: Web redirection

2024-01-23 Thread Obodoma Uzondu Vincent
Are you using cors?

On Tue, Jan 23, 2024 at 4:34 PM Raymond Nsubuga 
wrote:

> Am working on a django react project but everytime i run my django server
> at port 8000, it instead redirects to port 3000 belonging to react
> automatically, what is the issue that can be causing this ?. And how am i
> able to solve it ?
>
> --
> 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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%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/CACsKspnyKniYVnN7dbVWkkSFdH7xYqzTCR2Mece3JPNhZYT1gg%40mail.gmail.com.


Web redirection

2024-01-23 Thread Raymond Nsubuga
Am working on a django react project but everytime i run my django server
at port 8000, it instead redirects to port 3000 belonging to react
automatically, what is the issue that can be causing this ?. And how am i
able to solve it ?

-- 
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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com.


Re: Python on the web

2024-01-12 Thread Luc Verier
You can go on Freelance Dispo <https://www.freelance-dispo.fr/>

Le vendredi 11 mars 2016 à 10:19:51 UTC+1, Derek a écrit :

> Do you offer a discount because its not PEP-8 compliant ;)
>
>
> On Wednesday, 9 March 2016 19:25:22 UTC+2, Mario R. Osorio wrote:
>>
>> There you are: http://hlevkin.com/Shell_progr/hellopython.htm
>>
>> Please send the $20 to my paypal account...
>>
>> On Monday, March 7, 2016 at 10:51:53 AM UTC-5, Gregg Turner wrote:
>>>
>>> Hey,
>>>
>>> Need a simple python script put into a website. It uses the requests 
>>> module.
>>>
>>> $20? Any takers? 
>>>
>>

-- 
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/7895fa76-099e-41fa-9e1a-cc8cf3f7614dn%40googlegroups.com.


Re: How to monitor content updates or deletion in Django web applications

2023-10-04 Thread Timothy Myers
I am also not sure of the scope of your question.  If you're asking about a
file deleted from the system by a method other than Django.  I use a 
trusted database
of files required with a hash and have a process (Django script) that runs 
and checks
both the presence of a file and its hash code.   
This notifies me of not only deletions but also changes to core items that 
I want to monitor by any 
method outside my control updates that maintain the trusted database and 
log dates who made the change.   
This also helped me monitor for duplicate pictures and files so that if 
someone loads a second copy of the 
same picture for a different page even with a different name it is noted by 
the hashcode.  So if one image is being
updated other pages can be reviewed as well to see if they should be 
updated at the same time.  Do we need both 
or should we change both images and update both pages? 
There is also a file with pages and keys to external use static items on a 
page.  Many are done systematically with
code and databases this picture, this text, and this format so the 
programmed changes also maintain much of the database 
updates.  The more pages added the more complex the maintenance without the 
help from the system as pages are 
added and deleted or updated.
This ensures that an image is not removed if removing a page and it is not 
the only user of the image.  This
helps prevent broken links or you can scan logs for 404 but then a user 
gets the message instead of prevention.


The signals are great for triggering events done through Django code and 
database actions.  But I don't think
it can detect that an image was substituted or deleted outside of its code 
base but OS commands or rouge programs.
It would be much harder to both change the file and update the hashcode.  
Using signals and a trusted db might 
give you the best of both worlds
On Tuesday, October 3, 2023 at 9:59:00 PM UTC-6 David Nugent wrote:

> The may not be enough context in your question but I imagine that the 
> following link may take you to something that may work for you.
>
> https://docs.djangoproject.com/en/4.2/topics/signals/
>
>
> On 4 October 2023 at 14:42:45, Ram (ram.mu...@gmail.com) wrote:
>
>> Hi,
>>
>> We would like to add this feature in our Web application and capture the 
>> following events in log files:
>>
>> 1. If any image is deleted by any reason
>> 2. Any content is deleted by any reason
>>
>> Does Django have any libraries or functions to achieve this?
>>
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CA%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/django-users/CA%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%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/3cf742a1-9ca8-4209-9c7a-b925ad368244n%40googlegroups.com.


Re: How to monitor content updates or deletion in Django web applications

2023-10-04 Thread David Nugent
Yes, certainly worth mentioning. ContentTypes is the secret sauce in django
admin for sure and extremely useful for building generic functionality
without hard coding to specific models. It’s like a through table in a
relational db, where entities can be tracked. And it’s all automatic, built
into every django app.


On 4 October 2023 at 18:44:13, Ruby (dev.rubysh...@gmail.com) wrote:

> Hi there,
> I don't know if there's a library for that, but I believe you can build
> what you need using the built-in Django Content-Type
> <https://docs.djangoproject.com/en/stable/ref/contrib/contenttypes/>
> I have used it a few times and Django admin site also uses it under the
> hood.
>
> On Wed, Oct 4, 2023 at 4:58 AM David Nugent  wrote:
>
>> The may not be enough context in your question but I imagine that the
>> following link may take you to something that may work for you.
>>
>> https://docs.djangoproject.com/en/4.2/topics/signals/
>>
>> On 4 October 2023 at 14:42:45, Ram (ram.mullap...@gmail.com) wrote:
>>
>>> Hi,
>>>
>>> We would like to add this feature in our Web application and capture the
>>> following events in log files:
>>>
>>> 1. If any image is deleted by any reason
>>> 2. Any content is deleted by any reason
>>>
>>> Does Django have any libraries or functions to achieve this?
>>>
>>> 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%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CA%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%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/CAE5VhgUYV_r5yA%3DSn3Q1Cyie8mG71W6w6E1N%3D6wcBdVSoLvQOQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAE5VhgUYV_r5yA%3DSn3Q1Cyie8mG71W6w6E1N%3D6wcBdVSoLvQOQ%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/CAPUD46vdk9bV%3DjC6OZa_DMx8feBwWcdUJ23WhjE9O-0LfZQeDw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPUD46vdk9bV%3DjC6OZa_DMx8feBwWcdUJ23WhjE9O-0LfZQeDw%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/CAE5VhgXigaf85f0UTDJY_tqLaZGOT4sxYu37O6_ZF0vSH68AeA%40mail.gmail.com.


Re: How to monitor content updates or deletion in Django web applications

2023-10-04 Thread Ruby
Hi there,
I don't know if there's a library for that, but I believe you can build
what you need using the built-in Django Content-Type
<https://docs.djangoproject.com/en/stable/ref/contrib/contenttypes/>
I have used it a few times and Django admin site also uses it under the
hood.

On Wed, Oct 4, 2023 at 4:58 AM David Nugent  wrote:

> The may not be enough context in your question but I imagine that the
> following link may take you to something that may work for you.
>
> https://docs.djangoproject.com/en/4.2/topics/signals/
>
> On 4 October 2023 at 14:42:45, Ram (ram.mullap...@gmail.com) wrote:
>
>> Hi,
>>
>> We would like to add this feature in our Web application and capture the
>> following events in log files:
>>
>> 1. If any image is deleted by any reason
>> 2. Any content is deleted by any reason
>>
>> Does Django have any libraries or functions to achieve this?
>>
>> 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%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CA%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%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/CAE5VhgUYV_r5yA%3DSn3Q1Cyie8mG71W6w6E1N%3D6wcBdVSoLvQOQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAE5VhgUYV_r5yA%3DSn3Q1Cyie8mG71W6w6E1N%3D6wcBdVSoLvQOQ%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/CAPUD46vdk9bV%3DjC6OZa_DMx8feBwWcdUJ23WhjE9O-0LfZQeDw%40mail.gmail.com.


Re: How to monitor content updates or deletion in Django web applications

2023-10-03 Thread David Nugent
The may not be enough context in your question but I imagine that the
following link may take you to something that may work for you.

https://docs.djangoproject.com/en/4.2/topics/signals/

On 4 October 2023 at 14:42:45, Ram (ram.mullap...@gmail.com) wrote:

> Hi,
>
> We would like to add this feature in our Web application and capture the
> following events in log files:
>
> 1. If any image is deleted by any reason
> 2. Any content is deleted by any reason
>
> Does Django have any libraries or functions to achieve this?
>
> 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%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CA%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%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/CAE5VhgUYV_r5yA%3DSn3Q1Cyie8mG71W6w6E1N%3D6wcBdVSoLvQOQ%40mail.gmail.com.


How to monitor content updates or deletion in Django web applications

2023-10-03 Thread Ram
Hi,

We would like to add this feature in our Web application and capture the
following events in log files:

1. If any image is deleted by any reason
2. Any content is deleted by any reason

Does Django have any libraries or functions to achieve this?

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%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-17 Thread Lucifer Black
thank you you already learned how I updated the AP earlier today

Get Outlook for Android<https://aka.ms/AAb9ysg>

From: django-users@googlegroups.com  on behalf 
of Vishesh Mangla 
Sent: Wednesday, June 14, 2023 1:12:52 AM
To: django-users@googlegroups.com 
Subject: Re: Slow Performance of Django Web App

One important question, what webserver are you using?

On Wed, Jun 14, 2023 at 10:34 AM Shaheed Haque 
mailto:shaheedha...@gmail.com>> wrote:
Have you tried using https://django-debug-toolbar.readthedocs.io/en/latest/? It 
can be a little fiddling about with, but it's time based profiling support has 
been invaluable in tracking down a few critical queries.

On Sun, 11 Jun 2023, 20:00 Kunal Mittal, 
mailto:mittalkuna...@gmail.com>> wrote:
I've a django application serving 10k+ users daily, that application has 
everything to be on the top of performance metrics but still some API's have 
high latencies, application serves lots of pages with nice css and various 
images, on most the pages they are being served by s3 while on some it's via 
django static files. We have implemented caching on akamai for every static 
file that application serves, whenever that cache disappears latency of each 
and every API spikes exponentially, at that time even loading metrics becomes a 
pain, server does not pick those requests. Can anyone suggest what's going on 
here.

--
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<mailto:django-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com<https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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<mailto:django-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%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<mailto:django-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACaE8x6HB%3DVB2bvYCtSbszcEELXqaojWVVKW1kZj0BKguF9mMQ%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CACaE8x6HB%3DVB2bvYCtSbszcEELXqaojWVVKW1kZj0BKguF9mMQ%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/DB9P193MB15964ABA07538DD912AB020EF458A%40DB9P193MB1596.EURP193.PROD.OUTLOOK.COM.


Re: Slow Performance of Django Web App

2023-06-14 Thread Vishesh Mangla
One important question, what webserver are you using?

On Wed, Jun 14, 2023 at 10:34 AM Shaheed Haque 
wrote:

> Have you tried using
> https://django-debug-toolbar.readthedocs.io/en/latest/? It can be a
> little fiddling about with, but it's time based profiling support has been
> invaluable in tracking down a few critical queries.
>
> On Sun, 11 Jun 2023, 20:00 Kunal Mittal,  wrote:
>
>> I've a django application serving 10k+ users daily, that application has
>> everything to be on the top of performance metrics but still some API's
>> have high latencies, application serves lots of pages with nice css and
>> various images, on most the pages they are being served by s3 while on some
>> it's via django static files. We have implemented caching on akamai for
>> every static file that application serves, whenever that cache disappears
>> latency of each and every API spikes exponentially, at that time even
>> loading metrics becomes a pain, server does not pick those requests. Can
>> anyone suggest what's going on here.
>>
>> --
>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%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/CACaE8x6HB%3DVB2bvYCtSbszcEELXqaojWVVKW1kZj0BKguF9mMQ%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-13 Thread Shaheed Haque
Have you tried using https://django-debug-toolbar.readthedocs.io/en/latest/?
It can be a little fiddling about with, but it's time based profiling
support has been invaluable in tracking down a few critical queries.

On Sun, 11 Jun 2023, 20:00 Kunal Mittal,  wrote:

> I've a django application serving 10k+ users daily, that application has
> everything to be on the top of performance metrics but still some API's
> have high latencies, application serves lots of pages with nice css and
> various images, on most the pages they are being served by s3 while on some
> it's via django static files. We have implemented caching on akamai for
> every static file that application serves, whenever that cache disappears
> latency of each and every API spikes exponentially, at that time even
> loading metrics becomes a pain, server does not pick those requests. Can
> anyone suggest what's going on here.
>
> --
> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-13 Thread Vishesh Mangla
https://medium.com/kami-people/profiling-in-django-9f4d403a394f

On Tue, Jun 13, 2023 at 11:44 PM Vishesh Mangla 
wrote:

> Try profiling your django code
>
> On Tue, 13 Jun, 2023, 23:19 Nisha Jose,  wrote:
>
>> Try to check any N+1 issue available in the code.
>>
>>
>> On Mon, Jun 12, 2023 at 9:46 AM Vishesh Mangla 
>> wrote:
>>
>>> Try cdn, and use Statics based on screen size
>>>
>>> On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla, 
>>> wrote:
>>>
>>>> Lmao
>>>>
>>>> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal, 
>>>> wrote:
>>>>
>>>>> I have read various docs on performance optimization, but still not
>>>>> getting what's taking to render templates and what's the bottleneck when
>>>>> cache get cleared, I takes around 12 hours for application to run smoothly
>>>>> after that event.
>>>>>
>>>>> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>>>>>
>>>>>> Hi, we are using Django 1.8.5
>>>>>> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
>>>>>> application
>>>>>> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>>>>>>
>>>>>>> What server do you use ?
>>>>>>>
>>>>>>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I've a django application serving 10k+ users daily, that
>>>>>>>> application has everything to be on the top of performance metrics but
>>>>>>>> still some API's have high latencies, application serves lots of pages 
>>>>>>>> with
>>>>>>>> nice css and various images, on most the pages they are being served 
>>>>>>>> by s3
>>>>>>>> while on some it's via django static files. We have implemented 
>>>>>>>> caching on
>>>>>>>> akamai for every static file that application serves, whenever that 
>>>>>>>> cache
>>>>>>>> disappears latency of each and every API spikes exponentially, at that 
>>>>>>>> time
>>>>>>>> even loading metrics becomes a pain, server does not pick those 
>>>>>>>> requests.
>>>>>>>> Can anyone suggest what's going on here.
>>>>>>>>
>>>>>>>> --
>>>>>>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>>>>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%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/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%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/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%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/CACaE8x7gmY47Q2aG_%3DSZJ-yW8Vu%2Bx6dAbfzXce%2BYT%3DVvKTuxsw%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-13 Thread Vishesh Mangla
Try profiling your django code

On Tue, 13 Jun, 2023, 23:19 Nisha Jose,  wrote:

> Try to check any N+1 issue available in the code.
>
>
> On Mon, Jun 12, 2023 at 9:46 AM Vishesh Mangla 
> wrote:
>
>> Try cdn, and use Statics based on screen size
>>
>> On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla, 
>> wrote:
>>
>>> Lmao
>>>
>>> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal, 
>>> wrote:
>>>
>>>> I have read various docs on performance optimization, but still not
>>>> getting what's taking to render templates and what's the bottleneck when
>>>> cache get cleared, I takes around 12 hours for application to run smoothly
>>>> after that event.
>>>>
>>>> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>>>>
>>>>> Hi, we are using Django 1.8.5
>>>>> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
>>>>> application
>>>>> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>>>>>
>>>>>> What server do you use ?
>>>>>>
>>>>>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
>>>>>> wrote:
>>>>>>
>>>>>>> I've a django application serving 10k+ users daily, that application
>>>>>>> has everything to be on the top of performance metrics but still some 
>>>>>>> API's
>>>>>>> have high latencies, application serves lots of pages with nice css and
>>>>>>> various images, on most the pages they are being served by s3 while on 
>>>>>>> some
>>>>>>> it's via django static files. We have implemented caching on akamai for
>>>>>>> every static file that application serves, whenever that cache 
>>>>>>> disappears
>>>>>>> latency of each and every API spikes exponentially, at that time even
>>>>>>> loading metrics becomes a pain, server does not pick those requests. Can
>>>>>>> anyone suggest what's going on here.
>>>>>>>
>>>>>>> --
>>>>>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%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/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%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/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%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/CACaE8x77J-YC47zf%2BJTW-L6f2y2uKZFm9wGoMn-HpMu3T5ALmg%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-13 Thread Nisha Jose
Try to check any N+1 issue available in the code.


On Mon, Jun 12, 2023 at 9:46 AM Vishesh Mangla 
wrote:

> Try cdn, and use Statics based on screen size
>
> On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla, 
> wrote:
>
>> Lmao
>>
>> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal, 
>> wrote:
>>
>>> I have read various docs on performance optimization, but still not
>>> getting what's taking to render templates and what's the bottleneck when
>>> cache get cleared, I takes around 12 hours for application to run smoothly
>>> after that event.
>>>
>>> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>>>
>>>> Hi, we are using Django 1.8.5
>>>> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
>>>> application
>>>> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>>>>
>>>>> What server do you use ?
>>>>>
>>>>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
>>>>> wrote:
>>>>>
>>>>>> I've a django application serving 10k+ users daily, that application
>>>>>> has everything to be on the top of performance metrics but still some 
>>>>>> API's
>>>>>> have high latencies, application serves lots of pages with nice css and
>>>>>> various images, on most the pages they are being served by s3 while on 
>>>>>> some
>>>>>> it's via django static files. We have implemented caching on akamai for
>>>>>> every static file that application serves, whenever that cache disappears
>>>>>> latency of each and every API spikes exponentially, at that time even
>>>>>> loading metrics becomes a pain, server does not pick those requests. Can
>>>>>> anyone suggest what's going on here.
>>>>>>
>>>>>> --
>>>>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%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/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%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/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-12 Thread 'Steven Mapes' via Django users
To start with I'd look at upgrading the project to the latest version of 
Django and Python as Python 3.10 and 3.11 have some performance 
improvements and you'll need to be on a Django 4 version to support them.

That aside it sounds like you've got good caching architecture setup  since 
it's working well when cached but that the architecture without the caching 
is not up to the job. You need to investigate where the performance hit is 
coming in, most likely it'll be database performance. Once thing to check 
would be whether you are using things like like prefetch_related, 
select_related, and defer with any queryset or are you always returning the 
whole object. If you are returning the whole object do you need to? 

After that it depends on how you are using and exposing Django as to what 
I'd suggest you check next. Are you using DRF as API backend to the pages 
in S3 or are you serving pages via Django and then caching those?  If it's 
the latter, run it locally with caching turned off and debug toolbar 
installed and look at each pages output to see how many queries you are 
hitting per page and the performance of each.

Since you are using a lot of caching how are you maintaining the cache? Are 
you letting it expire and then self populate or are you using warm-ups to 
fetch the update information and then update the cache prior to it 
expiring? If you're doing the former but the latter fits your setup look to 
switch to that. In those instances you can update the fetch the results to 
update the cache outside of a user transaction

On Monday, 12 June 2023 at 06:23:06 UTC+1 Kunal Mittal wrote:

> Hi, we are using Django 1.8.5
> Architecture is like -  Nginx side car -> wsgi server (gunicorn) -> 
> application
> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>
>> What server do you use ?
>>
>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal,  wrote:
>>
>>> I've a django application serving 10k+ users daily, that application has 
>>> everything to be on the top of performance metrics but still some API's 
>>> have high latencies, application serves lots of pages with nice css and 
>>> various images, on most the pages they are being served by s3 while on some 
>>> it's via django static files. We have implemented caching on akamai for 
>>> every static file that application serves, whenever that cache disappears 
>>> latency of each and every API spikes exponentially, at that time even 
>>> loading metrics becomes a pain, server does not pick those requests. Can 
>>> anyone suggest what's going on here. 
>>>
>>> -- 
>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/c5e4d83c-1891-4005-939e-8c0f3f074cf2n%40googlegroups.com.


Re: Slow Performance of Django Web App

2023-06-11 Thread Vishesh Mangla
Try cdn, and use Statics based on screen size

On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla, 
wrote:

> Lmao
>
> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal,  wrote:
>
>> I have read various docs on performance optimization, but still not
>> getting what's taking to render templates and what's the bottleneck when
>> cache get cleared, I takes around 12 hours for application to run smoothly
>> after that event.
>>
>> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>>
>>> Hi, we are using Django 1.8.5
>>> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
>>> application
>>> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>>>
>>>> What server do you use ?
>>>>
>>>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
>>>> wrote:
>>>>
>>>>> I've a django application serving 10k+ users daily, that application
>>>>> has everything to be on the top of performance metrics but still some 
>>>>> API's
>>>>> have high latencies, application serves lots of pages with nice css and
>>>>> various images, on most the pages they are being served by s3 while on 
>>>>> some
>>>>> it's via django static files. We have implemented caching on akamai for
>>>>> every static file that application serves, whenever that cache disappears
>>>>> latency of each and every API spikes exponentially, at that time even
>>>>> loading metrics becomes a pain, server does not pick those requests. Can
>>>>> anyone suggest what's going on here.
>>>>>
>>>>> --
>>>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%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/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-11 Thread Vishesh Mangla
Lmao

On Mon, 12 Jun, 2023, 10:54 Kunal Mittal,  wrote:

> I have read various docs on performance optimization, but still not
> getting what's taking to render templates and what's the bottleneck when
> cache get cleared, I takes around 12 hours for application to run smoothly
> after that event.
>
> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>
>> Hi, we are using Django 1.8.5
>> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
>> application
>> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>>
>>> What server do you use ?
>>>
>>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal,  wrote:
>>>
>>>> I've a django application serving 10k+ users daily, that application
>>>> has everything to be on the top of performance metrics but still some API's
>>>> have high latencies, application serves lots of pages with nice css and
>>>> various images, on most the pages they are being served by s3 while on some
>>>> it's via django static files. We have implemented caching on akamai for
>>>> every static file that application serves, whenever that cache disappears
>>>> latency of each and every API spikes exponentially, at that time even
>>>> loading metrics becomes a pain, server does not pick those requests. Can
>>>> anyone suggest what's going on here.
>>>>
>>>> --
>>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%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/CACaE8x63fZiLs_rkSZEYEi8upnp_9Ljc_Z4cJz56eTGJdbDJXA%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-11 Thread Kunal Mittal
I have read various docs on performance optimization, but still not getting 
what's taking to render templates and what's the bottleneck when cache get 
cleared, I takes around 12 hours for application to run smoothly after that 
event.

On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:

> Hi, we are using Django 1.8.5
> Architecture is like -  Nginx side car -> wsgi server (gunicorn) -> 
> application
> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>
>> What server do you use ?
>>
>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal,  wrote:
>>
>>> I've a django application serving 10k+ users daily, that application has 
>>> everything to be on the top of performance metrics but still some API's 
>>> have high latencies, application serves lots of pages with nice css and 
>>> various images, on most the pages they are being served by s3 while on some 
>>> it's via django static files. We have implemented caching on akamai for 
>>> every static file that application serves, whenever that cache disappears 
>>> latency of each and every API spikes exponentially, at that time even 
>>> loading metrics becomes a pain, server does not pick those requests. Can 
>>> anyone suggest what's going on here. 
>>>
>>> -- 
>>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com.


Re: Slow Performance of Django Web App

2023-06-11 Thread Kunal Mittal
Hi, we are using Django 1.8.5
Architecture is like -  Nginx side car -> wsgi server (gunicorn) -> 
application
On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:

> What server do you use ?
>
> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal,  wrote:
>
>> I've a django application serving 10k+ users daily, that application has 
>> everything to be on the top of performance metrics but still some API's 
>> have high latencies, application serves lots of pages with nice css and 
>> various images, on most the pages they are being served by s3 while on some 
>> it's via django static files. We have implemented caching on akamai for 
>> every static file that application serves, whenever that cache disappears 
>> latency of each and every API spikes exponentially, at that time even 
>> loading metrics becomes a pain, server does not pick those requests. Can 
>> anyone suggest what's going on here. 
>>
>> -- 
>> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/92e8a1e1-9956-4fd5-881e-e0929703b183n%40googlegroups.com.


Re: Slow Performance of Django Web App

2023-06-11 Thread carlos
Hi, your read this docs
https://docs.djangoproject.com/en/4.2/topics/performance/
and this too
https://djangostars.com/blog/django-performance-optimization-tips/

maybe help you
Cheers

On Sun, Jun 11, 2023 at 1:00 PM Kunal Mittal 
wrote:

> I've a django application serving 10k+ users daily, that application has
> everything to be on the top of performance metrics but still some API's
> have high latencies, application serves lots of pages with nice css and
> various images, on most the pages they are being served by s3 while on some
> it's via django static files. We have implemented caching on akamai for
> every static file that application serves, whenever that cache disappears
> latency of each and every API spikes exponentially, at that time even
> loading metrics becomes a pain, server does not pick those requests. Can
> anyone suggest what's going on here.
>
> --
> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com?utm_medium=email_source=footer>
> .
>


-- 
att.
Carlos Rocha

-- 
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/CAM-7rO0i09GHST4OMo7JeKVZhfZ7VnT%3DDPCsVfPQjDeRDrCAfA%40mail.gmail.com.


Re: Slow Performance of Django Web App

2023-06-11 Thread Mz Gz
What server do you use ?

On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal,  wrote:

> I've a django application serving 10k+ users daily, that application has
> everything to be on the top of performance metrics but still some API's
> have high latencies, application serves lots of pages with nice css and
> various images, on most the pages they are being served by s3 while on some
> it's via django static files. We have implemented caching on akamai for
> every static file that application serves, whenever that cache disappears
> latency of each and every API spikes exponentially, at that time even
> loading metrics becomes a pain, server does not pick those requests. Can
> anyone suggest what's going on here.
>
> --
> 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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%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/CAHV4E-eyOdQd4ZopAtMZuHt2wCSjRxsTsRYt58H4F%2B3qihaDdA%40mail.gmail.com.


Slow Performance of Django Web App

2023-06-11 Thread Kunal Mittal
I've a django application serving 10k+ users daily, that application has 
everything to be on the top of performance metrics but still some API's 
have high latencies, application serves lots of pages with nice css and 
various images, on most the pages they are being served by s3 while on some 
it's via django static files. We have implemented caching on akamai for 
every static file that application serves, whenever that cache disappears 
latency of each and every API spikes exponentially, at that time even 
loading metrics becomes a pain, server does not pick those requests. Can 
anyone suggest what's going on here.

-- 
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/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com.


Re: Web portal by Django

2023-04-23 Thread Letlaka Tsotetsi
I agree with the other guys the tutorial is a great place to start  and
once you have a clear understanding of how Django functions then you can
start building on that knowledge.  As it's been mentioned your question is
too open ended. Maybe if it had more specifications to it we might be able
to offer some help.

On Tue, 11 Apr 2023 at 2:44 PM, Ananya Agrawal 
wrote:

> How to build a web portal for license information management by using
> 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/0d9ea21f-c6be-4cb9-8ad6-f4f019974545n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/0d9ea21f-c6be-4cb9-8ad6-f4f019974545n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
-- 
Letlaka Tsotetsi
071 038 1485
letlak...@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/CAMCgpdKxctGnsg3%2BXuVPpT1eJ9Nx6Nk8ydggFx%3DhvsWZju5tTA%40mail.gmail.com.


Re: Web portal by Django

2023-04-23 Thread Nitesh Solanki
Hi Ananya,
You can follow this - https://djangoforbeginners.com/introduction/

On Thursday, 13 April, 2023 at 7:13:05 pm UTC+5:30 Ryan Nowakowski wrote:

> I recommend starting from the tutorial. That'll give you some idea of what 
> Django is capable of. Then you can build your web portal after you 
> understand the basics.
>
>
> On April 11, 2023 4:21:12 AM CDT, Ananya Agrawal  
> wrote:
>>
>> How to build a web portal for license information management by using 
>> 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/7531a555-4e45-4c0c-b8b3-4e62c5d8e42en%40googlegroups.com.


Re: Tutorial for a Django web store

2023-04-14 Thread Sebastian Jung
Get django oscar sandbox and most things are allready implemented

Michael Starr  schrieb am Mi., 12. Apr. 2023, 08:02:

> Does anyone know of a good tutorial (preferably with github files) that
> teaches you how to make a web store in Django? It seems like a basic
> literacy skill for Django programming.
>
> Let me know.
>
> Thanks.
> Michael
>
> --
> 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/4dd45d1b-58f6-40d4-b227-955ec8bb00a5n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/4dd45d1b-58f6-40d4-b227-955ec8bb00a5n%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/CAKGT9mymZexynLAHoDUZAtMwBhE966DHzXcjyMTohym54a8MBw%40mail.gmail.com.


Re: Tutorial for a Django web store

2023-04-14 Thread Adewunmi Oladele
Can you please share Denis ivanov YouTube channel link ?

On Thu, Apr 13, 2023, 6:58 PM Bradie Poa  wrote:

> There's no full toturial that does that. The only man who tried is Denis
> ivanov on his YouTube channel but still he did backend alone and frontend
> alone.
>
> Try him out. Maybe you may earn something 
>
> On Thu, Apr 13, 2023, 16:47 Alexandre Felgueiras <
> alexandre.r.felguei...@gmail.com> wrote:
>
>> Helo Michael,
>>
>> I've been studying this e-book and I think it's amazing.
>>
>> There is another books from the same author for more advanced users.
>> check on:
>> https://www.amazon.com.br/Django-Beginners-Build-Websites-Python/dp/1735467200
>>
>>
>> Best regards
>>
>> --
>> 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/941b0bfe-294c-49eb-9d5d-518ef043c48en%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/941b0bfe-294c-49eb-9d5d-518ef043c48en%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/CAJkmis07MMiUpeTAApJC65Roy%3DG7-YRYm2FNDTfuckZcMhfFoA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJkmis07MMiUpeTAApJC65Roy%3DG7-YRYm2FNDTfuckZcMhfFoA%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/CAE3XcyHxBE3A0Jbv3fMHLL%3D43xVG976V691sPOxfnnT8AsbE4Q%40mail.gmail.com.


Re: Tutorial for a Django web store

2023-04-13 Thread Bradie Poa
There's no full toturial that does that. The only man who tried is Denis
ivanov on his YouTube channel but still he did backend alone and frontend
alone.

Try him out. Maybe you may earn something 

On Thu, Apr 13, 2023, 16:47 Alexandre Felgueiras <
alexandre.r.felguei...@gmail.com> wrote:

> Helo Michael,
>
> I've been studying this e-book and I think it's amazing.
>
> There is another books from the same author for more advanced users.
> check on:
> https://www.amazon.com.br/Django-Beginners-Build-Websites-Python/dp/1735467200
>
>
> Best regards
>
> --
> 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/941b0bfe-294c-49eb-9d5d-518ef043c48en%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/941b0bfe-294c-49eb-9d5d-518ef043c48en%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/CAJkmis07MMiUpeTAApJC65Roy%3DG7-YRYm2FNDTfuckZcMhfFoA%40mail.gmail.com.


Re: Tutorial for a Django web store

2023-04-13 Thread Alexandre Felgueiras
Helo Michael,

I've been studying this e-book and I think it's amazing.
 
There is another books from the same author for more advanced users.
check on: 
https://www.amazon.com.br/Django-Beginners-Build-Websites-Python/dp/1735467200


Best regards

-- 
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/941b0bfe-294c-49eb-9d5d-518ef043c48en%40googlegroups.com.


Tutorial for a Django web store

2023-04-12 Thread Michael Starr
Does anyone know of a good tutorial (preferably with github files) that 
teaches you how to make a web store in Django? It seems like a basic 
literacy skill for Django programming.

Let me know.

Thanks.
Michael

-- 
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/4dd45d1b-58f6-40d4-b227-955ec8bb00a5n%40googlegroups.com.


Re: Web portal by Django

2023-04-11 Thread Chetan Ganji
Hi Ananya,
Your question is very open ended.
You will need to give specific requirements to get any help.
e.g.
Whose license?
How many licenses per user?
Can multiple user have the same license key?
What is the format of the license key?


I hope it helps!


Regards,
Chetan Ganji
+91-900-483-4183
ganji.che...@gmail.com
http://ryucoder.in


On Tue, Apr 11, 2023 at 6:14 PM Ananya Agrawal 
wrote:

> How to build a web portal for license information management by using
> 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/0d9ea21f-c6be-4cb9-8ad6-f4f019974545n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/0d9ea21f-c6be-4cb9-8ad6-f4f019974545n%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/CAMKMUjusJOgX_qn%3DpnMmeTz_8rwPk8H6E%3DXv6zuXs6LBrgXp_g%40mail.gmail.com.


Web portal by Django

2023-04-11 Thread Ananya Agrawal
How to build a web portal for license information management by using 
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/0d9ea21f-c6be-4cb9-8ad6-f4f019974545n%40googlegroups.com.


Re: [How to enter the virtual environment created by Django Web Project in VS2019]

2023-03-10 Thread Omkar Parab
Try running  inside the env folder.

.\Scripts\activate




शुक्र, १०, मार्च २०२३, ८:३२ म.उ. ला 徐捷耀 ने  लिहीला:

> Hello, I am Jiao.
>
> I would want to know how enter the virtual environment created by "Django
> Web Project" in Visual Studio.
>
> WHAT I DID?
> I enter the file path  "~MyProjectname\env\Scripts" and type "activate",
> but nothing happen. Thanks for help!
>
> Jiao
>
> --
> 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/0432becc-afd7-43f1-933c-ec51515eaa22n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/0432becc-afd7-43f1-933c-ec51515eaa22n%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/CAJY8mfzsE%3DknmY3LfnUtTXAq-0NxwNA5PsG4ndOe74iOOzfd4A%40mail.gmail.com.


[How to enter the virtual environment created by Django Web Project in VS2019]

2023-03-10 Thread 徐捷耀
Hello, I am Jiao.
  
I would want to know how enter the virtual environment created by "Django 
Web Project" in Visual Studio.

WHAT I DID?
I enter the file path  "~MyProjectname\env\Scripts" and type "activate", 
but nothing happen. Thanks for help!

Jiao

-- 
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/0432becc-afd7-43f1-933c-ec51515eaa22n%40googlegroups.com.


Re: Backend In Web Programming | PHP, Laravel, ASP.NET, Django

2023-03-07 Thread Mastersoft Technology
Thanks

On Mon, Mar 6, 2023 at 9:59 PM PATRICK OFOSU AGYEMANG <
pathills2...@gmail.com> wrote:

> Hi everyone, currently looking for a remote challenging opportunity for my
> next career.
>
> Kindly find attached my CV.
>
> Let me know if any help comes up.
>
> 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/a5314098-4f11-4a64-bcdd-08e27515bc88n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/a5314098-4f11-4a64-bcdd-08e27515bc88n%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/CAN1m8aGO3fzOwGXzUQdPRU0D_tKOG8gXE3eqUO2D-35PErRMhQ%40mail.gmail.com.


Backend In Web Programming | PHP, Laravel, ASP.NET, Django

2023-03-06 Thread PATRICK OFOSU AGYEMANG
Hi everyone, currently looking for a remote challenging opportunity for my 
next career.

Kindly find attached my CV.

Let me know if any help comes up.

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/a5314098-4f11-4a64-bcdd-08e27515bc88n%40googlegroups.com.


PAT_RICK_AGYE_MANG_CV.pdf
Description: Adobe PDF document


Re: Django channels and web rtc

2022-10-31 Thread ome chukwuemeka
I also need such a resource. I have looked online and couldn't find any. If
you come across any useful information, please let me know

On Mon, Oct 31, 2022 at 12:10 PM krishna soni 
wrote:

> Anyone have any resources about how to share screen in a group through
> django channels via Webrtc??
>
> --
> 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/CAEQN0nay16CrWnEFFxNWoFEK2gvWCVc7YDOQ2WUTyNpRoJhweA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAEQN0nay16CrWnEFFxNWoFEK2gvWCVc7YDOQ2WUTyNpRoJhweA%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/CAKRDgxFG4CWwBFaEVw503YfFsrO21D%3DwtNASUAujZfA5NYqKEQ%40mail.gmail.com.


Django channels and web rtc

2022-10-31 Thread krishna soni
Anyone have any resources about how to share screen in a group through
django channels via Webrtc??

-- 
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/CAEQN0nay16CrWnEFFxNWoFEK2gvWCVc7YDOQ2WUTyNpRoJhweA%40mail.gmail.com.


Re: Web scraping using python

2022-08-26 Thread Lakshyaraj Dash
Hey you can follow this tutorial for having a basic knowledge of web
scrapping using python.

https://youtu.be/pF3KXOnxqr4

On Fri, Aug 26, 2022, 19:10 Favour Nwachukwu  wrote:

> How do I scrap innerhtml using python(beautifulsoup)?
>
> --
> 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/CAD0kmrrfU4Fe45%2BHCxJQChhKdGyqcdY84wZi4TgNGXeUPQzweA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAD0kmrrfU4Fe45%2BHCxJQChhKdGyqcdY84wZi4TgNGXeUPQzweA%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/CAF7qQgCD9Dj8N%2B8xXbtrPCB-T%2Baz1mGnEoOVxFLdsp3rcpmOtQ%40mail.gmail.com.


  1   2   3   4   5   6   7   8   9   10   >