Skip to content

Instantly share code, notes, and snippets.

@Hassanzadeh-sd
Created July 27, 2019 08:42
Show Gist options
  • Save Hassanzadeh-sd/b6faa7e74854be151238bd5cb8c8aa32 to your computer and use it in GitHub Desktop.
Save Hassanzadeh-sd/b6faa7e74854be151238bd5cb8c8aa32 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from django.urls import path
from app.views import celery_view
urlpatterns = [
path('admin/', admin.site.urls),
path('celerytask/', celery_view),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment