CodeIt icon indicating copy to clipboard operation
CodeIt copied to clipboard

Django Backend Integrated

Open aditya07389 opened this issue 1 year ago • 1 comments

issue number : #83

hey @multiverseweb

i have added the Django backend and integrated it successfully , kindly check .

I have added comments in files so that its easy for you to understand what code to implement where

now you can handle get and post requests .

Thankyou please add the following labels : GSSOC EXTD , HACKTOBERFEST accepted , level 3 as in the issues

aditya07389 avatar Oct 13 '24 12:10 aditya07389

Deploy Preview for codeittool ready!

Name Link
Latest commit 6b99240f5c4ce15e453f4baa7e888a0e7cbcfd80
Latest deploy log https://app.netlify.com/sites/codeittool/deploys/670bb69f89cee20008d5db3e
Deploy Preview https://deploy-preview-139--codeittool.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Oct 13 '24 12:10 netlify[bot]

@multiverseweb can you please merge it its been 2 days

aditya07389 avatar Oct 15 '24 11:10 aditya07389

Hey @aditya07389, actually I don't have expertise in django and also the no. Of files changed is 50 which makes it a big PR. There are several changes in file paths too, the testing will take time.

Thanks for your contribution and sorry for the delay. Good luck with your other contributions! 🚀

Hey @Rohith2201, can you help me test this django integration?

multiverseweb avatar Oct 16 '24 19:10 multiverseweb

no problem @multiverseweb , if you need any help testing it out , you can reach out to me

aditya07389 avatar Oct 17 '24 04:10 aditya07389

@multiverseweb yeah I will help you. I'm checking the integration code

Rohith2201 avatar Oct 17 '24 04:10 Rohith2201

@multiverseweb @Rohith2201

Review this PR and merge if possible, contributors need closures.

MastanSayyad avatar Oct 19 '24 07:10 MastanSayyad

Hi @aditya07389, Does this PR allow storing user sign-up data as mentioned in issue #83?

multiverseweb avatar Oct 20 '24 03:10 multiverseweb

@aditya07389 then what does this PR exactly do? If it does not address the two points mentioned in #83. Can you list the exact changes you would like to make through this PR?

multiverseweb avatar Oct 20 '24 04:10 multiverseweb

@multiverseweb

  1. Backend has been integrated , that implies i have added the url patterns for all your templates , server is handeling the rendering of html pages in place of just using the href attritubute .

  2. there is a models.py file where you can create the tables directly without writing any db code or using any workbench, it has links with the default django databse which is SQLite .(depends on your preferrence , you can change it to postgresql for larger projects )

  3. Thers a seperate admin panel that django provides , where you can view the models created (the databse tables)

all the backend logic can be written in views.py

aditya07389 avatar Oct 20 '24 04:10 aditya07389

I can handle your whole backend work

aditya07389 avatar Oct 20 '24 04:10 aditya07389

if thers a requirement

aditya07389 avatar Oct 20 '24 04:10 aditya07389

Thankyou for the clarification @MastanSayyad .

aditya07389 avatar Oct 20 '24 05:10 aditya07389