Skip to content

Commit 4ec51b8

Browse files
committed
Move all main app files from opentech to hypha directory.
1 parent 1875f9a commit 4ec51b8

File tree

1,149 files changed

+57
-57
lines changed

Some content is hidden

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

1,149 files changed

+57
-57
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
docker:
99
- image: circleci/python:3.6.9-stretch-node
1010
environment:
11-
DATABASE_URL: postgresql://root@localhost/opentech?sslmode=disable
11+
DATABASE_URL: postgresql://root@localhost/hypha?sslmode=disable
1212
PGHOST: localhost
1313
PGUSER: root
14-
DJANGO_SETTINGS_MODULE: opentech.settings.test
14+
DJANGO_SETTINGS_MODULE: hypha.settings.test
1515
SEND_MESSAGES: false
1616

1717
- image: circleci/postgres:10.10
1818
environment:
1919
POSTGRES_USER: root
20-
POSTGRES_DB: opentech
20+
POSTGRES_DB: hypha
2121

2222
working_directory: ~/repo
2323

@@ -74,9 +74,9 @@ jobs:
7474
name: run tests
7575
command: |
7676
. venv/bin/activate
77-
flake8 ./opentech
77+
flake8 ./hypha
7878
python manage.py collectstatic --noinput --verbosity=0
7979
python manage.py check
8080
python manage.py makemigrations --check --noinput --verbosity=1
81-
coverage run --source='opentech' manage.py test
81+
coverage run --source='hypha' manage.py test
8282
codecov

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/opentech/static_compiled
1+
/hypha/static_compiled
22

33
*.pyc
44
.DS_Store

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ addons:
1919

2020
env:
2121
global:
22-
- DJANGO_SETTINGS_MODULE=opentech.settings.test
22+
- DJANGO_SETTINGS_MODULE=hypha.settings.test
2323
- DATABASE_URL=postgres://postgres@localhost/test_db
2424

2525
before_script:
@@ -48,7 +48,7 @@ install:
4848
# Run the tests
4949
script:
5050
# Run python code style checks
51-
- flake8 ./opentech
51+
- flake8 ./hypha
5252

5353
# Collect static
5454
- python manage.py collectstatic --noinput --verbosity=0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)