Simple Django project that creates a password according to user's choice
This project was created and developed based on Udemy course
"Django 3 - Full Stack Websites with Python Web Development", created and presented by Nick Walter.
You can find it on Udemy by clicking here
As a Django project, this project needs a running server to display its contents.
First off, start the server by issuing:
python3 manage.py runserver
After that, open the localhost:8000 url in your browser to land on the Home page of the project.