Django-Projects
Configuration
- Preferably, create a virtual environment and install django using pip : pip install Django
- cd into the directory.
- Run the server : python manage.py runserver
- Go to the localhost in your browser
1. WordCounter
This is a website that counts the no. of words you type in. It also shows the most frequently occuring words.
Instruction to run and configure above.
On this page
Contributors
Created May 26, 2018
Updated November 13, 2018