forked from beba/foerderbarometer
README improvements
* removed dependency infos - those are in requirements.txt * added info on mail attachments * removed obsolete /intern endpoint
This commit is contained in:
parent
7365218adb
commit
e8848b0c97
40
README.md
40
README.md
|
|
@ -25,7 +25,6 @@ run the development server with
|
||||||
access via
|
access via
|
||||||
|
|
||||||
http://localhost:8000/
|
http://localhost:8000/
|
||||||
http://localhost:8000/intern/ (login required)
|
|
||||||
http://localhost:8000/admin/ (login reqiured)
|
http://localhost:8000/admin/ (login reqiured)
|
||||||
|
|
||||||
## docker compose development setup
|
## docker compose development setup
|
||||||
|
|
@ -44,7 +43,6 @@ Create your superuser account with
|
||||||
You can access the application via
|
You can access the application via
|
||||||
|
|
||||||
http://localhost:8000/
|
http://localhost:8000/
|
||||||
http://localhost:8000/intern/ (login required)
|
|
||||||
http://localhost:8000/admin/ (login required)
|
http://localhost:8000/admin/ (login required)
|
||||||
|
|
||||||
## additional admin functionality
|
## additional admin functionality
|
||||||
|
|
@ -56,28 +54,24 @@ entries to a csv file
|
||||||
|
|
||||||
- There is a new button in the bottom of every Project to "save as new"
|
- There is a new button in the bottom of every Project to "save as new"
|
||||||
|
|
||||||
## versions used in development
|
## mail attachments
|
||||||
|
|
||||||
asgiref==3.2.10
|
For all mails, attachments can be defined as URLs. These URLs are fetched and chached when sending the mail and attached to the mail.
|
||||||
Django==3.1.2
|
|
||||||
gunicorn==20.0.4
|
Configuration is done via the `ATTACHMENT_URLS` setting. Attachments can be set for user (`RECIPIENT_APPLICANT`) and staff (`RECIPIENT_STAFF`) mails. The following mail types exist:
|
||||||
mysqlclient==2.1.1
|
|
||||||
sqlparse==0.4.3
|
* `TYPE_BIB` Bibliotheksstipendium
|
||||||
whitenoise==6.2.0
|
* `TYPE_ELIT` eLiteraturstipendium
|
||||||
asgiref==3.2.10
|
* `TYPE_SOFT` Softwarestipendium
|
||||||
Authlib==1.2.1
|
* `TYPE_MAIL` E-Mail-Adresse
|
||||||
certifi==2023.7.22
|
* `TYPE_IFG` Kostenübernahme IFG-Anfrage
|
||||||
cffi==1.16.0
|
* `TYPE_LIT` Literaturstipendium
|
||||||
chardet==5.2.0
|
* `TYPE_LIST` Mailingliste
|
||||||
charset-normalizer==3.3.0
|
* `TYPE_TRAV` Reisekosten
|
||||||
cryptography==41.0.4
|
* `TYPE_VIS` Visitenkarten
|
||||||
idna==3.4
|
* `TYPE_PROJ` Projektförderung
|
||||||
pycparser==2.21
|
|
||||||
pytz==2023.3.post1
|
For further details see `foerderbarometer/settings.py`
|
||||||
requests==2.31.0
|
|
||||||
six==1.16.0
|
|
||||||
typing_extensions==4.8.0
|
|
||||||
urllib3==2.0.6
|
|
||||||
|
|
||||||
## testing
|
## testing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue