Django – How to upload, view, delete file using ModelForm and MySQL

In this tutorial, we’re gonna look at way to upload file in Django using Django ModelForm and save its information to MySQL Database. We also have UI to view list of uploaded items and function to delete specific file.

Related Post: Simple way to upload file in Django

Continue reading “Django – How to upload, view, delete file using ModelForm and MySQL”

Django CRUD Application with VueJs as front-end | VueJs + Django Rest Framework + MySQL example – Part 2: Django Server

This tutorial is part 2 of Django-Vue-MySQL series. Today, we will create Django server to do CRUD with MySQL (including finder method).

>> Part 1: Overview
>> Part 3: VueJs Client

Related Post:
Django RestApis example – GET/POST/PUT/DELETE requests MySQL database with Django REST Framework

Continue reading “Django CRUD Application with VueJs as front-end | VueJs + Django Rest Framework + MySQL example – Part 2: Django Server”

Django CRUD Application with VueJs as front-end | VueJs + Django Rest Framework + MySQL example – Part 1: Overview

In this tutorial series, we show you VueJs Http Client & Django Server example that uses Django to do CRUD with MySQL and VueJs as a front-end technology to make request and receive response.

>> Part 2: VueJs Client
>> Part 3: VueJs Client

Continue reading “Django CRUD Application with VueJs as front-end | VueJs + Django Rest Framework + MySQL example – Part 1: Overview”

Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 2: Django Server

This tutorial is part 2 of Django-Angular-MySQL series. Today, we will create Django server to do CRUD with MySQL (including finder method).

>> Part 1: Overview
>> Part 3: Angular Client

Related Post:
Django RestApis example – GET/POST/PUT/DELETE requests MySQL database with Django REST Framework

Continue reading “Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 2: Django Server”

Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 1: Overview

In this tutorial series, we show you Angular 6 Http Client & Django Server example that uses Django to do CRUD with MySQL and Angular 6 as a front-end technology to make request and receive response.

>> Part 2: Django Server
>> Part 3: Angular Client

Continue reading “Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 1: Overview”