The simplest number generator with Django Framework ;D (Really the simplest!)
In order to use this web application, these framework/library needs to be installed on your operating system.
-
Django 3 (surely!) -
random (Python Library)
To run this tiny web application you just need to do the things below :
./manage.py startapp randnumbe sure to add it in "INSTALLED_APPS" section.
'randnum.apps.RandnumConfig',- Remember to add files exactly like i have created in diffrent directories.
Have Fun!