You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrey Zhavoronkov 87d76c9a1a
Update Django 2->3 (#2121)
* used ubuntu 20.04 as base image

* updated CI image

* Fixed indent

* updated contributing guide and changelog

* update django

* Fixed migration:
this migration contains several "duplicates" (for example, it changes the id field and then changes the tarck_id field of the related table).
Since version 3.x, Django cannot apply such migrations and throws an exception.
Also checked the auto-generated migration: it doesn't contain those double changes.
In both cases, the schemas of these tables are the same.
6 years ago
..
apps Update Django 2->3 (#2121) 6 years ago
requirements Update Django 2->3 (#2121) 6 years ago
settings Merge remote-tracking branch 'origin/develop' into Marishka17-cache 6 years ago
utils RESTful API (#389) 7 years ago
__init__.py Update CHANGELOG and version. 6 years ago
simpleworker.py RESTful API (#389) 7 years ago
urls.py Added ability to configure email verification for registered user (#1929) 6 years ago
wsgi.py Moved development on public github. 8 years ago