Skip to content

Commit 13bb9be

Browse files
author
Obada Haddad
committed
Revert "revert"
This reverts commit 2be8937.
1 parent 24f1664 commit 13bb9be

67 files changed

Lines changed: 1237 additions & 607 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

.env_circleci

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ WORKER_CONNECTION_TIMEOUT=100000000 # milliseconds
1414

1515
FLOWER_BASIC_AUTH=root:password-you-should-change
1616

17-
SELENIUM_HOSTNAME=selenium
18-
1917
DJANGO_SETTINGS_MODULE=settings.test
2018

2119
# Minio local storage example

.env_sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ SELENIUM_HOSTNAME=selenium
4545
#EMAIL_HOST_PASSWORD=pass
4646
#EMAIL_PORT=587
4747
#EMAIL_USE_TLS=True
48-
#DEFAULT_FROM_EMAIL="Codabench <noreply@example.com>"
4948
#SERVER_EMAIL=noreply@example.com
5049

5150
# Contact Email

Procfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ $ docker compose exec django ./manage.py collectstatic --noinput
2828

2929
You can now login as username "admin" with password "admin" at http://localhost/
3030

31-
If you ever need to reset the database, use the script `./reset_db.sh`
32-
3331
For more information about installation, checkout [Codabench Basic Installation Guide](https://docs.codabench.org/latest/Developers_and_Administrators/Codabench-Installation/) and [How to Deploy Server](https://docs.codabench.org/latest/Developers_and_Administrators/How-to-deploy-Codabench-on-your-server/).
3432

3533

app.json

Lines changed: 0 additions & 42 deletions
This file was deleted.
File renamed without changes.

certs/.gitkeep

Whitespace-only changes.

conftest.py

Whitespace-only changes.

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
#----------------------------------------------------------------------------------------------------
43
# Web Services

0 commit comments

Comments
 (0)