AminAliH47 / PicoSchool

Advanced school management system written in Django :)
Apache License 2.0
89 stars 18 forks source link

Update decorators.py #1

Closed theonlykingpin closed 2 years ago

theonlykingpin commented 2 years ago

decorators should use the @functools.wraps decorator, which will preserve information about the original function.