Skip to content

ThisMahdi/Django-Number-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Number Generator

The simplest number generator with Django Framework ;D (Really the simplest!)

What you need?

In order to use this web application, these framework/library needs to be installed on your operating system.

  • Django 3 (surely!)

  • random (Python Library)

Run :

To run this tiny web application you just need to do the things below :

Create app

./manage.py startapp randnum

Add the created app to the settings.py

be sure to add it in "INSTALLED_APPS" section.

'randnum.apps.RandnumConfig',

Download required files

  • Remember to add files exactly like i have created in diffrent directories.

Have Fun!

About

The simplest number generator with Django Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published