Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyCons-Site Project Setup and Enhancements #2

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

JohananOppongAmoateng
Copy link
Collaborator

This PR includes the initial setup and key enhancements for the PyCons-Site package:

Complete project setup, including core structure and sub-apps for managing conference functionalities.
Management command to copy templates and static files into the host Django project.
Simplified installation process requiring only pycons-site in INSTALLED_APPS.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 345 out of 357 changed files in this pull request and generated no suggestions.

Files not reviewed (12)
  • pycons-site/about/migrations/0004_alter_about_id_alter_team_id_alter_travel_advice_id_and_more.py: Evaluated as low risk
  • pycons-site/about/views.py: Evaluated as low risk
  • pycons-site/about/migrations/0001_initial.py: Evaluated as low risk
  • pycons-site/about/urls.py: Evaluated as low risk
  • pycons-site/about/migrations/0003_alter_team_user.py: Evaluated as low risk
  • pycons-site/about/migrations/0005_about_event_year_team_event_year_and_more.py: Evaluated as low risk
  • pycons-site/about/admin.py: Evaluated as low risk
  • pycons-site/about/migrations/0007_iocgroup_iocmember_volunteergroup_volunteer_and_more.py: Evaluated as low risk
  • pycons-site/about/tests.py: Evaluated as low risk
  • pycons-site/about/migrations/0009_about_section_four.py: Evaluated as low risk
  • pycons-site/about/mixins.py: Evaluated as low risk
  • pycons-site/about/models.py: Evaluated as low risk
Comments skipped due to low confidence (4)

pycons-site/about/migrations/0002_team.py:25

  • The help text should be 'Session Title e.g., Volunteers, Team, Mentor'.
session_title = models.CharField(blank=True, default='Volunteers', help_text='Session Title eg. Volunteers, Team, Mentor', max_length=250)

pycons-site/about/migrations/0002_team.py:23

  • The help text should be 'Link to an image'.
team_image_two = models.URLField(default='', help_text='Link to image')

pycons-site/about/migrations/0002_team.py:22

  • The help text should be 'Upload your cover image or leave it blank to use our default image'.
team_image_one = models.ImageField(help_text='Upload your cover image or leave blank to use our default image', upload_to='team_page')

pycons-site/about/forms.py:39

  • [nitpick] The label for the Submit button is ambiguous. It should be renamed to 'Update About'.
self.helper.add_input(Submit('update', 'About '))
@JohananOppongAmoateng
Copy link
Collaborator Author

@mawy7 please review in your free time. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant