This is the server version of the Multi-Lingual SMS Project Implementation
The project uses Django as the server framework
Download Link: Official Tutorials:
django_tables2
By defualt a sqlite
database will be used for storage. To set up the initial
database run:
python manage.py syncdb
To initialize database, do:
python2 manage.py shell
import initialize_database
To start a local test server:
python2 manage.py runserver
From then, go to localhost:8000 in chrome
The question requires the following rendering pattern:
label1: option11, option12; label2: option21, option22