/django-3-bootstrap

Django 3 - CRUD Example with Bootstrap 4 integred

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A Django 3 - CRUD Example with Bootstrap 4 integred

Requirements

Django==3.0.3
Python 3.7.3

Run the project

$ python manage.py makemigrations app

$ python manage.py migrate

$ python manage.py runserver