项目作者: ahmedakef

项目描述 :
project to create online judge using django
高级语言: Python
项目地址: git://github.com/ahmedakef/AKOJ.git
创建时间: 2019-05-06T12:54:30Z
项目社区:https://github.com/ahmedakef/AKOJ

开源协议:

下载


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