From c2721dca9f0d62e8889f95ceef6205dbed3db979 Mon Sep 17 00:00:00 2001 From: Akshen Date: Mon, 3 Jun 2019 12:14:44 +0530 Subject: author credits --- fossee_manim/views.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fossee_manim') 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, -- cgit