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

feat(core): fix #79 add formatting for core and correct ui formatting #81

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

kirubeltadesse
Copy link
Collaborator

Description

These changes added black for Python code formatting corrected prettier settings for the UI formatting, and added the needed container extension for both containers.

Fixes #79

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

This has been tested locally, and it works as expected. It also includes simple documentation on how to run the extensions.

.gitignore Outdated
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

add end of line


def test_student(self):
test_user = Student.objects.create(first_name='Robera',last_name='Melaek',username='Melaek',password='Password',email='[email protected]',jnumber=1,role='student')
test_user = Student.objects.create(first_name='Robera', last_name='Melaek', username='Melaek',
password='Password', email='[email protected]', jnumber=1, role='student')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is not properly formated

@kirubeltadesse kirubeltadesse merged commit 669ab84 into Swarmies:develop Sep 4, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat (core): code formating and gitignore file
1 participant