/system_scan

"System Scan" is a new online examination system.

Primary LanguagePython

System Scan


What's System Scan?

The name "System Scan" came from "とある科学の超電磁砲", Japanese animation. In that anime, most students have psychics and their abilities are graded in the special examination system, "System Scan." (see Wikipedia for more information.)

"System Scan" is a new online examination system.


Requirements

  1. Python 2.7 or 3.4(Recommend 3.4)
  2. Django 1.6.8
  3. Pillow or PIL(Python Imaging Library)
  4. django-markdown-deux

You can install these packages as below in Ubuntu.

apt-get install python2.7 python-django python-pillow
pip install git+https://github.com/Mine02C4/django-markdown-deux.git

And according to your environments, please install database drivers or django plugins.


Installation

Todo: write installation process

Setup development environment

Windows

  1. Download and install Python.
  2. Clone this repository and move its directory in cmd or PowerShell.
  3. pip install --upgrade -r pipspec.txt
  4. TODO: Write configuration
  5. python manage.py runserver