diff options
Diffstat (limited to 'fossee_manim/views.py')
-rw-r--r-- | fossee_manim/views.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fossee_manim/views.py b/fossee_manim/views.py index d82de00..b1993be 100644 --- a/fossee_manim/views.py +++ b/fossee_manim/views.py @@ -33,6 +33,10 @@ try: except ImportError: from io import BytesIO as string_io +__author__ = "Akshen Doke" +__credits__ = ["Prabhu Ramachandran", "Aditya P.", "KhushalSingh Rajput", + "Prathamesh Salunke", "Purusharth Saxsena", "Sharanya Achut" + ] def makepath(proposal_data, reject=None): if not path.exists(path.join(settings.MEDIA_ROOT, |