项目作者: ahmedakef
项目描述 :
project to create online judge using django
高级语言: Python
项目地址: git://github.com/ahmedakef/AKOJ.git
AKOJ
project to create online judge using django
Create a virtualenv to isolate our package dependencies locally
virtualenv env
source env/bin/activate
# On Windows use env\Scripts\activate
install the requirments
pip install -r requirements.txt
run the server
python manage.py runserver