sahildua2305 / hackIDE

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!
http://hackide.herokuapp.com/
291 stars 123 forks source link

Python3 support #76

Closed SehejBakshi closed 4 years ago

SehejBakshi commented 4 years ago

@sahildua2305 I've upgraded the program to include Python3 and Django 2.2.7 support and also added Python3 language support in the main ide. It works perfectly in the debug environment. However, when I try to run it with the $HE_CLIENT_SECRET=your_token_here python manage.py runserver command, it fails to show me the static files on the browser. Could you please help me out on this? Also, can I file a PR for this?