Victor Seva
29e328b069
TT#121955 update Django 3.1
...
* models.JSONField
https://docs.djangoproject.com/en/3.1/releases/3.1/#jsonfield-for-all-supported-database-backends
Now returns a str() instead of a dict()
* no need to pin psycop2
https://docs.djangoproject.com/en/3.1/releases/3.1/#database-backend-api
"connection.timezone property is now 'UTC' by default, or the
TIME_ZONE when USE_TZ is True on databases that support time zones.
Previously, it was None on databases that support time zones."
* rework signal receivers
Change-Id: I4e1c6f780c416c7e2f2e1c7ba6154f25e4bd8c5a
4 years ago
Victor Seva
8a89cdfc56
TT#121955 fix issue with postgresql and django 3.0
...
https: //code.djangoproject.com/ticket/32856#ticket
https: //github.com/psycopg/psycopg2/issues/1293
Change-Id: I18db97dc7f65368906f82cb8a3f9eaaab09e2d4d
4 years ago
Victor Seva
858fdf6c19
TT#19230 add LDAP support for prod environment
...
> https://django-auth-ldap.readthedocs.io/en/latest/index.html
Change-Id: Ib350b91e9337819ed1871d4bdc640d0bf5a71f13
6 years ago
Victor Seva
711f94ad36
TT#11462 use postgresql psycopg2 as database backend engine
...
* update dependencies due postgresql
* fake files needed to deploy at debian
* add new needed config values at server.ini file
Change-Id: I02699c721ac79a0328da07a4c2e3a2cb1451d403
9 years ago
Victor Seva
1eef581123
MT#12487 debian packaging
...
Change-Id: Ifedb26186ae7c167172398f1c3d1536c48a37350
11 years ago
Victor Seva
e7bdd7505f
MT#12487 add deploy environment and configs for uwsgi
...
http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html#emperor-mode
Change-Id: I9c00f30c93fe2ad3fe8d37c98bef3616e0ae7fd6
11 years ago