diff options
author | Akshen | 2019-06-03 12:14:44 +0530 |
---|---|---|
committer | Akshen | 2019-06-03 12:14:44 +0530 |
commit | c2721dca9f0d62e8889f95ceef6205dbed3db979 (patch) | |
tree | 5a6776541d1b85f1da99b9ea7a77b00cf778d4f5 /fossee_manim | |
parent | cfd45b327a621a6a118954f4b18f5f020720cd10 (diff) | |
download | FOSSEE_animations-c2721dca9f0d62e8889f95ceef6205dbed3db979.tar.gz FOSSEE_animations-c2721dca9f0d62e8889f95ceef6205dbed3db979.tar.bz2 FOSSEE_animations-c2721dca9f0d62e8889f95ceef6205dbed3db979.zip |
author credits
Diffstat (limited to 'fossee_manim')
-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, |