Skip to content

tranvictor/truongnha

Repository files navigation

TRUONGNHA

DATABASE INSTALLATION

MYSQL database must be turned into READ COMMITTED isolation level: command:

SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;

CREATE DATABASE truongnha CHARACTER SET utf8 COLLATE utf8_unicode_ci;
GRANT ALL PRIVILEGES ON truongnha.* TO admin@localhost IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
GRANT ALL ON test_truongnha.* TO admin@localhost;
QUIT;

Sync database from South

python manage schemamigration app --initial

python manage schemamigration school --initial

python manage schemamigration sms --initial

python manage syncdb

python manage migrate

About

This is a school management system for Vietnam, focusing on secondary school and hight school only. Main purpose of the project is making a high interactive system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •