-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BACKEND/FEATURE REQUEST] Moving the backend from flask to Django. #125
Comments
@Kashish121 |
@Kashish121 Hello, I am gssoc participant and would like to work on this issue. |
I would like to work regarding this. |
@palrohitg Please go ahead with it ! Create a PR by Monday EOD. @feni-katharotiya @jaiongit You will be assigned this issue if @palrohitg fails to do so within the time period. |
@Kashish121 Status: currently setup the local dev for django. Facing some issue with while running the server. Hope I will generate the PR soon. Could you please some other PR that I had generated meanwhile. |
@palrohitg please post the status of your work? |
@feni-katharotiya @jaiongit You guys still up for this issue? Ping asap. Will assign to whoever pings 1st. 😄 |
@palrohitg Sorry to info you later, I am facing some issue this npm command line while integrating with django, the flask web app code-base is shifted to django . Should I get generate the PR or fix it asap? |
@Kashish121 I want to work on this. |
please assign me this |
Sir I am a Django developer and I am currently working on integrating django backend to react frontend using DJANGO REST Framework and also trying to build REST APIs as well and prior to this I have also worked on flask, I will feel pleasure if you assign me this issue, for any kind of confirmation, you may checkout my repos which are on django and flask |
The project currently stands on
Python + Flask
tech stack. Now it's time to move the tech stack toPython + Django
.The file mainScanner.py renders the output of the working code in frontend through flask. Replace this file to a new file which works for the current scanning processes and renders the output through Django.
Relevant links for this update: Django , develop branch, feature/python2.7 branch, feature/python3.8 branch, master branch.
Checkout
feature/python2.7
andfeature/python3.8
branches for the corresponding python versions of the project.NOTE: The
master
branch is maintained for python2.The text was updated successfully, but these errors were encountered: