Django Board Application by - Abhishek jaiswal
-first need to install python 3.7 -then install django 2.1 -then install widget-tweaks using pip command -and use migrations for sql lite using this command -> python manage.py makemigrations -and migrate the database using this command -> python manage.py migrate -then create a super user using this command -> python manage.py createsuperuser then enter your name,email,pass -finally run your project using this command -> python manage.py runserver and copy the ip address from ur terminal and paste it into the browser