Skip to content

Commit

Permalink
git ignored already
Browse files Browse the repository at this point in the history
  • Loading branch information
Justus446 committed Jun 19, 2024
1 parent b5e9fca commit 02c69d1
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 19 deletions.
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/*
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
70 changes: 54 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,61 @@
asgiref==3.8.1
attrs==23.2.0
barcode==1.0.4
Brotli==1.1.0
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cssselect2==0.7.0
diff-match-patch==20230430
Django==4.1.4
django-crispy-forms==2.1
jellyfish==1.0.3
pillow==10.3.0
psycopg2-binary==2.9.9
reportlab==4.0.7
django-crispy-forms==2.0
django-import-export==4.0.8
django-model-utils==4.5.1
djangorestframework==3.14.0
djangorestframework-simplejwt==5.3.0
# djangorestframework-simplejwt==5.2.2
drf-extensions==0.7.1
drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.6.1
et-xmlfile==1.1.0
fonttools==4.53.0
html5lib==1.1
idna==3.7
inflection==0.5.1
jellyfish==1.0.3
jsonfield==3.1.0
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
Levenshtein==0.25.1
numpy==1.26.4
openpyxl==3.1.3
pandas==2.1.3
pillow==10.3.0
psycopg2-binary==2.9.9
pycparser==2.22
pydyf==0.10.0
PyJWT==2.8.0
pyphen==0.15.0
python-dateutil==2.8.2
jellyfish==1.0.3
python-Levenshtein==0.25.1
python-memcached==1.59
pandas==2.1.3
pytz==2024.1
PyYAML==6.0.1
rapidfuzz==3.9.3
referencing==0.35.1
reportlab==4.0.7
requests==2.32.3
rpds-py==0.18.1
segno==1.6.1
six==1.16.0
sqlparse==0.5.0
tablib==3.5.0
tinycss2==1.3.0
typing_extensions==4.12.2
tzdata==2024.1
uritemplate==4.1.1
urllib3==2.2.1
weasyprint==62.2
webencodings==0.5.1
XlsxWriter==3.1.9
drf-extensions==0.7.1
requests==2.31.0
segno==1.6.0
weasyprint==60.1
jsonfield==3.1.0
django-import-export==3.3.3
django-model-utils==4.3.1
drf-spectacular
drf-spectacular-sidecar
zopfli==0.2.3

0 comments on commit 02c69d1

Please sign in to comment.