This website requires JavaScript.
Explore
Help
Register
Sign in
kumi
/
moneropro
Watch
1
Star
0
Fork
You've already forked moneropro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8e48bce180
moneropro
/
app
/
charts
/
apps.py
6 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
final version proposal
2022-07-19 17:01:52 +00:00
from
django
.
apps
import
AppConfig
class
chartsConfig
(
AppConfig
)
:
refactor: apply consistent string styling and error handling Applied consistent use of double quotes for strings across the codebase to improve readability and maintain consistency. Updated exception handling to explicitly catch specific exceptions for better error management. Refactored context and view functions for cleaner and more structured output. Removed unused imports and unnecessary comments to streamline the code.
2024-11-12 13:09:33 +00:00
name
=
"
charts
"
Reference in a new issue
Copy permalink