add ACM contest admin helper api

This commit is contained in:
zema1
2017-12-03 15:39:02 +08:00
parent 27a9b1144b
commit 4c2db34b9d
5 changed files with 64 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': '127.0.0.1',
'PORT': 5433,
'PORT': 5432,
'NAME': "onlinejudge",
'USER': "onlinejudge",
'PASSWORD': 'onlinejudge'