Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dcs mobile staging #43

Merged
merged 16 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ cpims/settings.py
__pycache__
*.pyc
migrations
requirements.txt
.gitignore
**/migrations/*
Binary file removed cpims/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed cpims/__pycache__/apps.cpython-310.pyc
Binary file not shown.
Binary file removed cpims/__pycache__/emails.cpython-310.pyc
Binary file not shown.
Binary file removed cpims/__pycache__/settings.cpython-310.pyc
Binary file not shown.
Binary file removed cpims/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file removed cpims/__pycache__/views.cpython-310.pyc
Binary file not shown.
Binary file removed cpims/__pycache__/wsgi.cpython-310.pyc
Binary file not shown.
7 changes: 4 additions & 3 deletions cpims/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'cpovc_help',
'cpovc_ctip',
'cpovc_afc',
'cpovc_mobile',
'cpovc_stat_inst',
'cpovc_institutions',
'notifications',
Expand Down Expand Up @@ -104,9 +105,9 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'cpims_live',
'USER': 'cpimsdbuser',
'PASSWORD': 'Xaen!ee8',
'NAME': 'cpims_gok',
'USER': 'postgres',
'PASSWORD': 'test',
'HOST': '127.0.0.1',
'PORT': '5432', }
}
Expand Down
Binary file removed cpovc_access/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/admin.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/apps.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file removed cpovc_access/__pycache__/decorators.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/forms.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/functions.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/handlers.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/models.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cpovc_access/__pycache__/settings.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/signals.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_access/__pycache__/views.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/admin.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/apps.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/forms.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/functions.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/models.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/settings.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_afc/__pycache__/views.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion cpovc_afc/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.1.7 on 2023-10-30 06:33
# Generated by Django 4.1.4 on 2024-06-18 15:58

from django.db import migrations, models
import django.utils.timezone
Expand Down
27 changes: 0 additions & 27 deletions cpovc_afc/migrations/0002_auto_20221108_0852.py

This file was deleted.

4 changes: 2 additions & 2 deletions cpovc_afc/migrations/0002_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.1.7 on 2023-10-30 06:33
# Generated by Django 4.1.4 on 2024-06-18 15:58

from django.conf import settings
from django.db import migrations, models
Expand All @@ -10,9 +10,9 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('cpovc_forms', '0001_initial'),
('cpovc_afc', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]

operations = [
Expand Down
63 changes: 0 additions & 63 deletions cpovc_afc/migrations/0003_auto_20221108_0852.py

This file was deleted.

8 changes: 4 additions & 4 deletions cpovc_afc/migrations/0003_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.1.7 on 2023-10-30 06:33
# Generated by Django 4.1.4 on 2024-06-18 15:58

from django.conf import settings
from django.db import migrations, models
Expand All @@ -10,10 +10,10 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('cpovc_registry', '0001_initial'),
('cpovc_forms', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('cpovc_afc', '0002_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('cpovc_forms', '0001_initial'),
('cpovc_registry', '0001_initial'),
]

operations = [
Expand Down
18 changes: 0 additions & 18 deletions cpovc_afc/migrations/0004_alter_afcforms_item_value.py

This file was deleted.

18 changes: 0 additions & 18 deletions cpovc_afc/migrations/0004_alter_afcquestions_id.py

This file was deleted.

18 changes: 0 additions & 18 deletions cpovc_afc/migrations/0005_afcmain_care_sub_type.py

This file was deleted.

18 changes: 0 additions & 18 deletions cpovc_afc/migrations/0006_alter_afcinfo_item_value.py

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cpovc_api/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_api/__pycache__/serializers.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_api/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file removed cpovc_api/__pycache__/views.cpython-310.pyc
Binary file not shown.
Loading
Loading