Skip to content

Files

Latest commit

0f2d071 · Jun 6, 2019

History

History
12 lines (11 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 589 Bytes

django-boards

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