Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 261 Bytes

File metadata and controls

24 lines (14 loc) · 261 Bytes

django-crud-example

A simple crud in django

Demo:

Used:

  • Django 2
  • Bootstrap 4

Get Started:

#in env

$ sudo pip install -r requirements.txt

$ ./manage.py migrate

$ ./manage.py runserver