This is a Python/Django based event management system. A meetup clone.

django django-application django-rest-framework event-management python3
5 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Write unit tests for the SignUpForm in a Django project. This involves creating test cases for valid and invalid form data, verifying data validation, and confirming the successful creation of user accounts and profiles upon saving.

Complexity: 3/5
good first issue test

This is a Python/Django based event management system. A meetup clone.

JavaScript
#django#django-application#django-rest-framework#event-management#python3

AI Summary: Modify the Django template for the event list page (/events/) to display the number of comments for each event. This involves retrieving the comment count using the existing `get_comments_number()` method on the Event model and integrating it into the event card display, likely using a small icon (e.g., a speech bubble) to represent comments.

Complexity: 2/5
enhancement good first issue

This is a Python/Django based event management system. A meetup clone.

JavaScript
#django#django-application#django-rest-framework#event-management#python3

AI Summary: Replace the default HTML5 date and time inputs in the Django-based MeetHub event creation/update forms with a JavaScript-based date/time picker library like Tempus Dominus, ensuring data is still correctly saved.

Complexity: 3/5
enhancement good first issue

This is a Python/Django based event management system. A meetup clone.

JavaScript
#django#django-application#django-rest-framework#event-management#python3

AI Summary: Improve the documentation of the `meethub/events/views.py` file by adding or enhancing docstrings for all classes and methods to meet PEP 257 standards. Docstrings should clearly explain each view's functionality, context, and template usage.

Complexity: 2/5
good first issue docs

This is a Python/Django based event management system. A meetup clone.

JavaScript
#django#django-application#django-rest-framework#event-management#python3

AI Summary: Refactor the `HomePageView` in `meethub/accounts/views.py` to replace hardcoded statistics (Total Events, Total Groups, etc.) with dynamic values fetched from the database using appropriate queries. Ensure the homepage correctly displays these updated, real-time statistics.

Complexity: 2/5
good first issue refactor

This is a Python/Django based event management system. A meetup clone.

JavaScript
#django#django-application#django-rest-framework#event-management#python3