Truffle Tutorial 2023 for Block chain Development
Click to see video tutorials https://youtu.be/XOO8vAiL8LE Blockchains store data in blocks linked together via cryptography. Each block...
Read More
Django Insert record with Ajax
run the following command - This will create a my_project directory in your current directory D:\> django-admin startproject djangoa...
Read More
Django Insert database with Modelform example
1)models.py file code:- from django . db import models # Create your models here. class ContactForm ( models . Model ): ful...
Read More
Django CRUD (Create, Read, Update and Delete) with Jquery Ajax
Step 1:- models.py file code:- from django . db import models # Create your models here. class Member ( models . Model ): firstname ...
Read More
Subscribe to:
Posts (Atom)