Skip to content

Welcome to the Django Number Radix App repository! This project is a powerful and scalable application built with Django, designed to convert numbers between different bases (radixes) with ease.

Notifications You must be signed in to change notification settings

TheAmirhosssein/django-number-radix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-number-radix

How to use

if you haven't python on your machine install it with this link https://www.python.org/downloads/

  • at first make venv and activate it
python3 -m venv venv
source venv/bin/activate

for windows:

python -m venv c:\path\to\myenv
"venv\Scripts\activate"
  • then change directory to project directory and install packages with this command
pip install -r requirements.txt
  • run project with this command
python manage.py runserver

About

Welcome to the Django Number Radix App repository! This project is a powerful and scalable application built with Django, designed to convert numbers between different bases (radixes) with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published