Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 657 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 657 Bytes

Django Crud

Installation

A simple crud in django

Get Started:

#in env

$ pip install -r requirements.txt

$ python manage.py makemigrations

$ python manage.py migrate

#django admin

$ python manage.py createsuperuser
$ python manage.py runserver

navigate to http://localhost:8000/admin

Launch your browser and navigate to http://localhost:8000/

Django Views

#django List

list

#Django Create

create