This is basic website for text management in which this is manage your text and removes some errors like extra lines, Uppercase letter, Lovercase letters, and extra space.
To run this project u just have to do some really basic stuff:
- Install Django
- Open this project using any IDE
- After opening go to file where manage.py file is located.
- Run these code in IDE terminal:
- python manage.py makemigrations
- python manage.py mmigrate
- python manage.py runserver
- click the local host link which will be like "https://127.0.0.1:8000"