/django-3-crud-ajax

A Django 3 crud with ajax example

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Django 3 - CRUD Example with Ajax

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