CRUD with MySQL, Django and Sass.

Overview

CRUD with MySQL, Django and Sass.

To have the same data in db:

insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Clarissa', 'Ethridge', '[email protected]', '(434) 9545739', '22 Green Ridge Road', 'Universitas Kristen Krida Wacana');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Hayden', 'Tuma', '[email protected]', '(376) 2462867', '06 Darwin Way', 'Nilai University College');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Henka', 'Itzkin', '[email protected]', '(501) 5380519', '114 Prairie Rose Center', 'Université de N''Djamena');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Dione', 'Barhem', '[email protected]', '(123) 4618486', '40913 Buhler Hill', 'Universität Mannheim');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Farly', 'Quade', '[email protected]', '(148) 5496531', '4 Sunnyside Park', 'Universitas Andalas');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Savina', 'Crunkhurn', '[email protected]', '(971) 3459878', '51 Bay Terrace', 'Springfield College');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Pail', 'Angood', '[email protected]', '(864) 1882130', '330 Stephen Circle', 'International University of Business Agriculture and Technology');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Jewel', 'Moughtin', '[email protected]', '(680) 1781628', '943 Coleman Drive', 'Gondar University');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Yolande', 'Slaymaker', '[email protected]', '(782) 2847556', '138 Becker Park', 'Ho Chi Minh City University of Agriculture and Forestry');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Ginnifer', 'Weond', '[email protected]', '(643) 2178272', '094 Canary Hill', 'Universidad Católica Santo Toribio de Mogrovejo');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Chadd', 'Beatson', '[email protected]', '(640) 1760306', '08455 Transport Street', 'Universidad Mexicana del Noreste');
insert into crud_employee (first_name, last_name, email, phone, location, university) values ('Jerad', 'Liccardi', '[email protected]', '(891) 5589766', '56199 Gale Center', 'University of Stavanger');

Data from mockaroo.com


Dependencies, in .:

pip install -r requirements.txt

Into the ./src/ folder, to run the django server, copypaste this:

py manage.py runserver

Screenshots

READ and DELETE

1

CREATE

2

UPDATE

3

DOWNLOAD CSV

4

You might also like...
django-quill-editor makes Quill.js easy to use on Django Forms and admin sites
django-quill-editor makes Quill.js easy to use on Django Forms and admin sites

django-quill-editor django-quill-editor makes Quill.js easy to use on Django Forms and admin sites No configuration required for static files! The ent

A beginner django project and also my first Django project which involves shortening of a longer URL into a short one using a unique id.

Django-URL-Shortener A beginner django project and also my first Django project which involves shortening of a longer URL into a short one using a uni

Dockerizing Django with Postgres, Gunicorn, Nginx and Certbot. A fully Django starter project.

Dockerizing Django with Postgres, Gunicorn, Nginx and Certbot 🚀 Features A Django stater project with fully basic requirements for a production-ready

APIs for a Chat app. Written with Django Rest framework and Django channels.
APIs for a Chat app. Written with Django Rest framework and Django channels.

ChatAPI APIs for a Chat app. Written with Django Rest framework and Django channels. The documentation for the http end points can be found here This

Django-Audiofield is a simple app that allows Audio files upload, management and conversion to different audio format (mp3, wav & ogg), which also makes it easy to play audio files into your Django application.
Django-Audiofield is a simple app that allows Audio files upload, management and conversion to different audio format (mp3, wav & ogg), which also makes it easy to play audio files into your Django application.

Django-Audiofield Description: Django Audio Management Tools Maintainer: Areski Contributors: list of contributors Django-Audiofield is a simple app t

django Filer is a file management application for django that makes handling of files and images a breeze.
django Filer is a file management application for django that makes handling of files and images a breeze.

django Filer is a file management application for django that makes handling of files and images a breeze.

Bringing together django, django rest framework, and htmx

This is Just an Idea There is no code, this README just represents an idea for a minimal library that, as of now, does not exist. django-htmx-rest A l

 RestApi With Django 3.2 And Django Rest Framework
RestApi With Django 3.2 And Django Rest Framework

RestApi-With-Django-3.2-And-Django-Rest-Framework Description This repository is a Software of Development with Python. Virtual Using pipenv, virtuale

A starter template for building a backend with Django and django-rest-framework using docker with PostgreSQL as the primary DB.

Django-Rest-Template! This is a basic starter template for a backend project with Django as the server and PostgreSQL as the database. About the templ

Owner
Luis Quiñones Requelme
Backend Developer. Python, Django, Flask, FastAPI, Go, MySQL, PostgreSQL, MongoDB.
Luis Quiñones Requelme
Projeto Crud Django and Mongo

Projeto-Crud_Django_and_Mongo Configuração para rodar o projeto Download Project

Samuel Fernandes Oliveira 2 Jan 24, 2022
A Django Webapp performing CRUD operations on Library Database.

CRUD operations - Django Library Database A Django Webapp performing CRUD operations on Library Database. Tools & Technologies used: Django MongoDB HT

null 1 Dec 5, 2021
Tools to easily create permissioned CRUD endpoints in graphene-django.

graphene-django-plus Tools to easily create permissioned CRUD endpoints in graphene-django. Install pip install graphene-django-plus To make use of ev

Zerosoft 74 Aug 9, 2022
Django CRUD REST API Generator

Django CRUD REST API Generator This is a simple tool that generates a Django REST API with the given models. Specs: Authentication, DRF generic views,

Mehmet Alp Sümer 57 Nov 24, 2022
REST API con Python, Django y MySQL (GET, POST, PUT, DELETE)

django_api_mysql REST API con Python, Django y MySQL (GET, POST, PUT, DELETE) REST API con Python, Django y MySQL (GET, POST, PUT, DELETE)

Andrew 1 Dec 28, 2021
Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project

Django URL Shortener Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project Install this package to your Dja

Rishav Sinha 4 Nov 18, 2021
Django project starter on steroids: quickly create a Django app AND generate source code for data models + REST/GraphQL APIs (the generated code is auto-linted and has 100% test coverage).

Create Django App ?? We're a Django project starter on steroids! One-line command to create a Django app with all the dependencies auto-installed AND

imagine.ai 68 Oct 19, 2022
A Django chatbot that is capable of doing math and searching Chinese poet online. Developed with django, channels, celery and redis.

Django Channels Websocket Chatbot A Django chatbot that is capable of doing math and searching Chinese poet online. Developed with django, channels, c

Yunbo Shi 8 Oct 28, 2022
Blog focused on skills enhancement and knowledge sharing. Tech Stack's: Vue.js, Django and Django-Ninja

Blog focused on skills enhancement and knowledge sharing. Tech Stack's: Vue.js, Django and Django-Ninja

Wanderson Fontes 2 Sep 21, 2022
Meta package to combine turbo-django and stimulus-django

Hotwire + Django This repository aims to help you integrate Hotwire with Django ?? Inspiration might be taken from @hotwired/hotwire-rails. We are sti

Hotwire for Django 31 Aug 9, 2022