Skip to content

chwangaa/Charlie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

202 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Charlie Server Version

This is the server version of the Multi-Lingual SMS Project Implementation

Install

The project uses Django as the server framework

1. Install Django

Download Link: Official Tutorials:

1. Dependencies:

django_tables2

2. Setup the Database

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

Upload Files

The question requires the following rendering pattern:

label1: option11, option12; label2: option21, option22

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors