django project which convert text to the html tags.
-
clone this project by using
git clone https://github.com/shubhamAW/text_to_html.git
-
go to project folder
cd text_to_html
-
go to another folder
cd text_To_html
-
now to activate and install virtualenvironment fire command
pipenv shell
-
to install django use command
pipenv install django
-
now install ckeditor
pip install django-ckeditor
-
to run this project use :
python manage.py runserver
-
head over to http://127.0.0.1:8000/ to see the output
-
output :