Skip to content

Instantly share code, notes, and snippets.

@KabakiAntony
Created October 29, 2022 13:09
Show Gist options
  • Save KabakiAntony/1dc560bae263701ad2a709af18d44332 to your computer and use it in GitHub Desktop.
Save KabakiAntony/1dc560bae263701ad2a709af18d44332 to your computer and use it in GitHub Desktop.
from .admin import tonyonline_admin_site
from django.urls import path
urlpatterns = [
path('admin/', tonyonline_admin_site.urls),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment