-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Description
Refactoring Proposal
Describe the design issue(s) you have identified in the code
Prospector is a tool used for scanning and logging Python code conventions. When the tool was executed under Jandig's code, it logged out a few potential problems that was present on the code. You can see the full tool log here.
Which source files are affected to this issue(s)?
Clear and concise list of relative paths to files that are affected to this issue.
- etc/scripts/compilemessages.py
- locustfile.py
- makefile.py
- src/ARte/config/jinja2.py
- src/ARte/config/settings.py
- src/ARte/config/storage_backends.py
- src/ARte/config/urls.py
- src/ARte/config/wait_db.py
- src/ARte/core/helpers.py
- src/ARte/core/models.py
- src/ARte/core/routes.py
- src/ARte/core/urls.py
- src/ARte/core/views_s/home.py
- src/ARte/users/factory.py
- src/ARte/users/forms.py
- src/ARte/users/models.py
- src/ARte/users/services/email_service.py
- src/ARte/users/services/encrypt_service.py
- src/ARte/users/services/user_service.py
- src/ARte/users/urls.py
- src/ARte/users/views.py
- tasks.py