i2iCell

This is a web application demo, where users may check their balances in their operator.

Screenshots

MainPage Registration Balances

INSTALLATION GUIDE

download_python

---------------------- open cmd and type as follows;

download_django1

-------------------------------------------------------l

download_django2

-------------------------------------------------------l

download_django3

github

pull

HOW TO RUN A DJANGO PROJECT

First, go to the directory of file, then type this command: "python manage.py runserver" runserver

login

HOW TO CREATE A DJANGO PROJECT

Go to a directory that you want your project to be in. Then type "django-admin startproject myProjectName" create_django_project