Skip to content

Commit

Permalink
chore: Delete unused files ✨ (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Oct 25, 2021
1 parent 627615d commit 792bb13
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 169 deletions.
5 changes: 0 additions & 5 deletions .gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions .github/Secrets Sync Action.yml

This file was deleted.

4 changes: 0 additions & 4 deletions AUTHOR

This file was deleted.

128 changes: 0 additions & 128 deletions CODE_OF_CONDUCT.md

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ These are a few of the ways you can directly contribute to Athena. Using the pa

Pull requests are *accepted* for the project. This includes sending code changes via other means than "pull requests". Plainly put, core code you send will not be used.


#### Bug Fixes

If you file an Issue for a bug, have located the bug, and found a fix in 10 lines of code or less.... and you wish to share your fix with the community, then feel free to include it with the filed Issue. If it's longer than 10 lines and wish to discuss it, then send an email to [email protected].
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Yasser Tahiri
Copyright (c) 2021 Yasser Tahiri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 0 additions & 7 deletions MANIFEST.in

This file was deleted.

19 changes: 0 additions & 19 deletions SECURITY.md

This file was deleted.

3 changes: 2 additions & 1 deletion common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ def post(self, request):
for chunk in new_template.chunks():
destination.write(chunk)
messages.add_message(
request, messages.SUCCESS, f"The settings have been sucessfully saved."
request, messages.SUCCESS, "The settings have been sucessfully saved.",
)

form = SettingsForm()
return render(
request=request, template_name="settings.html", context={"form": form}
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
wheel
django
django-crispy-forms
psycopg2-binary
Expand Down

0 comments on commit 792bb13

Please sign in to comment.