Skip to content

Instantly share code, notes, and snippets.

@oisinBates
Last active June 21, 2020 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oisinBates/ccdc851cecb3f2861205d133bb71290f to your computer and use it in GitHub Desktop.
Save oisinBates/ccdc851cecb3f2861205d133bb71290f to your computer and use it in GitHub Desktop.
from django.contrib import admin
from django.urls import include, path, re_path
urlpatterns = [
re_path(r'^', include('demo_app.urls')),
re_path(r'^celery-progress/', include('celery_progress.urls')),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment