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

Owner
Luis Quiñones Requelme
Backend Developer. Python, Django, Flask, FastAPI, Go, MySQL, PostgreSQL, MongoDB.
Luis Quiñones Requelme
Django Persistent Filters is a Python package which provide a django middleware that take care to persist the querystring in the browser cookies.

Django Persistent Filters Django Persistent Filters is a Python package which provide a django middleware that take care to persist the querystring in

Lorenzo Prodon 2 Aug 05, 2022
A simple plugin to attach a debugger in Django on runserver command.

django-debugger A simple plugin to attach a debugger in Django during runserver Installation pip install django-debugger Usage Prepend django_debugger

Sajal Shrestha 11 Nov 15, 2021
Neighbourhood - A python-django web app to help the residence of a given neighborhood know their surrounding better

Neighbourhood A python-django web app to help the residence of a given neighborh

Levy Omolo 4 Aug 25, 2022
Template de desarrollo Django

Template de desarrollo Django Python Django Docker Postgres Nginx CI/CD Descripción del proyecto : Proyecto template de directrices para la estandariz

Diego Esteban 1 Feb 25, 2022
Simple yet powerful and really extendable application for managing a blog within your Django Web site.

Django Blog Zinnia Simple yet powerful and really extendable application for managing a blog within your Django Web site. Zinnia has been made for pub

Julien Fache 2.1k Dec 24, 2022
Django And React Notes App

Django & React Notes App Cloning the repository -- Clone the repository using the command below : git clone https://github.com/divanov11/Django-React

Dennis Ivy 136 Dec 27, 2022
Store model history and view/revert changes from admin site.

django-simple-history django-simple-history stores Django model state on every create/update/delete. This app supports the following combinations of D

Jazzband 1.8k Jan 06, 2023
Thumbnails for Django

Thumbnails for Django. Features at a glance Support for Django 2.2, 3.0 and 3.1 following the Django supported versions policy Python 3 support Storag

Jazzband 1.6k Jan 03, 2023
TinyMCE integration for Django

django-tinymce django-tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor. Quickstart Install django-tin

Jazzband 1.1k Dec 26, 2022
Comparing Database performance with Django ORM

Comparing Database performance with Django ORM Postgresql MySQL MariaDB SQLite Comparing database operation performance using django ORM. PostgreSQL v

Sarath ak 21 Nov 14, 2022
A collection of models, views, middlewares, and forms to help secure a Django project.

Django-Security This package offers a number of models, views, middlewares and forms to facilitate security hardening of Django applications. Full doc

SD Elements 258 Jan 03, 2023
WeatherApp - Simple Python Weather App

Weather App Please star this repo if you like ⭐ It's motivates me a lot! Stack A

Ruslan Shvetsov 3 Apr 18, 2022
Django/Jinja template indenter

DjHTML A pure-Python Django/Jinja template indenter without dependencies. DjHTML is a fully automatic template indenter that works with mixed HTML/CSS

Return to the Source 378 Jan 01, 2023
Simple Login Logout System using Django, JavaScript and ajax.

Djanog-UserAuthenticationSystem Technology Use #version Python 3.9.5 Django 3.2.7 JavaScript --- Ajax Validation --- Login and Logout Functionality, A

Bhaskar Mahor 3 Mar 26, 2022
A small Django app to easily broadcast an announcement across a website.

django-site-broadcasts The site broadcast application allows users to define short messages and announcements that should be displayed across a site.

Ben Lopatin 12 Jan 21, 2020
GameStop clone with Django

GameStop clone with Django This is my side project with GameStop clone Author: HackerApe GitHub Profile: View Profile LinkedIn Profile: View Profile

Dmitriy Shin 2 Dec 26, 2021
A Student/ School management application built using Django and Python.

Student Management An awesome student management app built using Django.! Explore the docs » View Demo · Report Bug · Request Feature Table of Content

Nishant Sethi 1 Feb 10, 2022
Django API creation with signed requests utilizing forms for validation.

django-formapi Create JSON API:s with HMAC authentication and Django form-validation. Version compatibility See Travis-CI page for actual test results

5 Monkeys 34 Apr 04, 2022
Create a netflix-like service using Django, React.js, & More.

Create a netflix-like service using Django. Learn advanced Django techniques to achieve amazing results like never before.

Coding For Entrepreneurs 67 Dec 08, 2022
PicoStyle - Advance market place website written in django

Advance market place website written in django :) Online fashion store for whole

AminAli Mazarian 26 Sep 10, 2022