https://github.com/aryashreep/wordcount
Djanago practice project
https://github.com/aryashreep/wordcount
django python python3 wordcount
Last synced: 3 months ago
JSON representation
Djanago practice project
- Host: GitHub
- URL: https://github.com/aryashreep/wordcount
- Owner: aryashreep
- Created: 2019-09-29T23:10:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T23:49:35.000Z (over 6 years ago)
- Last Synced: 2026-01-01T01:13:40.220Z (7 months ago)
- Topics: django, python, python3, wordcount
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Djanago practice project
A simple website to count the most frequently used words in a piece of text. You will learn how to:
* Install Django
* Create a new project
* Work with Django's URL routing
* Submit and handle HTML form data