elgeopaso.urls module

Project URLs settings.

Learn more here: https://docs.djangoproject.com/fr/2.2/topics/http/urls/

To add a new path:

# first import the app
import jobs

# then add the new path:
path('jobs/', jobs.urls, name="Jobs offers")