PyAr / pyarweb

El sitio web de Python Argentina
http://python.org.ar
Apache License 2.0
81 stars 100 forks source link

Removed the old jobs code #583

Closed facundobatista closed 1 year ago

facundobatista commented 1 year ago

The old jobs code was deprecated, everything is in joboffers now. This PR remove all its code (and migrated some code and tests to use the new infrastructure, those was leftovers from the jobs->joboffers migration).

This PR also deletes de migration files in jobs, and some migrations in joboffers to bring stuff from the old database (which are already run in the real DB). Note that we are NOT removing the jobs tables in the real DB, we can leave it there for historical purposes, or remove it in the future.